Rumah > Java > javaTutorial > teks badan

总结关于nth-of-type注意点

巴扎黑
Lepaskan: 2017-06-13 11:38:40
asal
1841 orang telah melayarinya

CSS3中nth-child与nth-of-type的区别其实很简单::nth-of-type为什么要叫:nth-of-type?因为它是以"type"来区分的。也就是说:ele:nth-of-type(n)是指父元素下第n个ele元素, 而ele:nth-child(n)是指父元素下第n个元素且这个元素为ele,若不是,则选择失败。 文字未免听起来比较晦涩,便于理解,这里附上一个小例子: demo