diff --git a/src/views/zhongchou/index.vue b/src/views/zhongchou/index.vue index 8e8d01d..cb7e551 100644 --- a/src/views/zhongchou/index.vue +++ b/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%; /* 垂直居中 */