图片显示效果

body {
background-image: url(b10.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100vh;
margin: 0px;
padding: 0px;
}

.divContent {
width: 200px;
height: 200px;
overflow: hidden;
}

.divContent img {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
object-fit: cover;
//重要
}

posted on 2019-09-02 10:09  刘顺利  阅读(164)  评论(0编辑  收藏  举报

导航