diff --git a/package1/index/deliveryPersonList.vue b/package1/index/deliveryPersonList.vue
index 8ded3ce..656d21f 100644
--- a/package1/index/deliveryPersonList.vue
+++ b/package1/index/deliveryPersonList.vue
@@ -12,7 +12,7 @@
+ style="width: 95%;height: 300rpx;margin: 0 auto;border-radius: 20rpx;overflow: hidden;position: absolute;top: 200rpx;left: 1%;border: 10rpx solid #fff;">
@@ -29,14 +29,15 @@
相同地址
-
-
+
+
+
+ style="width: 60rpx;height: 60rpx;" />
@@ -44,7 +45,7 @@
+ alt="" style="width: 140rpx;height: 32rpx;margin-top: 18rpx;" />
接单类型:跑腿单
@@ -56,20 +57,20 @@
- 平均配送时长 32分钟
+ 平均配送时长 32分钟
- 当前待取 5
+ 当前待取 5
- 当前待送 2
+ 当前待送 2
- 当接单数 1
+ 当接单数 1
@@ -167,7 +168,7 @@
}
.title-name {
- padding-top: 55px;
+ padding-top: 110rpx;
font-size: 36rpx;
font-weight: 700;
flex: 1;
@@ -212,7 +213,7 @@
height: 40rpx;
display: flex;
border-radius: 20rpx;
- margin: 0 10px;
+ margin: 0 20rpx;
}
.shop-rate-num {
@@ -230,12 +231,12 @@
}
.man-box {
- height: 190px;
- border-radius: 10px;
+ height: 380rpx;
+ border-radius: 20rpx;
width: 95%;
- margin: 10px auto;
+ margin: 20rpx auto;
background: #fff;
- padding: 10px;
+ padding: 20rpx;
}
.man-title1 {
@@ -246,31 +247,31 @@
.man-title2 {
display: flex;
- height: 35px;
- line-height: 35px;
- padding-right: 10px;
+ height: 70rpx;
+ line-height: 70rpx;
+ padding-right: 20rpx;
}
.man-name {
- font-size: 15px;
+ font-size: 30rpx;
font-weight: 700;
- margin: 0 10px;
+ margin: 0 20rpx;
}
.man-type {
- height: 16px;
- line-height: 16px;
+ height: 32rpx;
+ line-height: 32rpx;
background: #a6ffea;
- padding: 0 5px;
- font-size: 10px;
+ padding: 0 10rpx;
+ font-size: 20rpx;
color: #777;
- margin-top: 9px;
- border-radius: 5px;
+ margin-top: 18rpx;
+ border-radius: 10rpx;
}
.man-rate {
display: flex;
- padding-right: 10px;
+ padding-right: 20rpx;
}
.man-num {
@@ -284,12 +285,12 @@
}
.man-dingdan{
width: 100%;
- height: 50px;
+ height: 100rpx;
display: flex;
- line-height: 50px;
+ line-height: 100rpx;
background: rgba(166, 255, 234, 0.16);
- border-radius: 10px;
- margin: 10px auto;
+ border-radius: 20rpx;
+ margin: 20rpx auto;
border: 1px solid rgba(166, 255, 234, 1);
}
.man-dingdan1{
@@ -298,7 +299,7 @@
color:#777;
}
.man-mank{
- line-height: 20px;
+ line-height: 40rpx;
color: #777;
font-weight: 700;
}