css使Img图片居中显示

class="flex-center listing-img"> if="item.imgUrl" v-bind:src="item.imgUrl" alt="not find picture"> if="!item.imgUrl" src="../../assets/img/detail-not-image.png"alt="not find picture" v-sf-img>
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; }

 

转载于:https://www.cnblogs.com/wuliujun521/p/11589474.html

你可能感兴趣的:(css使Img图片居中显示)