css3 nth-child() 選擇器 (遍歷選擇器的奇偶數)

nth-child() 選擇器能夠規定其遍歷或選擇器相同的元素的第幾個。遍歷

奇數:di

  1. li:nth-child(odd)
  2. li:nth-child(2n-1)

偶數:

  1. li:nth-child(even)
  2. li:nth-child(2n)
相關文章
相關標籤/搜索