美文网首页
5.设置自适应全屏背景图

5.设置自适应全屏背景图

作者: 程序萌 | 来源:发表于2020-07-02 16:17 被阅读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);
}

相关文章

网友评论

      本文标题:5.设置自适应全屏背景图

      本文链接:https://www.haomeiwen.com/subject/rvurqktx.html