5.设置自适应全屏背景图
2020-07-02 本文已影响0人
程序萌
设置自适应全屏背景图
.reg-back {
position:fixed;
top: 0;
left: 0;
width:100%;
height:100%;
min-width: 1000px;
z-index:-10;
zoom: 1;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center 0;
background-image: url(../img/login_bg.png);
}