图片居中并超出隐藏

.img-box{
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;   
}
<div class="img-box">
    <img src="*" />
</div>

 

posted @ 2019-08-15 21:12  绿谷  阅读(469)  评论(0编辑  收藏  举报