解决给h5移动端页面设置背景颜色后,整个屏幕填充背景色的问题

 未解决之前:

解决 代码:

html,body{
    margin:0;
    padding:0;
    outline:none;
    list-style:none;
    width:100%;
    height: 100%;
    background: #012145;
    font-family:"微软雅黑";
    /*overflow-x: hidden;*/
}
body {
    background: #012145;
    background-size: 6.4rem;
    width: 6.4rem;
    height: auto;
}
html{
    background-color: #ffffff;
}

解决后如下所示

猜你喜欢

转载自blog.csdn.net/qq_32849999/article/details/82864255
今日推荐