默认分类

原因

因为我感觉背景太白了,就只有banner有图片(

第一步

mix.min.css里添加如下内容
//文件位置在 usr\themes\sagiri\css 目录下
//要在适当的位置,不要在其他已有样式内添加
//比如

//td //样式名称 { //以中括号开头 中括号结尾
//    border-bottom-width: 1px //样式属性
//}
.bg {
    z-index: -3;
    width: 100%;
    height: 100%;
    position: fixed;
    min-height: 475px;
    background-repeat: no-repeat;
    background-size: cover;
}

第二步

head.php添加以下内容
//文件位置在 usr\themes\sagiri\component

<div class="bg" style="background-image:url(url//填写你要换的图片地址)"></div>

head

大功告成

评论

This is just a placeholder img.