|
|
@ -273,6 +273,7 @@ const goToDeepNineModel = () => { |
|
|
|
position: relative; |
|
|
|
z-index: 2; |
|
|
|
margin-top: -30px; |
|
|
|
top: -3rem; |
|
|
|
} |
|
|
|
|
|
|
|
.btn-item { |
|
|
@ -309,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 { |
|
|
@ -320,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; |
|
|
@ -329,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; |
|
|
@ -338,7 +339,7 @@ const goToDeepNineModel = () => { |
|
|
|
} |
|
|
|
|
|
|
|
.btn-text { |
|
|
|
height: 200px; |
|
|
|
height: 100px; |
|
|
|
width: 150%; |
|
|
|
position: absolute; |
|
|
|
bottom: -20px; |
|
|
@ -397,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; */ |
|
|
@ -424,6 +429,7 @@ const goToDeepNineModel = () => { |
|
|
|
.connection-lines { |
|
|
|
width: 80vw; |
|
|
|
height: 80px; |
|
|
|
margin-top: -40px; |
|
|
|
} |
|
|
|
|
|
|
|
.connection-line { |
|
|
@ -431,7 +437,7 @@ const goToDeepNineModel = () => { |
|
|
|
} |
|
|
|
|
|
|
|
.first-row { |
|
|
|
gap: 10vw; |
|
|
|
gap: 20vw; |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
|
|
|
|