演示
代码
/***日间主题模式***/
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样式
填入保存即可其他主题自测
© 版权声明
本站技术资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权请联系邮箱i@lho.cc删除!
THE END