美化图:
![图片[1]-子比主题设置网站的背景为图片背景-IDC之家](https://9ee-net.oss-cn-guangzhou.aliyuncs.com/2025/09/20250927052516283508.webp?x-oss-process=image/auto-orient,1/quality,q_90/format,webp)
教程:
提示:建议夜间模式下不使用背景图片
/***日间主题模式***/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;
}
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END













暂无评论内容