css:

--------------------------------------

#box{
width:1000px;
height:500px;
border:1px solid #009;
background:url("ur;") no-repeat center center;
-webkit-background-size:contain;
background-size:contain;
}

 

 

#box{
width:1000px;
height:500px;
border:1px solid #009;
background:url("ur;") no-repeat center center;
-webkit-background-size:contain;/**--cover**/
background-size:contain;/**--cover**/
}

 

html:

--------------------------------------

  <div ></div>

 

相关文章:

  • 2021-12-04
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-11-21
  • 2021-07-13
  • 2021-11-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-09-26
相关资源
相似解决方案