在使用的 sikn/***.less
文件内加入
/*
* 将 'C:/1.png' 替换为你的图片路径
*/
.container {
background-image: url('file:///C:/1.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
/*
* 这里推荐通过调整背景颜色透明度实现,而非这种方式
*/
.top,
.left,
.right {
opacity: .7;
}
.search {
opacity: .9;
}