Browse Source

火箭图片在周年庆下面。

songtongtong/feature-20250717104937-众筹
宋杰 4 weeks ago
parent
commit
0e2f6d6110
  1. 3
      src/views/zhongchou/index.vue

3
src/views/zhongchou/index.vue

@ -548,6 +548,7 @@ const hideRules = () => {
/* 美股卡片默认位置 - 居中显示,移除放大效果 */
.left-area {
transform: translateX(0) rotateY(0deg);
z-index: 15;
}
/* 港股卡片默认位置 - 火箭右侧,向内倾斜 */
@ -596,7 +597,7 @@ const hideRules = () => {
/* 火箭区域 - 位于美股卡片右边,不覆盖卡片 */
.rocket-area {
position: absolute;
z-index: 10;
z-index: 1;
/* 位置调整到美股卡片右边,确保不覆盖 */
top: 35%;
/* 垂直居中 */

Loading…
Cancel
Save