diff --git a/app/pages.json b/app/pages.json index d20fa96..6107f2a 100644 --- a/app/pages.json +++ b/app/pages.json @@ -29,17 +29,12 @@ "path": "pages/user/index", "style": { //"navigationBarTitleText": "个人中心", - // #ifdef MP || APP-PLUS - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#409EFF", - // #endif - "app-plus": { - // #ifdef APP-PLUS - "titleNView": { - "type": "default" - } - // #endif - } + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + // #ifdef H5 + , + "navigationStyle": "custom" + // #endif } }, { diff --git a/app/pages/user/index.vue b/app/pages/user/index.vue index b7c4c75..acd05c9 100644 --- a/app/pages/user/index.vue +++ b/app/pages/user/index.vue @@ -115,7 +115,7 @@ 关于我们 - 退出登录 + 退出登录 @@ -720,16 +720,23 @@ .aboutUs, .logOut { - position: relative; + position: relative; font-size: 32rpx; text-align: center; width: 690rpx; height: 90rpx; border-radius: 45rpx; margin: 30rpx auto 0 auto; - z-index: 1; - color: white; - border: 2rpx solid white !important; + z-index: 1; + background: #f6f8fb; + color: #333; + border: 2rpx solid #dfe5ee !important; + } + + .logOut { + color: #e34d59; + border-color: #f3c9cd !important; + background: #fff5f6; } } \ No newline at end of file