万户网络知识库 > 常见问题 > 网站的整体背景图的平铺设置
网站的整体背景图的平铺设置
更新时间:2019-03-08 09:47:55 访问量:
把背景全部去掉,body中添加颜色代码
class="body1"
找到index.shtml文件,在index加的类名
.body1{background: url(../images/背景.png)no-repeat !important;background-size: cover;width:100%;height:100%}
例如: