如果是个背景图的话,
定义一个div,高100%,宽100%,里面放个img
<div class='bg'>
<img src="images/bg.jpg" alt="">
</div>

html,body{overflow: hidden;}
.bg{width: 100%;height: 100%;top:0;z-index: -1; position: absolute;}
.bg img{display: block;outline: none;border:0;height: 100%;width: 100%;}

相关文章:

  • 2021-12-14
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-11-15
  • 2021-12-01
  • 2021-06-22
  • 2021-05-29
猜你喜欢
  • 2021-10-26
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案