update 调整样式·

This commit is contained in:
zk
2024-06-15 13:52:49 +08:00
parent f6129b7aa4
commit e16b9e054e
3 changed files with 48 additions and 28 deletions
+14
View File
@@ -23,3 +23,17 @@
.body-d-right.light {
padding: 0 16px;
}
//路线导航-light
.center-map .route-navigation.light {
background: #E4E8F9 !important;
--cardFontColor: #607ddb;
--cardFontFFF: #fff;
--cardBgColor: #e4e8f9;
--circelBg: #1478f5;
}
//路线导航-dark
.center-map .route-navigation.dark {
background: #002e64;
}