Browse Source

Merge branch 'zhangjiahao/feature-20250717125955-众筹' into songtongtong/feature-20250717104937-众筹

songtongtong/feature-20250717104937-众筹
songtongtong 4 weeks ago
parent
commit
1d08502ecf
  1. 19
      src/views/zhongchou/index.vue

19
src/views/zhongchou/index.vue

@ -111,8 +111,7 @@
<p>2. 每人每天每个活动可以参与一次</p>
<p>3. 初始时间为15分钟每一百人参与助力即可扣减一分钟</p>
<p>4. 助力成功后对应股票市场将开放实时数据</p>
<p>5. 实时数据众筹上线后您助力的次数会转化成对应天数的实时数据</p>
<p>体验卡</p>
<p>5. 实时数据众筹上线后您助力的次数会转化成对应天数的实时数据体验卡</p>
</div>
</div>
<div class="close-btn" @click="hideRules"></div>
@ -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;
}

Loading…
Cancel
Save