feat: 创建了地图导航的组件

This commit is contained in:
2026-03-11 22:33:45 +08:00
parent 0b3d193b2f
commit 239b5886f9
9 changed files with 165 additions and 16 deletions

View File

@@ -55,3 +55,35 @@
.color-FA7319 {
color: #fa7319;
}
// text 颜色
.text-color-900 {
color: $text-color-900;
}
.text-color-800 {
color: $text-color-800;
}
.text-color-700 {
color: $text-color-700;
}
.text-color-600 {
color: $text-color-600;
}
.text-color-500 {
color: $text-color-500;
}
.text-color-400 {
color: $text-color-400;
}
.text-color-300 {
color: $text-color-300;
}
.text-color-200 {
color: $text-color-200;
}
.text-color-100 {
color: $text-color-100;
}
.text-color-50 {
color: $text-color-50;
}