gpt4 book ai didi

android - android phonegap 应用程序中未显示背景图片

转载 作者:行者123 更新时间:2023-11-28 07:54:42 25 4
gpt4 key购买 nike

我正在尝试使用 css 在 Android phonegap 应用程序上显示背景图片。这是示例 HTML

<html>
<head>
<title>Login page</title>
</head>
<body style="margin: 0px; background: url("img/bg_index.jpg";) repeat scroll 50% 0px / cover transparent;">
</body>
</html>

在使用此代码时,某些 android 手机(如 sony ericsion)不显示背景图像,但在大多数 android 手机和 iphone 中此代码工作正常。

所以我尝试改变样式如下图

<html>
<head>
<title>Login page</title>
</head>
<body style="margin: 0px;background: url("img/bg_index.jpg";) repeat scroll 50% 0px / cover transparent; background-image: url("img/bg_index.jpg";);background-repeat:no-repeat;">
</body>
</html>

应用此样式后,应用启动如下图所示 enter image description here

如何写一个被所有android设备和iphone接受的背景样式

最佳答案

试试这个:

background: url("../img/bg_index.jpg");

关于android - android phonegap 应用程序中未显示背景图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30190129/

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