padding-bottom 撑开图片防止页面抖动 图片宽/图片高 百分比

/* padding-bottom 撑开图片防止页面抖动  图片宽/图片高 百分比 */
  .banner{
    height: 0;
    overflow: hidden;
    padding-bottom: 25.4%;
    .banner__img{
        width: 100%;
    }
  }
posted @ 2021-12-17 11:15  13522679763-任国强  阅读(59)  评论(0)    收藏  举报