fix: 亮色主题彻底重做-清爽白底+品牌色点缀+卡片阴影
This commit is contained in:
@@ -20,18 +20,18 @@
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "宇之然AI维度",
|
||||
"navigationBarBackgroundColor": "#e8ecf8",
|
||||
"backgroundColor": "#e8ecf8",
|
||||
"backgroundColorTop": "#e8ecf8",
|
||||
"backgroundColorBottom": "#e8ecf8",
|
||||
"navigationBarBackgroundColor": "#f8f9fc",
|
||||
"backgroundColor": "#f8f9fc",
|
||||
"backgroundColorTop": "#f8f9fc",
|
||||
"backgroundColorBottom": "#f8f9fc",
|
||||
"app-plus": {
|
||||
"background": "#e8ecf8"
|
||||
"background": "#f8f9fc"
|
||||
}
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "rgba(99,102,241,0.4)",
|
||||
"color": "rgba(0,0,0,0.3)",
|
||||
"selectedColor": "#6366f1",
|
||||
"backgroundColor": "#e8ecf8",
|
||||
"backgroundColor": "#ffffff",
|
||||
"borderStyle": "white",
|
||||
"list": [
|
||||
{"pagePath": "pages/index/index", "text": "探索"},
|
||||
|
||||
Reference in New Issue
Block a user