css

当前位置:首页 > 前端 > css

图片变形 自适应图片 响应式

http://218.4.132.130:8108/szshy/
<li classs="aa">
    <div class="pic pic_pro">
        <img src="//cdn.myxypt.com/096f047c/24/07/c20f9e239c462bdbdbd3bafa691cd1d3fe40922e.jpg">
    </div>	
</li>

<style>
   li.aa{position: relative}
   li.aa .pic { position: relative; width: 100%; top: 0; padding-bottom: 100%; background: no-repeat center center; background-size: cover; transition: 0.3s}
   li.aa .pic img{width: 100%;background-size: cover;transition: 0.3s;}
   li.aa .pic_pro img {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
</style>


相关内容

文章评论

表情

共 0 条评论,查看全部
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~