css 高度和宽一样

.img{
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 100%;
    position: relative;
    img{
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

 

posted @ 2021-01-20 10:30  风花一世月  阅读(116)  评论(0编辑  收藏  举报