-
混合 默认值查看全部
-
混合 带参数查看全部
-
混合样式查看全部
-
lee中声明变量用@开头 比如:@变量名:值;查看全部
-
less的注释 /*我被保留*/ //我不被保留查看全部
-
less匹配模式 相当于函数的重载查看全部
-
混合插入参数: .border_02(@border_width){ border:solid yellow @border_width; } .test_hunhe{ .border_o2(30px); } .boeder_03(@border_width: 20px){ border:solid green @borde_width; } .test_width_02{ .boeder_03();//这里面的值可以输入也可以不输入,输入的话就是输入的值,不输入就是.boeder_03默认的值 }查看全部
-
@test_width:300px; .box{ width:@test_width; height:@test_width .border; } .border { border:solid 5px pink; }查看全部
-
less css是一种动态样式语言,属于css预处理语言的一种,使用类似于css的语法,为css的赋予了动态语言的特性,如变量 函数 运算 继承等,更方便css的编写和维护查看全部
-
@arguments,代表所有传进来的参数查看全部
-
&:hover,代表上一层选择器查看全部
-
&:hover查看全部
-
颜色的计算查看全部
-
在less 中声明变量的方式: @开头 例如:@变量名:值 @test_width:300px查看全部
-
`""避免编译查看全部
举报
0/150
提交
取消