【子比教程】为你的主题添加一个好看的背景。

演示

图片[1]-【子比教程】为你的主题添加一个好看的背景。-黎洛云网络

代码

/***日间主题模式***/
body {
    background-image: url("https://cos.lho.cc/img/65606921649ab.png");/**这里改为你自己的图片地址**/
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/***夜间主题模式***/
.dark-theme {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("https://cos.lho.cc/img/65606921649ab.png");/**这里改为你自己的图片地址**/
    background-size: cover;
}

教程

子比设置-自定义代码-自定义CSS样式

填入保存即可其他主题自测

© 版权声明
THE END
喜欢就支持一下吧!
点赞329 分享