From f721be7eadced261ef84b3884dc937947f5c190e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Tue, 16 Sep 2025 13:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=A9=E5=BA=A6=E6=97=A5=E5=8E=86=E7=9A=84?= =?UTF-8?q?=E6=9C=88=E4=BB=BD=E5=B7=A6=E4=B8=8A=E8=A7=92=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=EF=BC=9Btoken=E8=A7=84=E5=88=99=E6=8F=90=E7=A4=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/marketTemperature.vue | 4 ++-- src/views/homePage.vue | 17 +++++++---------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/src/views/components/marketTemperature.vue b/src/views/components/marketTemperature.vue index 0b3136a..edac0cf 100644 --- a/src/views/components/marketTemperature.vue +++ b/src/views/components/marketTemperature.vue @@ -1083,8 +1083,8 @@ defineExpose({ initChart }); font-size: calc(10px + 1.5vw); color: #00ffff; position: absolute; - bottom: 42%; - left: 30px; + bottom: 60%; + left: 10px; } .secondTitle { diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 311f3c0..982cc4d 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -2565,7 +2565,7 @@ body { justify-content: center; align-items: center; position: fixed; - bottom: 15%; + bottom: 20%; color: white; z-index: 9999; } @@ -2609,12 +2609,10 @@ body { font-size: 20px; font-weight: bold; text-align: center; - margin-bottom: 20px; width: 100%; } .tokenRuleSection { - margin-bottom: 15px; width: 100%; } @@ -2629,7 +2627,6 @@ body { color: white; font-size: 16px; line-height: 1.5; - margin-bottom: 6px; } .tokenRuleNote { @@ -2640,22 +2637,24 @@ body { color: white; font-size: 14px; line-height: 1.5; - margin-top: 15px; text-align: center; word-wrap: break-word; overflow-wrap: break-word; } @media (max-width: 768px) { + + .tokenRuleDialog { + bottom: 20%; + } .tokenRuleDialogContent { - width: 90vw; + width: 80vw; padding: 15px 20px; max-height: 80vh; } .tokenRuleDialogTitle { font-size: 18px; - margin-bottom: 15px; } .tokenRuleSectionTitle { @@ -2664,9 +2663,8 @@ body { } .tokenRuleItem { - font-size: 14px; + font-size: 13px; line-height: 1.4; - margin-bottom: 5px; word-wrap: break-word; overflow-wrap: break-word; } @@ -2674,7 +2672,6 @@ body { .tokenRuleNote { font-size: 12px; padding: 10px; - margin-top: 12px; line-height: 1.4; }