root{ --var1: 128px; }
body{ width: var(--var1) }
$width: 128px;
div{ width: $width; }
← 「布局技巧」图片未加载前自动撑开元素高度 文字在一行或多行时超出显示省略号→