图片裁剪存放(不压缩)
程序员文章站
2022-04-06 08:21:29
...
.item-left {
float: left;
width: 160px;
height: 240px;
& > img {
width: 100%;
height: 100%;
object-fit: cover;
}
}