码迷,mamicode.com
首页 > Web开发 > 详细

css使Img图片居中显示

时间:2019-09-26 11:26:56      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:not   inline   items   play   ali   justify   class   auto   bin   

<div class="flex-center listing-img">
    <img v-if="item.imgUrl" v-bind:src="item.imgUrl" alt="not find picture">
    <img v-if="!item.imgUrl" src="../../assets/img/detail-not-image.png"alt="not find picture" v-sf-img>
</div>
 
img1是默认显示图片


.listing-img{
  width:
100%; min-height: 270px; max-height: 320px; } .listing-img>img{   display: inline-block; height: auto; max-width: 100%; max-height: 320px; } .flex-center {   display: flex;   justify-content: center;   align-items: center; }

 

css使Img图片居中显示

标签:not   inline   items   play   ali   justify   class   auto   bin   

原文地址:https://www.cnblogs.com/wuliujun521/p/11589474.html

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