我给body设置一张背景图,然后在手机运行,发现mui-content中的内容都不见了,只剩下header。
去掉背景图内容就显示出来了,不知是什么原因?为什么body的背景图会盖住内容?
body {
background: url(../images/body_bj.jpg) no-repeat fixed center center;
}
body, html {
overflow-x: hidden;
}
html, body {
height: 100%;
}
在chrome测试是这样的,一再手机上就只剩下背景图了