移动Android设备的Css:背景图像上方的白色边框不想消失

时间:2013-11-14 09:40:31

标签: android css mobile

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

这是我的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;
}

1 个答案:

答案 0 :(得分:0)

也许身体有默认的bowser填充和/或边距,请尝试

body{margin:0; padding:0}