HTML
<div class="c1">
<div class="c2">
<div class="c3">
<span class="text">Text</span>
</div>
</div>
</div>
在这种情况下,如果确实如此,我想使用类span
来更改text
的颜色, CSS 当运行浏览器吗?
div > div > div > .text
.c1 > .c2 > .c3 > .text
.c3 > .text
span.text
.text
也许我的问题对您来说不太重要,但是该问题的答案对于构建CSS文件非常有用