|
|
@ -1,6 +1,5 @@ |
|
|
|
|
|
|
|
page { |
|
|
|
overflow: hidden; |
|
|
|
position: relative; |
|
|
|
width: 750rpx; |
|
|
|
height: auto; |
|
|
@ -106,7 +105,7 @@ page { |
|
|
|
flex-direction: row; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
margin: -100rpx 0 0 30rpx; |
|
|
|
margin: -75rpx 0 0 30rpx; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
@ -958,6 +957,7 @@ line-height: 40rpx; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
background-color: #FFFFFF; |
|
|
|
box-shadow: 0px 2px 20px 0px rgba(150,161,175,0.150000); |
|
|
|
} |
|
|
|
.door .door-text{ |
|
|
|
display: flex; |
|
|
@ -980,6 +980,7 @@ line-height: 40rpx; |
|
|
|
border-radius: 20rpx; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
box-shadow: 0px 2px 20px 0px rgba(150,161,175,0.150000); |
|
|
|
} |
|
|
|
.card_text{ |
|
|
|
margin-left: 20rpx; |
|
|
|