fix: 亮色主题全新配色(蓝紫)+趋势筛选换行+所有页面硬编码替换为CSS变量
This commit is contained in:
@@ -20,18 +20,18 @@
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "宇之然AI维度",
|
||||
"navigationBarBackgroundColor": "#f5f5f7",
|
||||
"backgroundColor": "#f5f5f7",
|
||||
"backgroundColorTop": "#f5f5f7",
|
||||
"backgroundColorBottom": "#f5f5f7",
|
||||
"navigationBarBackgroundColor": "#f0f2f8",
|
||||
"backgroundColor": "#f0f2f8",
|
||||
"backgroundColorTop": "#f0f2f8",
|
||||
"backgroundColorBottom": "#f0f2f8",
|
||||
"app-plus": {
|
||||
"background": "#f5f5f7"
|
||||
"background": "#f0f2f8"
|
||||
}
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "rgba(0,0,0,0.35)",
|
||||
"selectedColor": "#7c4dff",
|
||||
"backgroundColor": "#ffffff",
|
||||
"color": "rgba(99,102,241,0.4)",
|
||||
"selectedColor": "#6366f1",
|
||||
"backgroundColor": "#f0f2f8",
|
||||
"borderStyle": "white",
|
||||
"list": [
|
||||
{"pagePath": "pages/index/index", "text": "探索"},
|
||||
|
||||
Reference in New Issue
Block a user