我对 Phonegap 的背景有疑问
我也在使用 JQuery 移动
这是我的 CSS 代码女巫生成背景
html, body {
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}
.ui-page{
top: 0px;
left: 0px;
background: url('../img/bg.jpg') 0 0 no-repeat fixed !important;
background-size: auto 100%;
height: 100%;
width: 100%;
font-family: MankSans;
background-position:fixed;
background-color:#102a3e;
}
当我在页面中滚动时,我的背景停留在顶部,但我的背景未获取的部分保持白色,我不明白为什么
谢谢你的帮助