uniapp页面实现背景铺满一屏

使用伪元素

.login_box {
        content:" ";
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        background: url("../../static/img/loginBak.png") no-repeat center center;
        background-size: 100% 100%;
        z-index:-100;
    }

 

posted @ 2023-02-23 08:51  埃菲尔上的加菲猫  阅读(627)  评论(0编辑  收藏  举报