当前位置: 首页 > Web前端 > CSS

less都不懂,怎么混前端-

时间:2023-03-31 00:31:06 CSS

@width:100px;@height:@width+10px;.header{宽度:@width;高度:@height;背景颜色:红色;}1234567890