This commit is contained in:
lcw
2026-04-15 16:04:50 +08:00
parent 763057ed9f
commit fbf259663b
41 changed files with 3651 additions and 2148 deletions

View File

@ -241,6 +241,10 @@
align-items: center;
}
.vam {
vertical-align: middle;
}
/**********文本省略***********/
.nowrap {
white-space: nowrap;
@ -287,6 +291,10 @@
margin-top: 10px;
}
.mb10 {
margin-bottom: 10px;
}
/**********字体大小和边距***********/
@for $i from 1 through 100 {
.f#{$i} {
@ -345,7 +353,7 @@
}
.ww#{$i} {
width: #{$i}+"%";
width: #{$i * 1%};
}
.hh#{$i} {