/*适用于div*/
.container{
width:20%;
}
.container .assist-block{
padding-bottom:100%;
}
/*适用于图片*/
.container {
width: 20%;
}
.container .assist-block {
position: relative;
padding: 50% 0;
}
.container .assist-block img {
position: absolute; /*脱离文档流*/
top: 0;
left: 0;
width: 100%;
height: 100%;
}
版权归属:
Malson
许可协议:
MIT