css代码:
.img-box { padding-bottom: 100%; } .img-box img { position: absolute; top:; bottom:; left:; right:; width: 100%; /* margin:auto; */ }
html标签:
<div class="img-box"> <img src="image/banner_1_nn.png" /> </div>
css代码:
.img-box { padding-bottom: 100%; } .img-box img { position: absolute; top:; bottom:; left:; right:; width: 100%; /* margin:auto; */ }
html标签:
<div class="img-box"> <img src="image/banner_1_nn.png" /> </div>