From 4507fb25b11ada32f8cfefb6ea8d01488477f5fb Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 22 Apr 2026 19:15:51 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E6=80=BB=E6=8E=92=E8=A1=8C=E6=A6=9C):=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=9B=BE=E6=BA=90=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Ranking/Overall/Ranking.vue | 882 ++++++++---------- .../Ranking/Overall/components/topUser.vue | 307 +++--- 2 files changed, 556 insertions(+), 633 deletions(-) diff --git a/src/views/Ranking/Overall/Ranking.vue b/src/views/Ranking/Overall/Ranking.vue index d230440..5efa496 100644 --- a/src/views/Ranking/Overall/Ranking.vue +++ b/src/views/Ranking/Overall/Ranking.vue @@ -1,31 +1,21 @@ @@ -755,32 +652,27 @@ onUnmounted(() => { background-size: 100% auto; background-repeat: no-repeat; position: relative; + background: #000; } -.ovr-x1 { +.tab { font-weight: 700; font-size: 1em; } -.ovr-x2 { +.tabItem { display: flex; justify-content: center; align-items: center; } -.ovr-x3 { +.tag { font-weight: 510; - padding: 4px 10%; + padding: 4px 10px; } -.ovr-x4 { +.tagActive { color: black; - border-radius: 32px; - border: 1px solid #f5f54c; - box-sizing: border-box; - background: #fcfc93; - box-shadow: 0 0 8.6px 3px #fc8b02 inset; - display: flex; justify-content: center; align-items: center; @@ -791,7 +683,6 @@ onUnmounted(() => { backdrop-filter: blur(32px); } -/* 添加加载动画样式 */ .loading-container { width: 100vw; height: 100vh; @@ -800,7 +691,6 @@ onUnmounted(() => { justify-content: center; align-items: center; color: #666; - overflow: hidden; position: relative; } diff --git a/src/views/Ranking/Overall/components/topUser.vue b/src/views/Ranking/Overall/components/topUser.vue index 89facbf..9b6a33a 100644 --- a/src/views/Ranking/Overall/components/topUser.vue +++ b/src/views/Ranking/Overall/components/topUser.vue @@ -1,7 +1,7 @@ @@ -234,11 +259,19 @@ const InfoBoxHeight = computed(() => { } .top1Text { - font-size: 0.9em; + font-size: 0.86em; +} + +.top1ValueText { + font-size: 0.72em; } .text { - font-size: 0.8em; + font-size: 0.74em; +} + +.valueText { + font-size: 0.68em; } @media screen and (max-width: 360px) {