页面中如何实现背景图100%铺满全屏
程序员文章站
2022-04-18 09:31:34
...
页面中如何实现背景图100%铺满全屏
.box{
width:100%;
background: url(../img/bg.png) no-repeat ;
background-size: 100% 100%;
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
}
上一篇: 后台登陆校验