gpt4 book ai didi

html - 背景集中在 PC 上,但不在移动设备上

转载 作者:太空宇宙 更新时间:2023-11-04 12:58:33 26 4
gpt4 key购买 nike

我无法让我的网站在移动设备上正确显示

这是我在 CSS 中使用的代码,这也是我希望它在移动设备上执行的操作:

html {  
background-image: url(/wp-content/themes/Newstyle/images/bg.jpg), url(/wp-content/themes/Newstyle/images/bg-repeat.jpg);
background-attachment: scroll, scroll;
background-color: #000;
background-repeat: no-repeat, repeat-y;
background-position: center top, center top;
}

html, body {
width:100%;
height:100%;
}

我不知道我做错了什么,我已经尝试了几个修复程序,但我无法让它工作。有人可以帮忙吗?链接如下。

enter image description here

My website - http://renoized.com

最佳答案

你可以试试:

背景尺寸:覆盖;

使用图像而不是背景,使用绝对定位和 -999 的 z-index 值。由于 iOS 不支持 100% 宽度的背景图片。

关于html - 背景集中在 PC 上,但不在移动设备上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25624759/

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