|
|
@ -31,15 +31,15 @@ |
|
|
|
|
|
|
|
<view class="order-type-select" v-if="buyInfo.teacher"> |
|
|
|
<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"> |
|
|
|
<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="main-title"> |
|
|
|
下单方式:指定喂养员 - {{buyInfo.teacher.userName}} |
|
|
|
</view> |
|
|
|
<view class="sub-title"> |
|
|
|
(若伴宠师1小时内无响应或拒绝单则系统派单) |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="sub-title"> |
|
|
|
(若伴宠师1小时内无响应或拒绝单则系统派单) |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -594,17 +594,18 @@ |
|
|
|
} |
|
|
|
.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; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: flex-start !important; |
|
|
|
} |
|
|
|
.order-type-title-main { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: flex-start; |
|
|
|
} |
|
|
|
.main-title { |
|
|
|
font-size: 28rpx; |
|
|
|