阿饭达
阿饭达
  • 发布:2015-08-29 16:09
  • 更新:2015-08-29 16:31
  • 阅读:6889

mui如果设置body背景图,页面内容会被盖住

分类:MUI
mui

我给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测试是这样的,一再手机上就只剩下背景图了

2015-08-29 16:09 负责人:无 分享
已邀请:
不知道

不知道

.mui-bar,.mui-content{background-color: transparent;}
设置下透明度试试

该问题目前已经被锁定, 无法添加新回复