chore: 赞助数量状态样式

This commit is contained in:
xiaojunnuo
2026-02-02 15:31:02 +08:00
parent c6ccf1cf21
commit f900db8e10
2 changed files with 112 additions and 6 deletions
+16 -1
View File
@@ -320,10 +320,25 @@ h6 {
font-size: 16px !important;
}
.fs-18 {
font-size: 18px !important;
}
.fs-20 {
font-size: 20px !important;
}
.fs-24 {
font-size: 24px !important;
}
.fs-26 {
font-size: 26px !important;
}
.fs-28 {
font-size: 28px !important;
}
.fs-32 {
font-size: 32px !important;
}
.w-50\% {
width: 50%;
}