gpt4 book ai didi

android - 移动安卓设备的CSS : white border above background-image doesn't want to dissapear

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

我在使用 Android 系统进行移动潜水时遇到了我的 CSS 问题。我无法删除背景图片上方的空白区域。

这是我的 CSS 代码:

.mobile #main2{
padding:0px;
margin:0px auto;

}

.mobile #main2 .big_bg2{
padding:0px;
margin:0px auto;
top:0;
z-index:-1;

}



.mobile + #main2 .big_bg2 img{
padding:0 !important;
margin-left:-35px !important;
margin-top:10px !important;




}

.mobile + #main2 .big_bg2 > a, .big_bg2 > a > img{
float:none !important;
}

最佳答案

也许 body 有默认的 bowser 的 padding 和/或 margin,试试

body{margin:0; padding:0} 

关于android - 移动安卓设备的CSS : white border above background-image doesn't want to dissapear,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19974169/

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