.xhcy_img {width:159px;height:94px;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.xhcy_img img {margin:0 auto;object-fit: cover;max-width:100%;max-height: 100%;width:auto;height: auto;}引入图片,注意图片文件名称
<div class="xhcy_img"> <img data-src="img.jpg" src="img.jpg" /></div>
评论