摘要: 首先要知道less: @width: 10px; @height: @width + 10px; #header { width: @width; height: @height; } 转换为CSS: #header { width: 10px; height: 20px; } 功能倒是强了,不过我 阅读全文
posted @ 2021-12-20 20:23 华容道专家 阅读(667) 评论(0) 推荐(0)