图片响应式

<div class="img-wrapper">

  <img src="xxx.png" alt="" class="img-style"/> 

</div>

<style>

  .img-wrapper{

    overflow: hidden;

    width:100%;

    height: 0;
    padding-bottom:(height/width)*100%;
  }

   .img-style{

    width:100%;
  }
</style>

 

posted @ 2020-03-12 12:41  lyt598  阅读(103)  评论(0编辑  收藏  举报