赞
踩
<div>
<h1>标题</h1>
</div>
<div>
<ul>
<li>
<a href="#" class="active">测试1</a>
</li>
<li>
<a href="#">测试2</a>
</li>
</ul>
</div>
<h2>4444</h2>
div:has(h1){
background-color:red;
}
li:has(> a.active){
color:red;
}
div:has(+ h2) {
margin-left: 24px;
border: 1px solid #000;
}
a:not(.active){
font-size:18px;
}
最后,如果能帮到你
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。