gpt4 book ai didi

css - 媒体查询不适用于 iPad

转载 作者:太空宇宙 更新时间:2023-11-04 14:46:55 25 4
gpt4 key购买 nike

下面的代码在 iPad 上没有做任何事情,尽管与桌面相比字体应该更大......这是怎么回事?

<style type="text/css">
@media screen and (min-device-width: 481px) and (orientation:landscape) {
.header {
font-family: courier new, monospace;
color: #999999;
font-size: 16pt;
line-height: 12pt;
width: 38.25em;
}
}
.header {
font-family: courier new, monospace;
color: #999999;
font-size: 12pt;
line-height: 12pt;
width: 38.25em;
}
</style>

最佳答案

尝试将@media 查询移到另一个头类下面,我相信第二个头类正在覆盖您的媒体查询

关于css - 媒体查询不适用于 iPad,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17793170/

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