From 8a6d32a7b20530c53694db5d8f69d610713ad436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-D7TKRI82=5C=E9=82=93?= <52643018@qq.com> Date: Mon, 16 Aug 2021 17:30:20 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E6=88=90]=20=E6=88=91=E8=A6=81?= =?UTF-8?q?=E4=B8=8A=E5=A2=99=E9=A1=B5=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/styles/theme.css | 4 +- pages.json | 6 +++ pages/upTheWall/upTheWall.vue | 83 +++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 pages/upTheWall/upTheWall.vue diff --git a/common/styles/theme.css b/common/styles/theme.css index cd95db8..b2b66b9 100644 --- a/common/styles/theme.css +++ b/common/styles/theme.css @@ -61,11 +61,11 @@ radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbo /* #endif */ .lf-color-primary { - color: #1998FE !important; + color: #E21196 !important; } .lf-bg-primary { - background: #1998FE !important; + background: #E21196 !important; } .lf-color-secondary { diff --git a/pages.json b/pages.json index f7a59ee..f49dd7a 100644 --- a/pages.json +++ b/pages.json @@ -17,6 +17,12 @@ "enablePullDownRefresh": true } }, + { + "path": "pages/upTheWall/upTheWall", + "style": { + "navigationBarTitleText": "我要上墙" + } + }, { "path": "pages/login/index", "style": { diff --git a/pages/upTheWall/upTheWall.vue b/pages/upTheWall/upTheWall.vue new file mode 100644 index 0000000..83d1a1f --- /dev/null +++ b/pages/upTheWall/upTheWall.vue @@ -0,0 +1,83 @@ + + + + +