From b989beccbaa6ebe574aea7b4f38905773fac0acf Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 5 Nov 2025 16:34:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9D=A9=E5=91=BD=E6=97=A5):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=BB=A3=E7=A0=81=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Activities/RevolutionUnityDay/index.vue | 195 +++--------------- .../Activities/RevolutionUnityDay/topUser.vue | 30 +-- 2 files changed, 46 insertions(+), 179 deletions(-) diff --git a/src/views/Activities/RevolutionUnityDay/index.vue b/src/views/Activities/RevolutionUnityDay/index.vue index 1fb3cda..307cbaf 100644 --- a/src/views/Activities/RevolutionUnityDay/index.vue +++ b/src/views/Activities/RevolutionUnityDay/index.vue @@ -136,11 +136,20 @@ v-show="rankingShow" style="position: relative; width: 90%; left: 50%; transform: translateX(-50%)" > -
+
+
+ - +
@@ -349,7 +358,7 @@ display: flex; align-items: center; justify-content: center; - padding: 0 5%; + padding: 2% 5% 0; " >
-
+
{ } .top1Text { - font-size: 12px; + font-size: 0.8em; } .text { - font-size: 10px; + font-size: 0.6em; +} + +@media screen and (max-width: 360px) { + * { + font-size: 10px; + } +} + +@media screen and (min-width: 360px) { + * { + font-size: 16px; + } } @media screen and (min-width: 768px) { - .top1Text { + * { font-size: 24px; } - - .text { - font-size: 20px; - } } @media screen and (min-width: 1024px) { - .top1Text { + * { font-size: 32px; } - - .text { - font-size: 28px; - } }