Browse Source

修改主题颜色

cr 4 years ago
parent
commit
e7300dce51
3 changed files with 8 additions and 8 deletions
  1. 3 3
      src/pages.json
  2. 3 3
      src/pages/index/register.vue
  3. 2 2
      src/pages/manage/index.vue

+ 3 - 3
src/pages.json

@@ -13,13 +13,13 @@
13 13
         "selectedColor": "#27a34f",
14 14
         "list": [
15 15
             {
16
-                "text": "首页",
16
+                "text": "订单",
17 17
                 "pagePath": "pages/index/index",
18 18
                 "iconPath": "static/tabBar/icon_green_1.png",
19 19
                 "selectedIconPath": "static/tabBar/icon_green_1_select.png"
20 20
             },
21 21
             {
22
-                "text": "管理",
22
+                "text": "菜单",
23 23
                 "pagePath": "pages/manage/index",
24 24
                 "iconPath": "static/tabBar/icon_green_2.png",
25 25
                 "selectedIconPath": "static/tabBar/icon_green_2_select.png"
@@ -79,7 +79,7 @@
79 79
         {
80 80
             "path": "pages/manage/index",
81 81
             "style": {
82
-                "navigationBarTitleText": "管理中心"
82
+                "navigationBarTitleText": "菜单"
83 83
             }
84 84
         },
85 85
         {

+ 3 - 3
src/pages/index/register.vue

@@ -285,9 +285,9 @@ export default {
285 285
 }
286 286
 .inp-box span {
287 287
     font-size: px(32);
288
-    color: #e92e25;
288
+    color: rgb(0, 188, 38);
289 289
     border-radius: px(15);
290
-    border: 1px solid #e92e25;
290
+    border: 1px solid rgb(0, 188, 38);
291 291
     width: px(230);
292 292
     height: px(80);
293 293
     text-align: center;
@@ -306,7 +306,7 @@ export default {
306 306
 .btn {
307 307
     margin-top: px(120);
308 308
     color: #fff;
309
-    background-color: #e92e25;
309
+    background-color: rgb(0, 188, 38);
310 310
     font-size: px(44);
311 311
 }
312 312
 .code-box {

+ 2 - 2
src/pages/manage/index.vue

@@ -314,8 +314,8 @@ export default {
314 314
     left: px(30);
315 315
     right: px(30);
316 316
     z-index: 10;
317
-    color: #fff;
318
-    background-color: #e92e25;
317
+    color: #333;
318
+    background-color: #f3f3f3;
319 319
     font-size: px(44);
320 320
 }
321 321
 .tips {