Less初学 文章 | 2022-11-06 22:05 | 0 | 68 257 字 | 7 分钟 变量 @width: 10px; @height:@width + 10px; #header{ width: @width; height: @height } 混合 .bordered{ border-top: dotted 1px black; border-bottom:solid 2px …