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.
我有一个包含内容(div、h1、...)的 HTML 页面。通过对这些内容之一的互动,我想影响我的身体。我查看了 CSS 的 ~ 和 + 兄弟符号,但没有成功。
有没有办法实现我想做的事情?
CSS 没有提供任何允许您根据其子元素或跟随它的元素来修改元素的方法。
为此,您需要查看 JavaScript。