feat: 首页顶部的搭建

This commit is contained in:
2026-04-25 23:44:13 +08:00
parent 59e8b0325b
commit 9d734d6a4f
9 changed files with 1118 additions and 32 deletions

View File

@@ -56,6 +56,14 @@
color: #fa7319;
}
.color-B45309 {
color: #b45309;
}
.color-D97706 {
color: #d97706;
}
// text 颜色
.text-color-900 {
color: $text-color-900; // #181B25

View File

@@ -57,7 +57,6 @@
padding-bottom: 4px;
}
.p-6 {
padding: 6px;
}
@@ -88,7 +87,6 @@
padding-bottom: 6px;
}
.p-8 {
padding: 8px;
}
@@ -149,7 +147,6 @@
padding-bottom: 10px;
}
.p-12 {
padding: 12px;
}
@@ -204,7 +201,6 @@
padding-bottom: 14px;
}
.p-16 {
padding: 16px;
}
@@ -235,7 +231,6 @@
padding-bottom: 16px;
}
.p-20 {
padding: 20px;
}
@@ -266,7 +261,6 @@
padding-bottom: 20px;
}
.p-24 {
padding: 24px;
}