1 body{
 2 height:100%;
 3 overflow:hidden;
 4 }
 5 .bg {
 6 background-image: url(../../img/beijing.jpg); 
 7 width:100%;
 8 height:100%;
 9 background-size:100% 100%;
10 position:absolute;
11 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg-login.png',sizingMethod='scale');
12 }
13 
14 <body class="bg">
15 
16 </body>

 

相关文章:

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