From 5c8d27ff062dabdcaeba0dcc8108a5a3a01986a3 Mon Sep 17 00:00:00 2001 From: yangjie <812952667@qq.com> Date: Thu, 26 Aug 2021 19:05:02 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AE=8C=E6=88=90=E5=B7=A5=E4=BC=9A=E5=8D=A1?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 +++ pages/tabBar/user/user.vue | 12 +-- pages/user/unionCard/unionCard.vue | 143 +++++++++++++++++++++++++++++ uni.scss | 13 +++ 4 files changed, 175 insertions(+), 6 deletions(-) create mode 100644 pages/user/unionCard/unionCard.vue diff --git a/pages.json b/pages.json index ce85672..ebba77e 100644 --- a/pages.json +++ b/pages.json @@ -476,6 +476,19 @@ } } + ,{ + "path" : "pages/user/unionCard/unionCard", + "style" : + { + "enablePullDownRefresh": false, + "navigationBarTitleText": "工会卡", + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#0083f5", + "backgroundColorTop": "#0083f5", + "navigationBarTextStyle": "white" + } + + } ], "globalStyle": { diff --git a/pages/tabBar/user/user.vue b/pages/tabBar/user/user.vue index 9dc87b0..edb0673 100644 --- a/pages/tabBar/user/user.vue +++ b/pages/tabBar/user/user.vue @@ -101,7 +101,7 @@ - 我的操作 + 我的 @@ -210,11 +210,11 @@ ], //操作列表 czList: [ - // { - // url: '../../login/updatePas/updatePas', - // text: '设置密码', - // img: '../../../static/img/pas.png' - // }, + { + url: '../../user/unionCard/unionCard', + text: '工会卡', + img: '../../../static/img/pas.png' + }, { url: '../../login/updatePas/resetPas', text: '修改密码', diff --git a/pages/user/unionCard/unionCard.vue b/pages/user/unionCard/unionCard.vue new file mode 100644 index 0000000..f2831c0 --- /dev/null +++ b/pages/user/unionCard/unionCard.vue @@ -0,0 +1,143 @@ + + + + + diff --git a/uni.scss b/uni.scss index eec6a33..8a4bcc6 100644 --- a/uni.scss +++ b/uni.scss @@ -318,6 +318,10 @@ $uni-font-size-paragraph:30upx; margin-left: 20%; } +.width35 { + width: 35%; +} + .width30 { width: 30%; } @@ -326,6 +330,10 @@ $uni-font-size-paragraph:30upx; width: 20%; } +.width25 { + width: 25%; +} + .width15 { width: 15%; } @@ -558,6 +566,11 @@ $uni-font-size-paragraph:30upx; padding-left: 15px; } +.paddtright5 { + padding-right: 5px; +} + + .paddtright10 { padding-right: 10px; }