gpt4 book ai didi

html - css 如何在 Iphone IOS 中将固定的 div 设置为全宽

转载 作者:行者123 更新时间:2023-11-28 11:38:46 29 4
gpt4 key购买 nike

在桌面上还好,在iphone上看固定div没有全宽显示,有什么办法可以全宽显示吗?

height: 94px;
position: fixed;
width: 100%;
z-index: 100;

最佳答案

您可以使用:

    @media handheld {
height: 100px;
position: fixed;
width: 100%;
z-index: 100;
}
@media Screen {
height: 100px;
position: fixed;
width: 350px;
z-index: 100;
}

这样它就知道它是移动设备还是桌面设备!希望它有效...

关于html - css 如何在 Iphone IOS 中将固定的 div 设置为全宽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20790129/

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