Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
选择一个元素及其所有后代元素:
.media, .media * {color: #f00;}
我只能使用一个选择器而不是用逗号分隔的两个选择器吗?我正在寻找一种更有效的方式来输入这个。
使用XPath,您拥有descendant-or-self 轴
descendant-or-self
但是 CSS 中没有这样的选择器。