From 754dba78c7110c08bd0457603ef28f55aa5e4167 Mon Sep 17 00:00:00 2001 From: zhangjiahao <1627043995@qq.com> Date: Mon, 21 Jul 2025 11:13:13 +0800 Subject: [PATCH] =?UTF-8?q?480px=E4=B8=8B=E4=BF=AE=E6=94=B9=E5=A4=A7?= =?UTF-8?q?=E6=A0=87=E9=A2=98=EF=BC=8C=E6=B4=BB=E5=8A=A8=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=8C=E8=82=A1=E7=A5=A8=E6=9D=BF=E5=9D=97=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E7=AD=89=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zhongchou/index.vue | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/views/zhongchou/index.vue b/src/views/zhongchou/index.vue index a248a82..aa23289 100644 --- a/src/views/zhongchou/index.vue +++ b/src/views/zhongchou/index.vue @@ -111,8 +111,7 @@
2. 每人每天每个活动可以参与一次。
3. 初始时间为15分钟,每一百人参与助力,即可扣减一分钟!
4. 助力成功后,对应股票市场将开放实时数据!
-5. 实时数据众筹上线后,您助力的次数会转化成对应天数的实时数据
-体验卡。
+5. 实时数据众筹上线后,您助力的次数会转化成对应天数的实时数据体验卡。
@@ -977,11 +976,10 @@ const hideRules = () => { } .stock-area { - width: 58vw; - height: 50vw; - min-width: 480px; - min-height: 440px; - margin: 0; + width: 50vw; /* 从58vw调整为50vw */ + height: 40vw; /* 从50vw调整为40vw */ + min-width: 350px; /* 从480px降低到350px */ + min-height: 300px; /* 从440px降低到300px */ } .left-area { @@ -1020,6 +1018,13 @@ const hideRules = () => { } @media (max-width: 480px) { + .main-title { + margin-left: 0; + text-align: center; + justify-content: center; + align-items: center; + } + .main-title img { max-height: 50px; }