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 @@ + + + + +