CSS3 :nth-child() 选择器完整CSS选择器参考手册实例指定每个p 元素匹配的父元素中第2 个子元素的背景色: [mycode3 type='css'] p:nth-child(2) { background:#ff0000 ...
確定! 回上一頁