2 Commits

  1. 12
      src/views/Selectmodel.vue

12
src/views/Selectmodel.vue

@ -310,7 +310,7 @@ const goToDeepNineModel = () => {
height: 150px; height: 150px;
width: 100%; width: 100%;
background-image: url("@/assets/img/Selectmodel/-s-夺宝奇兵logo.png"); background-image: url("@/assets/img/Selectmodel/-s-夺宝奇兵logo.png");
scale: 0.8;
z-index: 3;
} }
.btn-ai { .btn-ai {
@ -321,7 +321,7 @@ const goToDeepNineModel = () => {
} }
.btn-deepnine { .btn-deepnine {
height: 150px;
height: 130px;
width: 100%; width: 100%;
background-image: url("https://d31zlh4on95l9h.cloudfront.net/images/35bf808538183be0062e4647570a9abd.png"); background-image: url("https://d31zlh4on95l9h.cloudfront.net/images/35bf808538183be0062e4647570a9abd.png");
z-index: 3; z-index: 3;
@ -330,7 +330,7 @@ const goToDeepNineModel = () => {
.btn-ball { .btn-ball {
height: 150px; height: 150px;
width: 150%; width: 150%;
margin-top: -30px;
margin-top: -80px;
background-image: url("@/assets/img/Selectmodel/球.png"); background-image: url("@/assets/img/Selectmodel/球.png");
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -339,7 +339,7 @@ const goToDeepNineModel = () => {
} }
.btn-text { .btn-text {
height: 200px;
height: 100px;
width: 150%; width: 150%;
position: absolute; position: absolute;
bottom: -20px; bottom: -20px;
@ -398,6 +398,10 @@ const goToDeepNineModel = () => {
/* 手机适配 */ /* 手机适配 */
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.btn-dbqb {
max-width: 110px;
}
.homepage { .homepage {
background-image: url("@/assets/img/Selectmodel/手机bg.png"); background-image: url("@/assets/img/Selectmodel/手机bg.png");
/* height: auto; */ /* height: auto; */

Loading…
Cancel
Save