less混合

//混合 传参的
.juzhong(@w,@h,@c){
width:@w;
height: @h;
background-color: @c;
}
.box1{
.juzhong(300px,300px,red);
.box2{
.juzhong(100px,100px,blue);
}
}

posted @ 2020-07-11 20:52  Smile*^  阅读(70)  评论(0编辑  收藏  举报