摘要: :nth-child(n) p:nth-child(2) 选择属于其父元素的第二个子元素的每个 <p> 元素。 3 :nth-last-child(n) p:nth-last-child(2) 同上,从最后一个子元素开始计数。 3 :nth-of-type(n) p:nth-of-type(2) 选 阅读全文
posted @ 2016-09-14 14:50 太菜 阅读(114) 评论(0) 推荐(0) 编辑