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.
可以让 body display:none 和一个子元素 display:block 吗?
我不确定如何正确表述我的问题。我只想隐藏正文内容,然后只显示一个 div 元素。
按照一般规则,如果父元素具有“display:none”属性,则页面上不能呈现子元素,因此答案为“否”。
您可以考虑将该子元素放在其父元素之外,而在 body 元素之外可能会影响您的 html 代码的验证。