diff --git a/src/project/qujing/AppMine/AppMine.vue b/src/project/qujing/AppMine/AppMine.vue index 6972f85..f01a285 100644 --- a/src/project/qujing/AppMine/AppMine.vue +++ b/src/project/qujing/AppMine/AppMine.vue @@ -25,16 +25,6 @@ -
- {{ info.resident.currentAreaName || '' }}{{ info.resident.currentAddress || '' }}
-
-
-
-
+
+
+ 共10题,预计10分钟
+264人通过/283人参与
+
+ 用户昵称
姓名
+身份证号
+地区
+退出登录
@@ -48,6 +62,13 @@ export default { } }, onLoad() { + uni.setNavigationBarTitle({ + title: '个人中心' + }) + uni.setNavigationBarColor({ + frontColor: "#000000", + backgroundColor: "#F4F6FA", + }) this.getUserInfo() }, data() { @@ -105,14 +126,15 @@ export default { .page { width: 100%; - background-color: #F5F5F5; + background-color: #F4F5FA; .info-list { - margin: 0 0 16px 0; + padding: 50px 16px 0; .item-content { padding: 0 32px; background-color: #fff; + border-radius: 32px; } .item { @@ -122,15 +144,17 @@ export default { box-sizing: content-box; display: flex; justify-content: space-between; + font-size: 30px; p { - color: #333; - font-weight: 400; + font-family: PingFangSC-Regular; + color: #666; } div { - color: #666; - font-size: 28px; + font-family: PingFangSC-Medium; + font-weight: 500; + color: #333; } .user-img-div { @@ -156,12 +180,14 @@ export default { .mar-t22 { margin-top: 44px; } - } - .login-out { - width: 100%; - font-size: 30px; - text-align: center; + .login-out { + width: 100%; + font-size: 34px; + text-align: center; + font-family: PingFangSC-Regular; + color: #4181FF; + } } } @@ -218,5 +244,8 @@ export default { text-align: right; font-size: 28px; } + .solid { + border-bottom: 1px solid #eee; + } }