h3[title=’balloon’]{
color:pink;
}
h4{
color:cyan;
}
h4#Huang,h4.toy{
color:purple;
}
.list>.item{
font-size:1px;
}
.list .item{
font-size:1px;
}
.list>.item.rose + *{
background-color:mint-green;
}
.list>.item.rose ~ *{
background-color:crimson;
}
(百,十,个)-> id,class,tag
0,2,0 > 0,1,0 > 0,0,2
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号