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;