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; + /* 在极小屏幕上进一步缩小 */ } }