From c38c5846bcbdc9f3ecf0155b94cf4fc73754d182 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Tue, 23 Jul 2024 15:48:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=96=97=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/fuwuliaochengDetail.vue | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/pages/my/fuwuliaochengDetail.vue b/pages/my/fuwuliaochengDetail.vue index 1002029..a7209d6 100644 --- a/pages/my/fuwuliaochengDetail.vue +++ b/pages/my/fuwuliaochengDetail.vue @@ -69,10 +69,11 @@ - {{item.title}} + {{item.title}} 详情 - 上次预约:{{item.maxTime}} + + 上次预约:{{item.maxTime}} 已使用{{item.usedQuantity}}次 @@ -894,14 +895,15 @@ top: 0; } .detail-foot-list-top{ - width: 95%; + width: 100%; display: flex; flex-direction: row; align-items: center; - margin-bottom: 25px; + margin-bottom: 10rpx; + justify-content: space-between; } .detail-foot-list{ - width: 95%; + width: 100%; border-radius: 21rpx; position: relative; display: flex; @@ -935,7 +937,13 @@ font-size: 22rpx; color: #777777; } - + .detail-time{ + color: #999; + background: #fef9f7; + height: 50rpx; + line-height: 50rpx; + padding-left: 24rpx; + } .detail-foot-mian{ width: 100%; display: flex; @@ -1115,7 +1123,7 @@ margin: 0 auto; background-color: #fff; border-radius: 21rpx; - padding: 15px; + padding:0 0 24rpx 0; } .jianjie{ font-weight: 400; @@ -1232,7 +1240,7 @@ margin-top:5px; } .header-bottom-money{ - padding: 5px 0; + padding: 5px 24rpx; width: 100%; display: flex; flex-direction: row;