Browse Source

Merge branch 'songjie/feature-20250924120152-大财神功能开发分支' into milestone-20250924-接入大财神工作流

milestone-20250924-接入大财神工作流
宋杰 6 days ago
parent
commit
b81f6c107b
  1. 12
      src/views/Selectmodel.vue

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

Loading…
Cancel
Save