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; - } }