CSS aspect -ratio 属性可以明确元素的高宽比例,日后一定是一个高频使用的CSS属性。 例如: .box { aspect-ratio: 10 / 1; background: deepskyblue; } ...
確定! 回上一頁