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; */