子比主题设置网站的背景为图片背景

温馨提示:本文最后更新于2023-12-27 10:52:35,某些文章具有时效性,若有错误或已失效,请在下方留言或联系站长

美化图:

图片[1]-子比主题设置网站的背景为图片背景-胖大海博客资源网

教程:

建议夜间模式下不使用背景图片

/***日间主题模式***/
body {
    background-image: url("/**这里改为你自己的图片地址**/");
    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("/**这里改为你自己的图片地址**/");
    background-size: cover;
}
------本页内容已结束,喜欢请分享------

感谢您的来访,获取更多精彩文章请收藏本站。

------关注微信公众号:胖大海TuT------
© 版权声明
THE END
喜欢就支持一下吧
点赞51 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容