gpt4 book ai didi

javascript - jQuery Mobile .ui-page min-height 很大

转载 作者:行者123 更新时间:2023-11-28 06:42:03 26 4
gpt4 key购买 nike

我使用 phonegap 构建 html\css 应用程序陪审团手机给我 div:

<div data-role="page" data-url="/Users/tzahianidgar/Desktop/My Project/NaughtyLittleTurtles/Code/NLT/www/MainScreenIndex.html" tabindex="0" class="ui-page ui-page-theme-a ui-page-active" style="min-height: 736px;">

并且模拟器中的最小高度太大,我在底部看到黑线像这样:

the black line

如果我在 css 文件中更改 min-height: 736px 它可以工作,但刷新后它又回到 min-height: 736px

这是我添加后发生的事情: .ui-page-active {最小高度:100vh; -webkit-背景大小:覆盖; -moz-背景大小:封面; -o-背景尺寸:覆盖;背景大小: 封面;

图像: the code after i change

最佳答案

试试 background-size:cover:

.ui-page-active {
min-height:100vh;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

https://css-tricks.com/perfect-full-page-background-image/

关于javascript - jQuery Mobile .ui-page min-height 很大,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34230385/

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