From ff8c7bdfff29ba000a638b48434a253b7ed99b5d Mon Sep 17 00:00:00 2001 From: songsong428 Date: Thu, 5 Mar 2020 17:16:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- colorui/main.scss | 18 +++---- pages.json | 6 +++ pages/basic-info/basic-info.vue | 89 +++++++++++++++++++++++++++++++++ pages/index/components/home.vue | 2 +- pages/index/components/mine.vue | 18 +++---- 5 files changed, 113 insertions(+), 20 deletions(-) create mode 100644 pages/basic-info/basic-info.vue diff --git a/colorui/main.scss b/colorui/main.scss index 82df367..ce6040d 100644 --- a/colorui/main.scss +++ b/colorui/main.scss @@ -1199,6 +1199,7 @@ button.cuIcon.lg { position: absolute; right: 0; display: flex; + flex: 1; width: 260upx; height: 100%; transform: translateX(100%); @@ -2323,9 +2324,9 @@ button.cuIcon.lg { .cu-form-group { background-color: $white; - padding: 1upx 30upx; + // padding: 1upx 30upx; display: flex; - align-items: center; + align-items: left; min-height: 100upx; justify-content: space-between; } @@ -2335,23 +2336,20 @@ button.cuIcon.lg { } .cu-form-group .title { - text-align: justify; + text-align: left; padding-right: 30upx; - font-size: 30upx; + font-size: 32upx; position: relative; - height: 60upx; - line-height: 60upx; } .cu-form-group input { - flex: 1; - font-size: 30upx; - color: #555; + font-size: 34upx; + color: $gray; padding-right: 20upx; } .cu-form-group > text[class*='cuIcon-'] { - font-size: 36upx; + font-size: 34upx; padding: 0; box-sizing: border-box; } diff --git a/pages.json b/pages.json index 3eca2cd..521b7e4 100644 --- a/pages.json +++ b/pages.json @@ -21,6 +21,12 @@ "style": { "navigationBarTitleText": "领取健康码" } + }, + { + "path": "pages/basic-info/basic-info", + "style": { + "navigationBarTitleText": "基本信息填写" + } } ], diff --git a/pages/basic-info/basic-info.vue b/pages/basic-info/basic-info.vue new file mode 100644 index 0000000..6f13354 --- /dev/null +++ b/pages/basic-info/basic-info.vue @@ -0,0 +1,89 @@ + + + + + \ No newline at end of file diff --git a/pages/index/components/home.vue b/pages/index/components/home.vue index d771d66..da67d8b 100644 --- a/pages/index/components/home.vue +++ b/pages/index/components/home.vue @@ -58,7 +58,7 @@ export default { name: 'Home', data() { return { - coad: true, + coad: false, } } }; diff --git a/pages/index/components/mine.vue b/pages/index/components/mine.vue index 4deaeea..89db885 100644 --- a/pages/index/components/mine.vue +++ b/pages/index/components/mine.vue @@ -8,7 +8,7 @@ {{ userInfo.nickName }} - {{ userInfo.classes }} + {{ userInfo.classes }} @@ -16,20 +16,20 @@ - - 个人信息 + + 个人信息 - - 我的健康打卡 + + 我的健康打卡 - - 我的行程 + + 我的行程 - - 我的校园打卡 + + 我的校园打卡