html 中设置背景图铺满整个页面

来源:互联网 发布:网络销售规章制度 编辑:程序博客网 时间:2024/06/05 07:20
html,body{width: 100%;height: 100%;}.mui-content{background: url(img/bg.jpeg) bottom center no-repeat #efeff4 ;background-size: 100% 100%;width: 100%;height: 100%;}

阅读全文
0 0