移动端h5全屏body背景图底部未到底bug

终极方案:

html,body{
    width:100%;
    height:100%
}
body{
  background:url("../img/bg.png") no-repeat;
  background-size: 100%;
}

 

posted @ 2019-12-19 17:16  web_study  阅读(909)  评论(0编辑  收藏  举报

哈哈