1 .bg{    
2         width:100%;
3         height:100%;
4         background-image: url(../image/splash.png); 
5         background-size: 100% 100%;
6         background-size: cover;
7         position: fixed; ----重点
8       display: block;
9 }

 

    <style type="text/css">
    *{
        margin:0;
        padding: 0;
    }
        body {
            width: 100%;
            height: 100%;
            overflow: scroll;
        }
        
        img {
            width: 100%;
        }
    </style>

    <body>
        <img src="huodongye.png" />
    </body>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-12-06
  • 2021-06-22
猜你喜欢
  • 2022-12-23
  • 2021-12-01
  • 2021-12-12
  • 2021-12-12
  • 2021-06-22
  • 2021-12-12
  • 2021-06-06
相关资源
相似解决方案