| | |
| | | :disabled="correctStatus>= 3"></u-button> |
| | | </view> |
| | | <view class="bottom-button"> |
| | | <u-button text="放空" |
| | | <!-- <u-button text="放空" |
| | | type="primary" |
| | | plain |
| | | @click="evacuation" |
| | | throttleTime="500" |
| | | shape="circle" |
| | | :disabled="isEvacuation || isapproach"></u-button> |
| | | :disabled="isEvacuation || isapproach"></u-button> --> |
| | | <u-button text="呼叫客服" |
| | | type="primary" |
| | | plain |
| | |
| | | width: 100%; |
| | | margin: 0 auto; |
| | | |
| | | .top-button, |
| | | .bottom-button { |
| | | .top-button { |
| | | width: 100%; |
| | | height: vww(47); |
| | | @include flex; |
| | |
| | | border: 2px solid #3b56eb; |
| | | } |
| | | } |
| | | |
| | | .bottom-button { |
| | | width: 40%; |
| | | height: vww(47); |
| | | padding-left: vww(18); |
| | | @include flex; |
| | | justify-content: flex-start; |
| | | |
| | | .u-button { |
| | | width: 100%; |
| | | height: 60rpx; |
| | | font-size: 28rpx; |
| | | font-weight: 300; |
| | | color: #497bfb; |
| | | border: 2px solid #3b56eb; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |