背景图片自适应铺满

<!DOCTYPE html>
<html>
 
    <head>
        <meta charset="utf-8" />
        <title></title>
        <style>
            body {
                background: url(123fff.jpg) no-repeat center center fixed;
                /*兼容浏览器版本*/
                -webkit-background-size: cover;
                -o-background-size: cover;                
                background-size: cover;
            }
        </style>
 
    </head>
 
    <body>
 
    </body>
 
</html>

 


posted @ 2020-12-09 19:35  lishidefengchen  阅读(43)  评论(0)    收藏  举报