diff --git a/pages/index/game/myOrder.vue b/pages/index/game/myOrder.vue index 142f79a..ee48fa8 100644 --- a/pages/index/game/myOrder.vue +++ b/pages/index/game/myOrder.vue @@ -7,12 +7,12 @@ + style="width: 400rpx; overflow: hidden;font-size:30rpx;font-weight: bold; nowrap;text-overflow: ellipsis;"> {{order.title}} - + - ¥{{order.price}}/{{order.duration}}分钟 + ¥{{order.price}}/{{order.duration}}分钟 - - + + - - - - {{ userName }} + + + + {{ userName }} 已上线 已离线 @@ -52,23 +52,23 @@ --> + + - - + style="padding: 0 16px;width: 100%;min-height: 100vh; background: #f5f5f5;"> - (订单已超时) 待服务 - 已完成待评价 + 已完成待评价 已完成 服务中 @@ -85,7 +85,7 @@ - + @@ -96,15 +96,16 @@ {{ item.title }} - - 实收:¥{{ item.artificerMoneyTotal - }} - - {{ item.address }} - + + ¥{{ item.artificerMoneyTotal + }} + + {{ item.address }} + + @@ -873,7 +874,6 @@ align-items: center; } .order-status{ - width: 90%; display: flex; flex-direction: row; } @@ -894,8 +894,10 @@ color: #fe9130; } .flex-sub{ - text-align: right; + width: 95%; + text-align: left; font-size: 28rpx; + margin-top: 8rpx; } .top-title{ width: 95%; @@ -1007,33 +1009,18 @@ .ding-view{ width: 95%; height: 290rpx; - background: linear-gradient(-90deg, #019C88, #1BB9A5, #029D88); - border-radius: 24rpx; - margin: 10px auto 0px auto; display: flex; flex-direction: row; justify-content: space-between; padding:30rpx; } - .content{ - width: 100%; - min-height: 100vh; - background-image: url('../../static/index/swim.jpg'); - background-repeat: no-repeat; - background-size: 100% 100%; - display: flex; - flex-direction: column; - align-items: center; - padding: 10px 0px; - } - .u-tabs { padding: 16px; width: 90%; height: 199rpx; // background: #F7F7F7 !important; border-radius: 21rpx; - margin: -70px auto 10px auto; + margin: -126px auto 8px auto; } /deep/.u-scroll-view { @@ -1050,7 +1037,6 @@ /deep/.u-tab-bar { display: none !important; } - .sticky-tabs { width: 100%; z-index: 990; @@ -1150,4 +1136,26 @@ font-weight: bold; } + .jishi-index-title{ + width: 100%; + text-align: center; + font-weight: bold; + font-size: 33rpx; + color: #FFFFFF; + padding-top: 20px; + } + .jishi-index{ + width: 100%; + height: 230px; + padding: 0 20px; + background:url('../../static/index/technician15.png'); + background-repeat: no-repeat; + background-size: 100%; + } + .padding-order{ + padding: 10rpx 20rpx; + } + .text-cut{ + width: 95%; + } \ No newline at end of file diff --git a/static/images/index/renz1.png b/static/images/index/renz1.png index ef9e9da..870f4a9 100644 Binary files a/static/images/index/renz1.png and b/static/images/index/renz1.png differ diff --git a/static/images/index/renz2.png b/static/images/index/renz2.png index 9e3fab2..c0eeee2 100644 Binary files a/static/images/index/renz2.png and b/static/images/index/renz2.png differ diff --git a/static/images/index/renz3.png b/static/images/index/renz3.png index cb34fa7..07d1f41 100644 Binary files a/static/images/index/renz3.png and b/static/images/index/renz3.png differ