gpt4 book ai didi

jquery - Phonegap jQuery Mobile 背景 CSS 问题 - 屏幕底部 1px

转载 作者:行者123 更新时间:2023-11-28 00:07:49 24 4
gpt4 key购买 nike

我的背景图片有问题。在所附图片中,您可以在屏幕底部看到一条 1px 的线,其中背景重复。我希望背景填满整个屏幕。

我的 CSS:

body {
background: url(../img/bg-large.png) top center !important;
background-attachment: fixed;
background-size: auto 100% !important;
overflow: hidden;
text-shadow: none;
padding: 0;
font-family: 'Open Sans Condensed';
width: 100%;
font-size: 100%;
}

无论我在什么分辨率下查看它似乎都无关紧要,线条仍然存在。对于如何解决这个问题,有任何的建议吗? Background

最佳答案

在 jQuery Mobile 中,body 的高度设置为 99.9%,这就是为什么您的图片没有 100% 填满页面的原因。覆盖 .ui-page 类来解决这个问题。

Demo

关于jquery - Phonegap jQuery Mobile 背景 CSS 问题 - 屏幕底部 1px,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17529486/

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