css 高度和宽一样

.img{
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 100%;
    position: relative;
    img{
        position: absolute;
        width: 100%;
        height: 100%;
    }
}
原文地址:https://www.cnblogs.com/fhysy/p/14301532.html