当前位置: 代码迷 >> 综合 >> css 高度和宽一样
  详细解决方案

css 高度和宽一样

热度:108   发布时间:2023-09-19 08:18:04.0
.img{
     width: 100%;height: 0;margin: 0 auto;padding-bottom: 100%;position: relative;img{position: absolute;width: 100%;height: 100%;}
}
  相关解决方案