diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue index c4a379f..4abd9a4 100644 --- a/my/order/revenueDetails.vue +++ b/my/order/revenueDetails.vue @@ -2652,7 +2652,7 @@ box-sizing: border-box; } .huiBtn{ - background: #E2E2E2; + background: #f6f6f6; color: #333333; } .lanBtn{ @@ -2760,17 +2760,16 @@ } .popup-head{ width: 100%; - height: 99.38rpx; background-color: rgba(21, 171, 141, 0.09); display: flex; flex-direction: row; align-items: center; justify-content: space-between; - padding: 0 15px; + padding:42rpx 20rpx; } .popup-content{ width: 100%; - height: 510px; + height: 540px; background: #FFFFFF; border-top-left-radius: 56rpx; border-top-right-radius: 56rpx; diff --git a/pages/index/index.vue b/pages/index/index.vue index 351f8df..12c600e 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,7 +2,7 @@ - + - + - + {{ userName }} 已上线 @@ -63,7 +63,7 @@ inactive-color="#999999" :customStyle="{ 'background-color': '#050505' }" isShowImg textClass=""> + style="padding: 0 16px;width: 100%;min-height: 100vh; background: #f5f5f5; margin-top: 12px;"> @@ -85,7 +85,7 @@ 已完成 --> - 预约时间:{{ item.serveTime }} + {{ item.serveTime }} 拒单审核中... @@ -883,13 +883,16 @@ .back-img{ background-repeat: no-repeat; background-size: 100%; - width: 75px; - height: 75px; + width: 84px; + height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } + /deep/.u-scroll-box{ + margin-top: 26rpx; + } /deep/.u-size-default{ margin-top: 5px !important; } @@ -1056,10 +1059,10 @@ .u-tabs { padding: 16px; width: 90%; - height: 199rpx; + height: 220rpx; // background: #F7F7F7 !important; - border-radius: 21rpx; - margin: -126px auto 8px auto; + border-radius: 21rpx 21rpx 0 0; + margin: -113px auto 8px auto; position: relative; } @@ -1126,13 +1129,12 @@ width: 100%; height: 1rpx; border: 1rpx solid #f8f8f8; - margin-bottom: 20rpx; } .pintuan_syrs { color: #999999; font-size: 20upx; - margin: 20rpx 20rpx 0rpx; + margin: 15rpx; display: flex; padding-right: 18upx; } @@ -1158,8 +1160,8 @@ } } .head-port{ - width: 46px; - height: 46px; + width: 55px; + height: 55px; border-radius: 50%; margin-bottom: 5px; } @@ -1170,6 +1172,7 @@ color: #019c88; font-weight: bold; font-size: 30rpx; + margin-top: -5rpx; } .order-details{ font-size: 32rpx; diff --git a/static/grade1.png b/static/grade1.png index d0a0b6e..dbb65cf 100644 Binary files a/static/grade1.png and b/static/grade1.png differ diff --git a/static/grade2.png b/static/grade2.png index fcdf9de..627b77c 100644 Binary files a/static/grade2.png and b/static/grade2.png differ diff --git a/static/grade3.png b/static/grade3.png index 8210bbf..2f88067 100644 Binary files a/static/grade3.png and b/static/grade3.png differ