From 924609188d5157fc338d35ca27676fcaf65d9d4f Mon Sep 17 00:00:00 2001 From: zhangjiahao <1627043995@qq.com> Date: Mon, 21 Jul 2025 16:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zhongchou/index.vue | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/views/zhongchou/index.vue b/src/views/zhongchou/index.vue index c083ae9..8992c18 100644 --- a/src/views/zhongchou/index.vue +++ b/src/views/zhongchou/index.vue @@ -1073,29 +1073,6 @@ const hideRules = () => { justify-content: center; } - .stock-area { - width: 40vw; - /* 从58vw调整为50vw */ - height: 30vw; - /* 从50vw调整为40vw */ - min-width: 300px; - /* 从480px降低到350px */ - min-height: 250px; - /* 从440px降低到300px */ - } - - /* 股票卡片样式 */ - .stock-card { - width: 110%; - height: 60vh; - background-size: 100% 100%; - background-position: center; - background-repeat: no-repeat; - margin-top: 50px; - } - - - .main-title { margin-left: 18%; text-align: center; @@ -1121,9 +1098,6 @@ const hideRules = () => { font-size: 0.8rem; } - - - /* 手机端股票卡片背景替换 */ .us-card { background-image: url('@/assets/img/zhongchou/手机组2.png');