gpt4 book ai didi

javascript - 背景图片在 iOS 上不显示

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

我有一个带有动态应用 JS 的背景图像的 div。除了在 iOS 中,它工作得很好——在 iOS Safari 和 iOS Chrome 中,背景图像只是不显示。很奇怪,我没有在网上找到任何答案。这是正常情况下的样子:

enter image description here

这是它在 iOS(ipad 和 iphone)上的样子:

enter image description here

这是 CSS,背景图像值由 JS 应用:

.NavFrame {
width: 104px;
height: 58px;
background-position: center center;
background-size: cover;
margin-right: 2%;
background-image: url(http://www.test.com/test.jpg);
}

我们将不胜感激。

更新:谢谢大家的回答,但最终它是我的 JS 代码中的一些错误。无论如何希望它可以帮助别人。

最佳答案

这样试试

.NavFrame {
width: 104px;
height: 58px;
background-position: center center;

margin-right: 2%;
background-image: url(http://www.test.com/test.jpg);
background-size: cover;
}

关于javascript - 背景图片在 iOS 上不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30727627/

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