|
|
@ -2729,13 +2729,13 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
.goods { |
|
|
|
.goods { |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
bottom: 0; |
|
|
|
bottom: 10px; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
width: 65px; |
|
|
|
width: 50px; |
|
|
|
height: 165px; |
|
|
|
height: 150px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
z-index: 998; |
|
|
|
z-index: 998; |
|
|
|
background: url(../../../assets/img/sth-bg.png) 0 0/100% 100% no-repeat; |
|
|
|
background: url(../../../assets/img/sth-bg.png) 0 0/100% 100% no-repeat; |
|
|
@ -2743,11 +2743,11 @@ export default { |
|
|
|
width: 30px; |
|
|
|
width: 30px; |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-bottom: 10px; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
font-size: 24px; |
|
|
|
font-size: 20px; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
|
.icon { |
|
|
|
.icon { |
|
|
|
width: 30px; |
|
|
|
width: 28px; |
|
|
|
transition: all 0.5s; |
|
|
|
transition: all 0.5s; |
|
|
|
} |
|
|
|
} |
|
|
|
&:hover { |
|
|
|
&:hover { |
|
|
@ -3239,13 +3239,13 @@ position: absolute; |
|
|
|
.guide{ |
|
|
|
.guide{ |
|
|
|
top: 80px; |
|
|
|
top: 80px; |
|
|
|
left: 10px; |
|
|
|
left: 10px; |
|
|
|
width: 150px; |
|
|
|
width: 120px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
background:url(../../../assets/img/lobby-btn-bg.png); |
|
|
|
background:url(../../../assets/img/lobby-btn-bg.png); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
background-size: 100% 100%; |
|
|
|
line-height: 50px; |
|
|
|
line-height: 45px; |
|
|
|
font-size: 24px; |
|
|
|
font-size: 20px; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
|
|
|
|
|
|
|
|