From 6e34b56d70a4620d1572d2cda5c5d0ccb5854823 Mon Sep 17 00:00:00 2001 From: songtongtong <123456@163.com> Date: Sat, 19 Jul 2025 14:02:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=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 | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/src/views/zhongchou/index.vue b/src/views/zhongchou/index.vue index 6972398..346a49a 100644 --- a/src/views/zhongchou/index.vue +++ b/src/views/zhongchou/index.vue @@ -9,7 +9,7 @@ -
+
活动规则 活动规则
@@ -112,12 +112,11 @@
@@ -370,6 +369,7 @@ const hideRules = () => { justify-content: center; flex: 1; gap: 10px; + margin-left: 70px; } /* 主标题图片响应式样式 */ @@ -391,14 +391,14 @@ const hideRules = () => { .rules-btn img { width: auto; - height: 40px; + height: 45px; margin-bottom: 5px; } .rules-text { - color: #fff; - font-size: 12px; - font-weight: 500; + color: rgba(255, 255, 255, 0.9); + font-size: 1rem; + font-weight: 700; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); white-space: nowrap; } @@ -423,7 +423,8 @@ const hideRules = () => { background-repeat: no-repeat; background-size: contain; background-position: center; - font-size: 1.2rem; + font-size: 1.4rem; + font-weight: 700; color: rgba(255, 255, 255, 0.9); display: inline-block; padding: 10px 20px; @@ -535,7 +536,7 @@ const hideRules = () => { /* 股票卡片样式 */ .stock-card { width: 100%; - height: auto; + height: 345px; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; @@ -708,6 +709,7 @@ const hideRules = () => { background-position: center; width: 240px; height: 80px; + margin-top: -30px; } /* 美股助力按钮 */ @@ -975,8 +977,8 @@ const hideRules = () => { .modal-content { position: relative; - width: 500px; - height: 400px; + width: 620px; + height: 450px; display: flex; justify-content: center; align-items: center; @@ -993,7 +995,7 @@ const hideRules = () => { flex-direction: column; justify-content: space-between; align-items: center; - padding: 40px 30px 30px 30px; + padding: 50px 40px 40px 40px; box-sizing: border-box; } @@ -1015,9 +1017,10 @@ const hideRules = () => { } .rules-list p { - margin: 8px 0; - font-size: 0.9rem; + margin: 10px 0; + font-size: 16px; color: #fff; + line-height: 1.7; } .close-btn { @@ -1025,8 +1028,8 @@ const hideRules = () => { background-size: 100%; background-repeat: no-repeat; background-position: center; - width: 120px; - height: 40px; + width: 160px; + height: 60px; cursor: pointer; transition: transform 0.2s ease; }