css 背景图片添加在 body 上时,自适应

 

html

<body class="bg">
    <div> 
        
    </div>
</body>

 

css

.bg {   
    background: url(../images/bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}

 

posted @ 2020-11-16 12:51  前端开发小姐姐  阅读(556)  评论(0编辑  收藏  举报