css样式图片居中显示,不平铺

 

 

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 id="box" src=""></div>

 

posted @ 2020-03-14 08:37  A汉克先生  阅读(986)  评论(0编辑  收藏  举报