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