摘要: // 变量 @width: 10px; @height: @width + 10px; #header { width: @width; height: @height; } // .bordered { border-top: dotted 1px black; border-bottom: so 阅读全文
posted @ 2021-08-13 12:25 Naijiaz 阅读(68) 评论(0) 推荐(0)