gpt4 book ai didi

css - 显示 : none; not affecting div after applying media query

转载 作者:太空宇宙 更新时间:2023-11-03 19:36:31 25 4
gpt4 key购买 nike

    @media all and (min-width: 641px) {
.small-screen {
display: none;
}
}


<div class="small-screen">
<h1 id="club-offcial-name-small">Hercules Club</h1>
<h2 id="no-training-small"><q>Aqui nadie entrena</q></h2>
</div>

.超过 640px 时小屏幕仍然存在。

伙计们,这里完全是菜鸟,卡在这里很糟糕:/

最佳答案

我认为这只是浏览器支持问题。在 Chrome (codepen) 中,它非常适合我。您使用的是哪种浏览器?这是媒体查询支持的表格:http://caniuse.com/#search=%40media

Codepen: http://codepen.io/anon/pen/ZWYLBJ

关于css - 显示 : none; not affecting div after applying media query,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35709593/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com