diff --git a/pages.json b/pages.json index 45e46a4..1d83006 100644 --- a/pages.json +++ b/pages.json @@ -31,8 +31,8 @@ "style": { "navigationBarTitleText": "排查选择", "navigationStyle": "default", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#3567c1", + "navigationBarTextStyle": "white", "enablePullDownRefresh": false } }, @@ -40,9 +40,9 @@ "path": "pages/index/detail", "style": { "navigationBarTitleText": "智慧排查", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationBarTextStyle": "black", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#3567c1", + "navigationBarTextStyle": "white", "enablePullDownRefresh": false } }, @@ -127,8 +127,8 @@ "style": { "navigationBarTitleText": "知识库", "navigationStyle": "default", - "navigationBarBackgroundColor": "#F6F8FA", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#3567c1", + "navigationBarTextStyle": "white" } }, { @@ -184,9 +184,9 @@ "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "app", - "navigationBarBackgroundColor": "#2294E6", - "pullToRefresh":{ - "color": "#2294E6" + "navigationBarBackgroundColor": "#2294E6", + "pullToRefresh":{ + "color": "#2294E6" } // "backgroundColor": "#F8F8F8" }, diff --git a/pages/index/detail.vue b/pages/index/detail.vue index 303b650..98ae24a 100644 --- a/pages/index/detail.vue +++ b/pages/index/detail.vue @@ -1,695 +1,752 @@ \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 55e6ba3..f597a10 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,12 +1,16 @@