<body style="overflow:hidden;">
    <div class="wrapper">
        <!--背景图片-->
        <div id="web_bg" style="background-image: url(/images/welcome.png);background-size:100% 100%"></div>
        <!--其他代码 ... -->
    </div>
</body>
</html>
<style>
    #web_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        zoom: 1;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }
</style>

 

相关文章:

  • 2021-11-04
  • 2022-01-04
  • 2022-02-09
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
猜你喜欢
  • 2022-01-01
  • 2021-12-23
  • 2021-12-05
  • 2021-09-03
  • 2021-07-16
  • 2022-12-23
  • 2021-11-02
相关资源
相似解决方案