diff --git a/pages/my/serviceOderDrtail.vue b/pages/my/serviceOderDrtail.vue index 8463ed0..f11f260 100644 --- a/pages/my/serviceOderDrtail.vue +++ b/pages/my/serviceOderDrtail.vue @@ -64,20 +64,22 @@ {{item.title}} - 详情 {{item.status=='1'?'已使用':'未使用'}} - - - - {{item.price}} - - - ¥{{item.oldPrice}} + + + + + {{item.price}} + + + ¥{{item.oldPrice}} + + 详情 服务时长:{{item.duration}}分钟 @@ -1103,4 +1105,15 @@ flex-direction: column; align-items: center; } + .service-more{ + width: 50px; + height: 28px; + font-size: 13px; + background: linear-gradient(-90deg, #0CA891, #23BBA2); + border-radius: 15px; + line-height: 28px; + color: #fff; + text-align: center; + justify-content: fex-end; + } \ No newline at end of file