From 670ef5e0190dc93620d93aac88b7fb2cf0e112fa Mon Sep 17 00:00:00 2001 From: zerosaturation Date: Thu, 28 May 2026 18:02:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pages/profile/profile.vue | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/frontend/pages/profile/profile.vue b/frontend/pages/profile/profile.vue index df1e0ef..5227326 100644 --- a/frontend/pages/profile/profile.vue +++ b/frontend/pages/profile/profile.vue @@ -13,8 +13,10 @@ - LV: - {{ fanLevel }} + + LV + {{ fanLevel }} + @@ -23,7 +25,7 @@ - @@ -1315,15 +1317,24 @@ onShow(() => { justify-content: center; } +.level-box { + display: flex; + align-items: flex-end; + +} + .level-label { - color: #fff; + color: #fffabd; font-size: 24rpx; + margin-right: 8rpx; } .level-value { color: #fff; - font-size: 28rpx; + font-size: 34rpx; font-weight: bold; + color: #fffabd; + text-shadow: -1px 1px 4px #ce090984; } /* 上半部分:用户信息区域 */ @@ -1416,7 +1427,7 @@ onShow(() => { .avatar-container { position: absolute; - left: -56rpx; + left: -0; top: 32rpx; } @@ -1428,9 +1439,6 @@ onShow(() => { justify-content: flex-end; gap: 8rpx; margin-left: 8rpx; - background-image: url(/static/rank/activity-support-icon/beijingkuang.png); - background-size: 100% 110%; - background-position: center; padding: 24rpx 24rpx 24rpx 240rpx; min-width: 356rpx; }