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.
我有一个列表,dispaly:none但我希望在某些条件下使列表 ( li) 的子元素可见。有可能吗?
dispaly:none
li
不。如果您的容器是不可见的,那么其子容器的可见性是无关紧要的。因此,在您的情况下,您必须隐藏所有li想要不可见的元素,但列表必须是可见的。