伪类选择器:first-child和:nth-child()和:first-of-type
摘要:
x:first-child和x:nth-child(1)功能一样,首先选中的是x元素,并且x元素必须是它父元素的第一个子元素,选择器才成立,否则不能选中。其中x也可以是选择器。由此看出nth-child功能强劲,完全可以代替first-child的功能。nth-last-child和nth-chil 阅读全文
posted @ 2017-06-26 17:56 灵剑丹心 阅读(299) 评论(0) 推荐(0) 编辑