Browse Source

修改手机端活动时间框样式

songtongtong/feature-20250717104937-众筹
songtongtong 4 weeks ago
parent
commit
3fe0974961
  1. 11
      src/views/zhongchou/index.vue

11
src/views/zhongchou/index.vue

@ -1127,10 +1127,12 @@ const hideRules = () => {
} }
.main-title { .main-title {
margin-left: 18%;
margin-left: 12%;
text-align: center; text-align: center;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-top: -10px;
padding-bottom: 30px;
} }
.main-title img { .main-title img {
@ -1140,7 +1142,7 @@ const hideRules = () => {
max-height: 15vh; max-height: 15vh;
object-fit: contain; object-fit: contain;
content: url('@/assets/img/zhongchou/手机助力美股享实时数据.png'); content: url('@/assets/img/zhongchou/手机助力美股享实时数据.png');
margin-top: 60px;
margin-top: 50px;
} }
.rules-btn img { .rules-btn img {
@ -1168,10 +1170,6 @@ const hideRules = () => {
/* 需要准备此图片资源 */ /* 需要准备此图片资源 */
} }
.activity-period {
display: none;
}
/* 手机端隐藏火箭图片 */ /* 手机端隐藏火箭图片 */
.rocket-body img { .rocket-body img {
@ -1183,6 +1181,7 @@ const hideRules = () => {
font-size: 0.9rem; font-size: 0.9rem;
padding: 6px 12px; padding: 6px 12px;
max-width: 85vw; max-width: 85vw;
/* 在极小屏幕上进一步缩小 */ /* 在极小屏幕上进一步缩小 */
} }
} }

Loading…
Cancel
Save