css 对图片进行剪切,保留原始比例

发表于

img.a {
  width: 200px;
  height: 400px;
  object-fit: cover;
}

object-fit: cover;

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注