Appearance
/* 奇数段 */ p:nth-of-type(2n + 1) { color: red; } /* 偶数段 */ p:nth-of-type(2n) { color: blue; }