Loading

超大背景图定位

<body>
    <div class="bg">超大背景图定位一般使用top center</div>
</body>
<style>
        .bg{
            width: 100%;
            height: 1100px;
            border: 1px solid #000;
            background: url(bg.png) no-repeat top center;/*超大背景图定位一般使用top center*/
        }
</style>

posted @ 2018-04-16 10:22  澎湃_L  阅读(315)  评论(0编辑  收藏  举报