From 824c1f4dd0a543a96c8faf2dbce9df1a1e089938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 3 Oct 2025 13:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Selectmodel.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/Selectmodel.vue b/src/views/Selectmodel.vue index 8d31857..3bfccb3 100644 --- a/src/views/Selectmodel.vue +++ b/src/views/Selectmodel.vue @@ -310,7 +310,7 @@ const goToDeepNineModel = () => { height: 150px; width: 100%; background-image: url("@/assets/img/Selectmodel/-s-夺宝奇兵logo.png"); - scale: 0.8; + z-index: 3; } .btn-ai { @@ -321,7 +321,7 @@ const goToDeepNineModel = () => { } .btn-deepnine { - height: 150px; + height: 130px; width: 100%; background-image: url("https://d31zlh4on95l9h.cloudfront.net/images/35bf808538183be0062e4647570a9abd.png"); z-index: 3; @@ -330,7 +330,7 @@ const goToDeepNineModel = () => { .btn-ball { height: 150px; width: 150%; - margin-top: -30px; + margin-top: -80px; background-image: url("@/assets/img/Selectmodel/球.png"); background-size: contain; background-repeat: no-repeat; @@ -339,7 +339,7 @@ const goToDeepNineModel = () => { } .btn-text { - height: 200px; + height: 100px; width: 150%; position: absolute; bottom: -20px; @@ -398,6 +398,10 @@ const goToDeepNineModel = () => { /* 手机适配 */ @media screen and (max-width: 768px) { + .btn-dbqb { + max-width: 110px; + } + .homepage { background-image: url("@/assets/img/Selectmodel/手机bg.png"); /* height: auto; */