This commit is contained in:
lcw
2026-01-21 09:52:04 +08:00
parent a718b46427
commit 47a7081963
12 changed files with 141 additions and 98 deletions

View File

@ -282,6 +282,11 @@
display: block;
}
// 外边距
.mt10 {
margin-top: 10px;
}
/**********字体大小和边距***********/
@for $i from 1 through 100 {
.f#{$i} {