如何修复 iPhone 和 iPod 的移动样式表错误?

发布于 2024-12-06 23:13:45 字数 185 浏览 0 评论 0原文

这是我的移动样式表在实际 iPhone 设备上的外观: http://awesomescreenshot.com/0b1l8g51a 网站url 可以在地址栏中看到,在第二代的 ipod/iphone 上看起来很好。谢谢

This is how my mobile stylesheet looks on a live iphone device: http://awesomescreenshot.com/0b1l8g51a , the website url can be seen in the adressbar, it looks fine on ipod/iphone from the second generation. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

以歌曲疗慰 2024-12-13 23:13:45

我认为这

width:100%;

会更好地完成工作。

I think that this

width:100%;

will do the job better.

意中人 2024-12-13 23:13:45

@用户257357;这不仅仅是您的 iPad 和 iPad 的问题; ipod 版本在您的 PC 版本中也存在问题。只需在减小窗口大小时进行测试即可。

解决

方案CSS:

iphone & ipad

body{
 min-width:480px;
}

css:

PC

body{
 min-width:966px;
}

检查此了解更多 iPad 背景的 div 块不跨越屏幕的整个宽度

@user257357; it's not only problem of your ipad & ipod version it also have a problem in your PC version. Just test when you decrease your window size.

solution

css:

iphone & ipad

body{
 min-width:480px;
}

css:

PC

body{
 min-width:966px;
}

check this for more iPad background for div blocks not spanning entire width of screen

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文