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; } } }