perf: 优化首页图标

This commit is contained in:
xiaojunnuo
2026-01-27 00:32:03 +08:00
parent ce6e515309
commit 998de0f9a0
4 changed files with 63 additions and 26 deletions
+10 -1
View File
@@ -86,6 +86,11 @@ h6 {
align-items: baseline;
}
.flex-evenly {
display: flex;
justify-content: space-evenly;
}
.flex {
display: flex;
}
@@ -312,7 +317,11 @@ h6 {
}
.fs-16 {
font-size: 16px;
font-size: 16px !important;
}
.fs-28 {
font-size: 28px !important;
}
.w-50\% {