css - 关于nth-child()的问题
ringa_lee
ringa_lee 2017-04-17 11:45:36
0
2
578

span:nth-child(-n+3)
匹配前三个子元素中的span元素
为什么是匹配前3个元素??如果n是0开始的话,不应该是n+3吗?

ringa_lee
ringa_lee

ringa_lee

全員に返信(2)
Peter_Zhu
  1. span:nth-child(n+3) 感觉是匹配的从第三个往后的所有 span 元素

  2. n 应该是从 0,1,2,…… 加上负号才能保证 nth-chlid(里面的数字小于等于三)

いいねを押す +0
刘奇

Example:

-n+6 / represents the first 6 elements of the list /

The values of A and B can be negative, but only the positive results of An+B, >for n ≥ 0, are used.

你可以这样理解,n是从0开始计数(0,1,2...)
所以(-n+6) => (6,5,4,3,2,1)所以是前六个
上面的引用已经说了,只有正数会被使用。

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート