body{
background: url('bg.png') no-repeat;
background-size: cover;
background-attachment: fixed;
}
CSS:实现background-image背景图片全屏铺满自适应
最新推荐文章于 2025-03-14 21:15:00 发布
body{
background: url('bg.png') no-repeat;
background-size: cover;
background-attachment: fixed;
}