diff --git a/App.vue b/App.vue index 65f2b77..7109917 100644 --- a/App.vue +++ b/App.vue @@ -16,12 +16,15 @@ export default { messageId: "", title: "", - themeColor: "#3578f6", - themeBackgroundColor: "#3578f621", + // themeColor: "#3578f6", + // themeBackgroundColor: "#3578f621", // themeColor: "#00B666", // themeBackgroundColor: "#00B66621", + themeColor: "#F9AA16", + themeBackgroundColor: "#F9AA1621", + logo: "", // #ifdef MP-WEIXIN "g-open-env": "MP-MINI", diff --git a/pages.json b/pages.json index 2dd9933..96ddecc 100644 --- a/pages.json +++ b/pages.json @@ -699,14 +699,14 @@ "uniIdRouter": {}, "tabBar": { "color": "#606266", - "selectedColor": "#3578f6", + "selectedColor": "#F9AA16", "borderStyle": "black", "backgroundColor": "#ffffff", // "custom": true, "list": [ { - "iconPath": "static/image/tabbar/home_gray.png", - "selectedIconPath": "static/image/tabbar/home_blue.png", + "iconPath": "static/image/tabbar/home.png", + "selectedIconPath": "static/image/tabbar/home_yellow.png", "pagePath": "pages/home/index", "text": "首页" }, @@ -729,26 +729,26 @@ // "text": "智能客服" // }, { - "iconPath": "static/image/tabbar/message_gray.png", - "selectedIconPath": "static/image/tabbar/message_blue.png", + "iconPath": "static/image/tabbar/message.png", + "selectedIconPath": "static/image/tabbar/message_yelloe.png", "pagePath": "pages/message/index", "text": "消息" }, { - "iconPath": "static/image/tabbar/plus-square_gray.png", - "selectedIconPath": "static/image/tabbar/plus-square_blue.png", + "iconPath": "static/image/tabbar/plus-square.png", + "selectedIconPath": "static/image/tabbar/plus-square_yellow.png", "pagePath": "pages/apply/index", "text": "报名" }, { - "iconPath": "static/image/tabbar/order_gray.png", - "selectedIconPath": "static/image/tabbar/order_blue.png", + "iconPath": "static/image/tabbar/order.png", + "selectedIconPath": "static/image/tabbar/order_yellow.png", "pagePath": "pages/order/index", "text": "工单" }, { - "iconPath": "static/image/tabbar/user_gray.png", - "selectedIconPath": "static/image/tabbar/user_blue.png", + "iconPath": "static/image/tabbar/user.png", + "selectedIconPath": "static/image/tabbar/user_yellow.png", "pagePath": "pages/person/index", "text": "我的" } diff --git a/static/css/base.scss b/static/css/base.scss index e98bd33..5ab568b 100644 --- a/static/css/base.scss +++ b/static/css/base.scss @@ -3,8 +3,8 @@ $test: env("VITE_APP_THEMECOLOR"); // $main: #ff4400; // $filter_bg_color: #ff440011; // 其他的 -$main: #3578f6; -$filter_bg_color: #3578f621; +$main: #F9AA16; +$filter_bg_color: #F9AA1621; $main_bg_color: $main; $page_bg_color: #ededed; $main_color: $main; diff --git a/static/image/tabbar/home.png b/static/image/tabbar/home.png index e74d276..9edc527 100644 Binary files a/static/image/tabbar/home.png and b/static/image/tabbar/home.png differ diff --git a/static/image/tabbar/home_blue.png b/static/image/tabbar/home_blue.png deleted file mode 100644 index f319f99..0000000 Binary files a/static/image/tabbar/home_blue.png and /dev/null differ diff --git a/static/image/tabbar/home_gray.png b/static/image/tabbar/home_gray.png deleted file mode 100644 index a9d9910..0000000 Binary files a/static/image/tabbar/home_gray.png and /dev/null differ diff --git a/static/image/tabbar/home_yellow.png b/static/image/tabbar/home_yellow.png new file mode 100644 index 0000000..33ed295 Binary files /dev/null and b/static/image/tabbar/home_yellow.png differ diff --git a/static/image/tabbar/message.png b/static/image/tabbar/message.png index 09e5851..3030a4e 100644 Binary files a/static/image/tabbar/message.png and b/static/image/tabbar/message.png differ diff --git a/static/image/tabbar/message_blue.png b/static/image/tabbar/message_blue.png deleted file mode 100644 index 883189e..0000000 Binary files a/static/image/tabbar/message_blue.png and /dev/null differ diff --git a/static/image/tabbar/message_gray.png b/static/image/tabbar/message_gray.png deleted file mode 100644 index 5fb3c76..0000000 Binary files a/static/image/tabbar/message_gray.png and /dev/null differ diff --git a/static/image/tabbar/message_yello.png b/static/image/tabbar/message_yello.png new file mode 100644 index 0000000..f1897ac Binary files /dev/null and b/static/image/tabbar/message_yello.png differ diff --git a/static/image/tabbar/order.png b/static/image/tabbar/order.png index 9f6d211..296a54b 100644 Binary files a/static/image/tabbar/order.png and b/static/image/tabbar/order.png differ diff --git a/static/image/tabbar/order_blue.png b/static/image/tabbar/order_blue.png deleted file mode 100644 index b17e963..0000000 Binary files a/static/image/tabbar/order_blue.png and /dev/null differ diff --git a/static/image/tabbar/order_gray.png b/static/image/tabbar/order_gray.png deleted file mode 100644 index 3511c96..0000000 Binary files a/static/image/tabbar/order_gray.png and /dev/null differ diff --git a/static/image/tabbar/order_yellow.png b/static/image/tabbar/order_yellow.png new file mode 100644 index 0000000..5d4d103 Binary files /dev/null and b/static/image/tabbar/order_yellow.png differ diff --git a/static/image/tabbar/plus-square.png b/static/image/tabbar/plus-square.png index cbe0ca3..6a3ca06 100644 Binary files a/static/image/tabbar/plus-square.png and b/static/image/tabbar/plus-square.png differ diff --git a/static/image/tabbar/plus-square_blue.png b/static/image/tabbar/plus-square_blue.png deleted file mode 100644 index 29dd59d..0000000 Binary files a/static/image/tabbar/plus-square_blue.png and /dev/null differ diff --git a/static/image/tabbar/plus-square_gray.png b/static/image/tabbar/plus-square_gray.png deleted file mode 100644 index 6813804..0000000 Binary files a/static/image/tabbar/plus-square_gray.png and /dev/null differ diff --git a/static/image/tabbar/plus-square_yellow.png b/static/image/tabbar/plus-square_yellow.png new file mode 100644 index 0000000..40073d0 Binary files /dev/null and b/static/image/tabbar/plus-square_yellow.png differ diff --git a/static/image/tabbar/user.png b/static/image/tabbar/user.png index fc3e067..190df8f 100644 Binary files a/static/image/tabbar/user.png and b/static/image/tabbar/user.png differ diff --git a/static/image/tabbar/user_blue.png b/static/image/tabbar/user_blue.png deleted file mode 100644 index a526548..0000000 Binary files a/static/image/tabbar/user_blue.png and /dev/null differ diff --git a/static/image/tabbar/user_gray.png b/static/image/tabbar/user_gray.png deleted file mode 100644 index 5bbae53..0000000 Binary files a/static/image/tabbar/user_gray.png and /dev/null differ diff --git a/static/image/tabbar/user_yellow.png b/static/image/tabbar/user_yellow.png new file mode 100644 index 0000000..bcf8cae Binary files /dev/null and b/static/image/tabbar/user_yellow.png differ