- :nth-of-type(n):选择器匹配同类型中的第n个同级兄弟元素。
- :nth-child(n):选择器匹配父元素中的第n个子元素。
相关文章
- Stanford CS231n实践笔记(课时22卷积神经网络工程实践技巧与注意点 cnn in practise 上)
- nth-of-type和nth-child的区别
- 斯坦福CS231n—深度学习与计算机视觉----学习笔记 课时6
- 斯坦福CS231n—深度学习与计算机视觉----学习笔记 课时8&&9
- 斯坦福CS231n—深度学习与计算机视觉----学习笔记 课时1
- 斯坦福CS231n—深度学习与计算机视觉----学习笔记 课时14&&15
- c语言内存对齐与#pragma pack(n)
- [ jquery 选择器 :first :first-child :first-of-type :nth-child() :nth-of-type() 综述 ] 关于jquery选择器中:first和:first-child和:first-of-type的区别及:nth-child()和:nth-of-type()的区别
- CSS3 nth-of-type(n)选择器 last-of-type选择器 nth-last-of-type(n)选择器 CSS3 only-child选择器 only-of-type选择器
- css中的first-child nth-child nth-last-child() 和:nth-of-type(n)