From fef0d655009f79ef110b5fb31b9a2747f64989ff Mon Sep 17 00:00:00 2001 From: yangchunyu <2861518472@qq.com> Date: Thu, 27 Jun 2024 17:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/components/drivingLicence.vue | 2 +- pages/my/components/install/index.vue | 270 ++++++++++++---------- 2 files changed, 143 insertions(+), 129 deletions(-) diff --git a/pages/index/components/drivingLicence.vue b/pages/index/components/drivingLicence.vue index afa6a13..ae97f9b 100644 --- a/pages/index/components/drivingLicence.vue +++ b/pages/index/components/drivingLicence.vue @@ -165,7 +165,7 @@ onMounted(() => { display: flex; align-items: center; justify-content: center; - height: 4rem; + height: 3rem; background-color: #2c66a9; color: #fff; letter-spacing: 1.5px; diff --git a/pages/my/components/install/index.vue b/pages/my/components/install/index.vue index df306e0..18449a1 100644 --- a/pages/my/components/install/index.vue +++ b/pages/my/components/install/index.vue @@ -1,138 +1,152 @@ + .page-icon { + display: flex; + align-items: center; + position: absolute; + left: 0; + } + + .page-navbar { + font-size: 1.1rem; + } + } + + .userlist { + letter-spacing: 1.5px; + font-weight: 600; + + .userlist-box { + display: flex; + align-items: center; + justify-content: space-between; + background-color: #fff; + + .userlist-box-text { + display: flex; + align-items: center; + justify-content: space-between; + width: 96%; + padding: 1rem 0; + } + } + } + + .buttom { + width: 90%; + margin: 2rem auto 0rem; + padding: 0.7rem 0rem; + background-color: #ff6769; + color: #fff; + border-radius: 0.5rem; + text-align: center; + } + + .active { + padding: 0.2rem 0rem; + margin: 0.8rem 0rem; + background-color: #f5f9fa; + } + \ No newline at end of file