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