From f61a5d5e122bbc581d2855759ae3e778766a6368 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 10 Mar 2022 14:18:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B5=B0=E8=AE=BF=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E8=B7=A8=E5=BA=94=E7=94=A8=E8=B7=B3=E8=BD=AC=E7=89=B9?= =?UTF-8?q?=E6=AE=8A=E4=BA=BA=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppSpecialPeople/AppSpecialPeople.vue | 9 +-- src/apps/AppSpecialPeople/add.vue | 3 +- .../{ => components}/detail.vue | 59 +++++++++++++++---- src/apps/AppWalkask/selectType.vue | 48 ++++++++++----- 4 files changed, 84 insertions(+), 35 deletions(-) rename src/apps/AppSpecialPeople/{ => components}/detail.vue (92%) diff --git a/src/apps/AppSpecialPeople/AppSpecialPeople.vue b/src/apps/AppSpecialPeople/AppSpecialPeople.vue index f2c6f66f..62eb4966 100644 --- a/src/apps/AppSpecialPeople/AppSpecialPeople.vue +++ b/src/apps/AppSpecialPeople/AppSpecialPeople.vue @@ -10,23 +10,18 @@ @@ -173,6 +184,7 @@ export default { .selectType { height: 100%; background: #fff; + .header-top { background: #fff; padding: 20px 32px; @@ -180,11 +192,12 @@ export default { .header-middle { padding-bottom: 140px; + .hint { padding: 0 20px 0 32px; height: 112px; line-height: 112px; - box-shadow: 0px 1px 0px 0px #e4e5e6; + box-shadow: 0 1px 0 0 #e4e5e6; font-size: 30px; font-weight: 500; } @@ -208,6 +221,7 @@ export default { height: 74px; border-radius: 8px; } + .rightes { width: 100%; display: flex; @@ -215,11 +229,13 @@ export default { align-items: center; margin-left: 32px; border-bottom: 1px solid #e4e5e6; + .applicationNames { font-size: 36px; font-weight: 500; color: #333333; } + .imgs { width: 40px; height: 40px; @@ -242,6 +258,7 @@ export default { display: flex; align-items: center; width: 200px; + .imgselect { width: 48px; height: 48px; @@ -263,11 +280,13 @@ export default { margin-left: 32px; border-bottom: 1px solid #e4e5e6; padding-right: 40px; + .applicationNames { font-size: 36px; font-weight: 500; color: #333333; } + .idNumbers { color: #666; } @@ -280,9 +299,11 @@ export default { position: fixed; bottom: 0; left: 0; - width: 100%; + width: 100vw; height: 118px; background: #f4f8fb; + justify-content: flex-end; + div { width: 192px; height: 80px; @@ -293,7 +314,6 @@ export default { font-size: 32px; color: #fff; margin: 20px 34px 0 0; - float: right; } } }