gpt4 book ai didi

html - Opencart 背景图像/颜色错误

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

下午堆栈溢出,

我的问题出在我的网站上 here

我使用的背景图片模块在台式电脑和 iPad 上运行良好,当移动用户查看网站时,最大 4000 像素的背景图片停止并显示白色背景。我已经绑定(bind)了@media 修复程序但没有运气。我发现覆盖内容区域的唯一修复消除了顶部的滴落效果。

Device comparison

再次感谢史蒂文

最佳答案

解决方法:1- 将 background:#000; 赋给移动情况下的 body(媒体查询)

body {
background: url('http://www.vapescotts.co.uk/image/catalog/Background_Img/background_black.png') no-repeat center top #000 !important;
}

2-将 background-size: cover !important; 赋给移动情况下的body(媒体查询)

body {
background: url('http://www.vapescotts.co.uk/image/catalog/Background_Img/background_black.png') no-repeat center top #000 !important;
background-size: cover !important;
}

关于html - Opencart 背景图像/颜色错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33394494/

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