Blogger Information
Blog 10
fans 0
comment 0
visits 3331
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
结构伪类匹配子元素
手机用户7232767
Original
367 people have browsed it

/ 结构伪类 用来匹配子元素,给一个查询起点/

.list > li:nth-of-type(1){
color: rgb(49, 20, 237)
;
}

.list >:nth-of-type(5){
background-color: aqua;
}

.list > li:first-of-type {
background-color: blueviolet;
}

/ .list > li:last-of-type {
background-color: aqua;
}
/

/ a系数 n参数 b偏移量,从0开始/
.list > :nth-of-type(2n+2) {
background-color: bisque;

}

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:继续加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post