From 135a662576d6521afcf4c13c29a3121f4819c72d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 25 May 2022 15:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/conv/AppHealthReport/AddReport.vue | 138 +++--------------- src/mods/conv/AppHealthReport/AddUser.vue | 6 +- .../conv/AppHealthReport/AppHealthReport.vue | 73 +++++++-- .../AppReturnHomeRegister.vue | 16 +- 4 files changed, 103 insertions(+), 130 deletions(-) diff --git a/src/mods/conv/AppHealthReport/AddReport.vue b/src/mods/conv/AppHealthReport/AddReport.vue index 91d71af..bab9980 100644 --- a/src/mods/conv/AppHealthReport/AddReport.vue +++ b/src/mods/conv/AppHealthReport/AddReport.vue @@ -1,48 +1,13 @@ @@ -167,17 +172,43 @@ export default { border-bottom: 1px solid #DDDDDD; .item-top__left { + width: 100%; h2 { line-height: 44px; margin-bottom: 8px; color: #333; font-size: 32px; font-weight: 600; + span { + padding: 4px 8px; + font-size: 26px; + font-weight: normal; + margin-left: 24px; + } } - - p { - color: #999999; - font-size: 26px; + div { + display: flex; + justify-content: space-between; + p { + color: #999999; + font-size: 26px; + } + span { + padding: 4px 8px; + font-size: 26px; + } + } + .status0 { + color: #FF4466; + background: #FFF5F7; + } + .status1 { + color: #1AAAFF; + background: #E8F6FF; + } + .status2 { + color: #42D784; + background: #ECFBF2; } } @@ -219,5 +250,29 @@ export default { } } } + + .btn-wrapper { + display: flex; + justify-content: space-between; + padding: 20px 32px !important; + box-sizing: border-box; + .addBtn, + .share { + height: 88px; + line-height: 88px; + text-align: center; + } + .share { + width: 35%; + border-radius: 16px; + border: 1px solid #A0C0FF; + } + .addBtn { + width: 60%; + background: #4181FF; + border-radius: 16px; + color: #fff; + } + } } diff --git a/src/mods/conv/AppReturnHomeRegister/AppReturnHomeRegister.vue b/src/mods/conv/AppReturnHomeRegister/AppReturnHomeRegister.vue index cf7d001..ab3ca05 100644 --- a/src/mods/conv/AppReturnHomeRegister/AppReturnHomeRegister.vue +++ b/src/mods/conv/AppReturnHomeRegister/AppReturnHomeRegister.vue @@ -38,9 +38,17 @@
- +
添加返乡报备
+ + + 出淤泥而不染,濯清涟而不妖 + 出淤泥而不染,濯清涟而不妖 + 出淤泥而不染,濯清涟而不妖 + 出淤泥而不染,濯清涟而不妖 + + @@ -54,7 +62,8 @@ export default { return { list: [], current: 1, - total: 0 + total: 0, + show: false, } }, @@ -104,7 +113,8 @@ export default { }, shareBtn() { - console.log('分享'); + // console.log('分享'); + } },