diff --git a/src/views/TopList/TopList.vue b/src/views/TopList/TopList.vue index 8be4bd1..dd13a63 100644 --- a/src/views/TopList/TopList.vue +++ b/src/views/TopList/TopList.vue @@ -95,40 +95,13 @@
-
- {{ Days }}D -
+
{{ Days }}D
-
- {{ Hours }} : {{ Minutes }} : {{ Second }} -
+
{{ Hours }} : {{ Minutes }} : {{ Second }}
@@ -425,7 +398,9 @@ rgba(255, 238, 198, 1) ); background-clip: text; + -webkit-background-clip: text; color: transparent; + -webkit-text-fill-color: transparent; " > {{ showTopOne.group }} @@ -1113,6 +1088,17 @@ onUnmounted(() => { position: relative; } +.time { + font-size: 0.9em; + position: absolute; + inset: 0; + display: flex; + justify-content: center; + align-items: center; + color: #fff; + font-weight: 860; +} + .topUserNickname::-webkit-scrollbar { display: none; }