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


/* padding-bottom 撑开图片防止页面抖动  图片宽/图片高 百分比 */   .banner{     height: 0;     overflow: hidden;     padding-bottom: 25.4%;     .banner__img{         width: 100%;     }   }
CSS