热搜:NVER node 开发 php

css3 nth-child(n) 的一个坑_html/css_WEB-ITnose

2024-11-05 18:35:01
css3 nth-child(n) 的一个坑_html/css_WEB-ITnose

css匹配选择第n个子元素可以使用:nth-child(n) 选择器,其匹配属于其父元素的第N个子元素,不论元素的类型

                

hahaah

hahaah

xixi1

xixi2

xixi3

xixi4


.content-wrap p:nth-child(3) {
  color:red;
}

变红色的是  xixi1