update 完成房屋编码列表
This commit is contained in:
@@ -5,19 +5,19 @@
|
||||
@n : @i * 50;
|
||||
|
||||
.w-@{n} {
|
||||
width: @n * 1px;
|
||||
width: @n * 1px !important;
|
||||
}
|
||||
|
||||
.h-@{n} {
|
||||
height: @n * 1px;
|
||||
height: @n * 1px !important;
|
||||
}
|
||||
|
||||
.w-@{n}-p {
|
||||
width: @n * 1%;
|
||||
width: @n * 1% !important;
|
||||
}
|
||||
|
||||
.h-@{n}-p {
|
||||
height: @n * 1%;
|
||||
height: @n * 1% !important;
|
||||
}
|
||||
|
||||
.width-height(@i + 1);
|
||||
|
||||
Reference in New Issue
Block a user