码迷,mamicode.com
首页 > 其他好文 > 详细

控制图片外框高度,让布局正常,图片不出现拉伸

时间:2020-06-12 16:15:38      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:拉伸   pre   items   lock   ons   布局   png   ems   width   

<div class="left_img">
    <img class="img-responsive center-block" src="img/index/j.png"  />
</div>

.section3 .left_img {
    width: 100%;
    height: 324px;
    overflow: hidden;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

 

控制图片外框高度,让布局正常,图片不出现拉伸

标签:拉伸   pre   items   lock   ons   布局   png   ems   width   

原文地址:https://www.cnblogs.com/Harold-Hua/p/13099954.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!