From 3fe09749615f80e2a45b8807271c1e451bcad2db Mon Sep 17 00:00:00 2001 From: songtongtong <123456@163.com> Date: Tue, 22 Jul 2025 14:11:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E6=97=B6=E9=97=B4=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zhongchou/index.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/zhongchou/index.vue b/src/views/zhongchou/index.vue index 311fa33..ea24ea6 100644 --- a/src/views/zhongchou/index.vue +++ b/src/views/zhongchou/index.vue @@ -1127,10 +1127,12 @@ const hideRules = () => { } .main-title { - margin-left: 18%; + margin-left: 12%; text-align: center; justify-content: center; align-items: center; + margin-top: -10px; + padding-bottom: 30px; } .main-title img { @@ -1140,7 +1142,7 @@ const hideRules = () => { max-height: 15vh; object-fit: contain; content: url('@/assets/img/zhongchou/手机助力美股享实时数据.png'); - margin-top: 60px; + margin-top: 50px; } .rules-btn img { @@ -1168,10 +1170,6 @@ const hideRules = () => { /* 需要准备此图片资源 */ } - .activity-period { - display: none; - - } /* 手机端隐藏火箭图片 */ .rocket-body img { @@ -1183,6 +1181,7 @@ const hideRules = () => { font-size: 0.9rem; padding: 6px 12px; max-width: 85vw; + /* 在极小屏幕上进一步缩小 */ } }