|
|
|
@ -12,7 +12,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<map id="map" :latitude="latitude" :longitude="longitude" :markers="markers" :polyline="polyline" |
|
|
|
style="width: 95%;height: 300rpx;margin: 0 auto;border-radius: 20rpx;overflow: hidden;position: absolute;top: 200rpx;left: 1%;border: 10rpx solid #fff;"></map> |
|
|
|
style="width: 95%;height: 300rpx;margin: 0 auto;border-radius: 20rpx;overflow: hidden;position: absolute;top: 200rpx;left: 1%;border: 8rpx solid #fff;"></map> |
|
|
|
<view class="title-sort"> |
|
|
|
<view class="sort-member" style="position: relative;"> |
|
|
|
<view @tap="checkArea"> |
|
|
|
@ -37,7 +37,7 @@ |
|
|
|
<view class="man-box"> |
|
|
|
<view class="man-title"> |
|
|
|
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png" alt="" |
|
|
|
style="width: 60rpx;height: 60rpx;" /> |
|
|
|
style="width: 120rpx;height: 120rpx;" /> |
|
|
|
<view class="man-title1"> |
|
|
|
<view class="man-title2"> |
|
|
|
<view class="man-name"> |
|
|
|
@ -48,13 +48,15 @@ |
|
|
|
alt="" style="width: 140rpx;height: 32rpx;margin-top: 18rpx;" /> |
|
|
|
</view> |
|
|
|
<view class="man-type"> |
|
|
|
接单类型:跑腿单 |
|
|
|
跑腿单 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="man-rate"> |
|
|
|
<view class="shop-rate"> |
|
|
|
<view class="shop-rate-num">5</view> |
|
|
|
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" value="5" /> |
|
|
|
<view style="padding-top: 2px;"> |
|
|
|
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" value="5" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="man-num"> |
|
|
|
平均配送时长 <text style="font-size: 30rpx;font-weight: 700;color: #000;">32</text>分钟 |
|
|
|
@ -214,6 +216,7 @@ |
|
|
|
display: flex; |
|
|
|
border-radius: 20rpx; |
|
|
|
margin: 0 20rpx; |
|
|
|
padding: 0 5px 0 0; |
|
|
|
} |
|
|
|
|
|
|
|
.shop-rate-num { |
|
|
|
@ -259,13 +262,13 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.man-type { |
|
|
|
height: 32rpx; |
|
|
|
line-height: 32rpx; |
|
|
|
height: 42rpx; |
|
|
|
line-height: 40rpx; |
|
|
|
background: #a6ffea; |
|
|
|
padding: 0 10rpx; |
|
|
|
font-size: 20rpx; |
|
|
|
color: #777; |
|
|
|
margin-top: 18rpx; |
|
|
|
margin-top: 10rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
|
|
|
|
|
|