|
|
@ -30,13 +30,16 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="order-type-select" v-if="buyInfo.teacher"> |
|
|
|
|
|
|
|
<view class="order-type-title"> |
|
|
|
<image style="width: 40rpx; height: 40rpx;margin-right: 10rpx;" slot='cover' src="https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/petServiceOrder/OrderIcon.png"> |
|
|
|
</image> |
|
|
|
|
|
|
|
<!-- <image style="width: 32rpx; height: 32rpx; margin-right: 10rpx;" src="https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/petServiceOrder/SystemOrderCircle.png"></image> --> |
|
|
|
下单方式:指定喂养员 - <text style="color: #999;font-size: 26rpx;">{{buyInfo.teacher.userName}}</text> |
|
|
|
<view class="order-type-title order-type-title-custom"> |
|
|
|
<image style="width: 40rpx; height: 40rpx; margin-right: 10rpx;" src="https://catmdogf.oss-cn-shanghai.aliyuncs.com/CMDF/front/petServiceOrder/OrderIcon.png"></image> |
|
|
|
<view class="order-type-title-main"> |
|
|
|
<view class="main-title"> |
|
|
|
下单方式:指定喂养员 - {{buyInfo.teacher.userName}} |
|
|
|
</view> |
|
|
|
<view class="sub-title"> |
|
|
|
(若伴宠师1小时内无响应或拒绝单则系统派单) |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -589,4 +592,30 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.order-type-title-custom { |
|
|
|
background-color: #FFF9F0; |
|
|
|
display: flex; |
|
|
|
align-items: flex-start; |
|
|
|
font-size: 28rpx; |
|
|
|
color: #333; |
|
|
|
margin-bottom: 20rpx; |
|
|
|
padding: 20rpx; |
|
|
|
border-radius: 20rpx; |
|
|
|
} |
|
|
|
.order-type-title-main { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
} |
|
|
|
.main-title { |
|
|
|
font-size: 28rpx; |
|
|
|
font-weight: bold; |
|
|
|
line-height: 1.2; |
|
|
|
color: #D97B2B; |
|
|
|
} |
|
|
|
.sub-title { |
|
|
|
font-size: 24rpx; |
|
|
|
color: #D97B2B; |
|
|
|
margin-top: 6rpx; |
|
|
|
line-height: 1.2; |
|
|
|
} |
|
|
|
</style> |