diff --git a/pages/index/components/drivingLicence.vue b/pages/index/components/drivingLicence.vue index 54fe064..ae97f9b 100644 --- a/pages/index/components/drivingLicence.vue +++ b/pages/index/components/drivingLicence.vue @@ -17,10 +17,10 @@ - 代办驾驶证业务 + 待办驾驶证业务 - {{ "共一项代办业务" }} + {{ "共1项代办业务" }} @@ -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/index/index.vue b/pages/index/index.vue index cabb8ef..0e39f30 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,112 +1,114 @@ + .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 diff --git a/pages/my/index.vue b/pages/my/index.vue index 40dbfc9..b895c78 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -126,7 +126,9 @@ const set = () => { align-items: center; justify-content: space-between; padding: 1rem 0.8rem 1rem 1rem; - background-color: #2c66a9; + background-image: url(@/static/wode/f9.png); + background-size: contain; + background-repeat: no-repeat; color: #fff; letter-spacing: 1.5px; /* 设置字符间距为2像素 */ .user-icon { diff --git a/static/wode/f9.png b/static/wode/f9.png new file mode 100644 index 0000000..1c529a4 Binary files /dev/null and b/static/wode/f9.png differ diff --git a/unpackage/dist/cache/.vite/deps/_metadata.json b/unpackage/dist/cache/.vite/deps/_metadata.json index 7c16ed3..2ba9266 100644 --- a/unpackage/dist/cache/.vite/deps/_metadata.json +++ b/unpackage/dist/cache/.vite/deps/_metadata.json @@ -1,13 +1,13 @@ { - "hash": "f0e888ba", - "configHash": "046e9b57", + "hash": "4a204181", + "configHash": "eb966fb1", "lockfileHash": "fa978dd2", - "browserHash": "f56c9596", + "browserHash": "65cd6fd1", "optimized": { "echarts": { "src": "../../../../../node_modules/echarts/index.js", "file": "echarts.js", - "fileHash": "3a5ca97e", + "fileHash": "47eb0dc6", "needsInterop": false } },