gpt4 book ai didi

css - 随机线显示在移动设备中,但不显示在桌面设备中

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

所以我正在开发一个移动网站,我遇到了一个问题,即在某个部分上方随机弹出一行。我无法真正测试它,因为该行没有显示在桌面上。我正在使用带有 ICS 的全新 Android 手机,我也在其他几部手机上对其进行了测试。

我的 HTML 结构是:

<footer>
<div class="footer-top">
</div>
<div class="footer-main">
</div>
</footer>

这些部分的 CSS 是:

footer { margin-top: -18px; position: relative; z-index: 100; }
.footer-top { background: url(../images/footer-top.png) repeat center top; height: 35px; text-align: center; }
.footer-main { background: url(../images/footer_bg.jpg) repeat center; padding-bottom: 30px;}

我只是找不到出现该行的原因。有没有其他人遇到过这样的问题?

最佳答案

I think this may be a webkit-wide issue, though I thought it was just an iOS issue .

基本上,这是一个渲染错误。您可能必须给其中一个 div 设置 1 或 2 个像素的负边距才能使其消失。您可以使用媒体查询来定位它,因此桌面不会受到影响。

关于css - 随机线显示在移动设备中,但不显示在桌面设备中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11510158/

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