|
@ -32,12 +32,12 @@ |
|
|
</div> |
|
|
</div> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="btn"> |
|
|
<view class="btn"> |
|
|
<view class="submit">Auto-match</view> |
|
|
<view class="submit">Auto-match</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="steps"> |
|
|
<view class="steps"> |
|
|
<view class="steps-title">The steps</view> |
|
|
<view class="steps-title">The steps</view> |
|
|
<view class="steps-content"> |
|
|
<view class="steps-content"> |
|
@ -126,20 +126,20 @@ |
|
|
margin: 20rpx 0rpx; |
|
|
margin: 20rpx 0rpx; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
padding: 0rpx 30rpx; |
|
|
padding: 0rpx 30rpx; |
|
|
|
|
|
|
|
|
.today-info-l , |
|
|
|
|
|
.booking-info-r{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.today-info-l, |
|
|
|
|
|
.booking-info-r { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
width: 50%; |
|
|
width: 50%; |
|
|
font-size: 28rpx; |
|
|
font-size: 28rpx; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.today-income, |
|
|
.today-income, |
|
|
.booking-income{ |
|
|
|
|
|
|
|
|
.booking-income { |
|
|
color: #8e8e98; |
|
|
color: #8e8e98; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.money, |
|
|
.money, |
|
|
.booking-data { |
|
|
.booking-data { |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
@ -148,11 +148,11 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.btn{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btn { |
|
|
padding: 20rpx; |
|
|
padding: 20rpx; |
|
|
|
|
|
|
|
|
.submit{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.submit { |
|
|
background: rgb(0, 208, 234); |
|
|
background: rgb(0, 208, 234); |
|
|
color: white; |
|
|
color: white; |
|
|
height: 80rpx; |
|
|
height: 80rpx; |
|
@ -164,20 +164,20 @@ |
|
|
border-radius: 20rpx; |
|
|
border-radius: 20rpx; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.steps{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.steps { |
|
|
width: 90%; |
|
|
width: 90%; |
|
|
margin: 0rpx auto; |
|
|
margin: 0rpx auto; |
|
|
padding-top: 80rpx; |
|
|
padding-top: 80rpx; |
|
|
|
|
|
|
|
|
.steps-title{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.steps-title { |
|
|
font-size: 36rpx; |
|
|
font-size: 36rpx; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.steps-content{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.steps-content { |
|
|
color: #8e8e98; |
|
|
color: #8e8e98; |
|
|
font-size: 30rpx; |
|
|
font-size: 30rpx; |
|
|
margin-top: 20rpx; |
|
|
margin-top: 20rpx; |
|
|