基本样式变更
This commit is contained in:
+7
-7
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user