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) {