基本样式变更

This commit is contained in:
2026-09-23 17:38:24 +08:00
parent e464c2ad13
commit 9a22980071
35 changed files with 413 additions and 302 deletions
+7 -7
View File
@@ -36,15 +36,15 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "风影随行通讯",
"navigationBarBackgroundColor": "#FAF8FF",
"backgroundColor": "#FAF8FF",
"backgroundColorTop": "#FAF8FF",
"backgroundColorBottom": "#FAF8FF"
"navigationBarBackgroundColor": "#F5F7FA",
"backgroundColor": "#F5F7FA",
"backgroundColorTop": "#F5F7FA",
"backgroundColorBottom": "#F5F7FA"
},
"tabBar": {
"color": "#434655",
"selectedColor": "#2563EB",
"backgroundColor": "#FAF8FF",
"color": "#8A9199",
"selectedColor": "#1677FF",
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"list": [
{ "pagePath": "pages/tabs/messages", "text": "消息", "iconPath": "static/tab/msg.png", "selectedIconPath": "static/tab/msg-on.png" },