查漏补缺——说说:nth-of-type(3n)选择器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查漏补缺——说说:nth-of-type(3n)选择器相关的知识,希望对你有一定的参考价值。
问题 如题所示 答案 相关源码: .hzh-friend-item:nth-of-type(3n) margin-right: 0; 详解css3中的:nth-of-type(n) 综上所述,:nth-of-type(3n)这个选择器选择的是同类型的第3n个同级兄弟元素。 你会看到第一行的第
以上是关于查漏补缺——说说:nth-of-type(3n)选择器的主要内容,如果未能解决你的问题,请参考以下文章