diff --git a/pages/my/my.vue b/pages/my/my.vue index eaa9181..c8b32ba 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -116,13 +116,13 @@ .u-cell__title-text { margin-left: 20rpx; - font-size: 24rpx !important; + font-size: 26rpx !important; color: #252421; line-height: 33rpx !important; } .u-cell__value { - font-size: 24rpx !important; + font-size: 26rpx !important; color: #CCCCCC !important; } diff --git a/static/styles/myAvatar.scss b/static/styles/myAvatar.scss index a5fd1c0..6591c47 100644 --- a/static/styles/myAvatar.scss +++ b/static/styles/myAvatar.scss @@ -18,7 +18,7 @@ .my_avatar { position: absolute; right: 325rpx; - top: 148rpx; + top: 152rpx; display: flex; flex-direction: column; align-items: center;