CSS我可以调整,HTML 必须使用。
.first [class="tag"] {
background-color: #ffffff;
}

<!--Entire width & height of page-->
<div class="first">
<!--Only a portion of width & height of page-->
<div class="second">
<div class="tag">
</div>
</div>
</div>
&#13;
我需要在包含标记 ID的每个页面上更改第一个类的背景颜色。我创建的CSS只能根据需要选择第一个孩子而不是孙子。有什么建议?喜欢CSS解决方案,但不是必需的。谢谢,我很感激。