CSS3 :nth-child() 选择器完整CSS选择器参考手册实例指定每个p 元素匹配的父元素中第2 个子元素的 ... p:nth-child(odd) { background:#ff0000; } p:nth-child(even) ...
確定! 回上一頁