让不规则的图片自适应居中

.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>


版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。

评论