update 完成房屋编码列表

This commit is contained in:
2021-05-21 14:04:05 +08:00
parent 1e15747852
commit 4be20f665b
4 changed files with 158 additions and 58 deletions

View File

@@ -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);