标签:理解 覆盖 strong div 空白 默认值 比例 obj 依次
.fill { object-fit: fill; }
.contain { object-fit: contain; }
.cover { object-fit: cover; }
.none { object-fit: none; }
.scale-down { object-fit: scale-down; }
每个属性值的具体含义如下(自己理解的白话文,官方释义见官网):
标签:理解 覆盖 strong div 空白 默认值 比例 obj 依次
原文地址:http://www.cnblogs.com/SunSong/p/6832160.html