选择器
2017-06-17 本文已影响0人
jhs1873
伪类选择器
.item:first-child
nth-child(odd/even)
.item:nth-child(n)
.item:nth-last-child(n)
.item:last-child
odd 奇数
even偶数
伪元素选择器
属性选择器
选择器效率
伪类选择器
.item:first-child
nth-child(odd/even)
.item:nth-child(n)
.item:nth-last-child(n)
.item:last-child
odd 奇数
even偶数
伪元素选择器
属性选择器
选择器效率