gpt4 book ai didi

android - css @media 测试它是 iPhone 还是 Android

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:34:50 25 4
gpt4 key购买 nike

我做一个网站,页脚总是绑在底部:

CSS:

 bottom: 0;

直到我用手机测试它才可以。它在 iPhone 中显示正常,但在 Android 中消失了。所以我使用 @media 来检查屏幕尺寸:

.footer {
bottom:0;
}
@media only screen and (max-device-width: 480px) {
.footer {
bottom:150px;
}

现在适用于 Android,但在 iPhone 中,footer 从底部偏移。我该如何解决这个问题?有没有办法检测它是 iPhone 还是 Android?

最佳答案

使用谷歌工具 Google Web Check Tool

在 firefox 中使用 firebug 插件。这个工具很有用

关于android - css @media 测试它是 iPhone 还是 Android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32963172/

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