超大背景图定位

<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>

原文地址:https://www.cnblogs.com/EricZLin/p/8854395.html