css 背景图片铺满

body {
            width: 100%;
            height: 100%;
            background: url(img/loginbg.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
        }

 

posted @ 2021-06-09 15:11  凉面好好吃  阅读(97)  评论(0编辑  收藏  举报