css设置图片适配:显示中间部分(居中显示)

给对应的图片设置样式

{

width: 100%;

height: 100%;

object-fit: cover;

object-position: center;

}

posted @ 2020-03-19 11:14  叶子0321~  阅读(2263)  评论(0编辑  收藏  举报