logo头像

孙宇

less基础语法

less语法一、注释的区别/**/会编译在css文件中 //不会编译在css中 二、声明变量及使用@maincolor:#92322; 使用变量 body{ color:@maincolor;} 三、mixin混入.redFont{ ...