From 1d057585acd9d9586cccf598f334b9592120b946 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Thu, 4 Jul 2024 11:23:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/order/payModify.vue | 20 +++++++++++--------- pages/my/historyMy.vue | 5 +---- pages/therapist/orderDetail.vue | 5 +++-- pages/therapist/therapist.vue | 1 - 4 files changed, 15 insertions(+), 16 deletions(-) diff --git a/my/order/payModify.vue b/my/order/payModify.vue index ee91a7d..149ec7a 100644 --- a/my/order/payModify.vue +++ b/my/order/payModify.vue @@ -1980,15 +1980,17 @@ } .pay_btn { - width: 90%; - margin: 0 auto; - text-align: center; - background: linear-gradient(90deg, #019C88, #28BA92, #35C495); - height:80rpx; - border-radius: 80rpx; - color: #ffffff; - line-height: 80rpx; - font-size: 32rpx; + width: 96%; + margin-left: 2%; + text-align: center; + background: linear-gradient(90deg, #019C88, #28BA92, #35C495); + height: 40px; + border-radius: 40px; + color: #ffffff; + line-height: 40px; + font-size: 16px; + position: fixed; + justify-content: center; } .serverAddress { diff --git a/pages/my/historyMy.vue b/pages/my/historyMy.vue index d1d0ab3..d12cbf4 100644 --- a/pages/my/historyMy.vue +++ b/pages/my/historyMy.vue @@ -39,7 +39,6 @@ {{item.price}} - /元套 {{item.oldPrice}} @@ -200,7 +199,6 @@ font-size: 24rpx; color: #848484; text-decoration-line: line-through; - margin-left: 5px; } .item-view-bottom-qian span:nth-child(5){ font-size: 24rpx; @@ -220,7 +218,7 @@ .item-view-bottom-qian span:nth-child(3){ font-weight: 400; font-size: 23rpx; - color: #F95900; + color: #848484; } .item-view-bottom{ width: 100%; @@ -287,7 +285,6 @@ display: flex; flex-direction: row; align-items: center; - justify-content: space-between; } .item-view{ width: 55%; diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index 82ec0c7..ad8ea4d 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -1252,10 +1252,11 @@ display: flex; flex-direction: row; align-items: center; - background: linear-gradient(90deg, #fe912e, #ff996a, #35C495); + background: linear-gradient(90deg, #fee9ca, #fde4c6); + border: 1px #decbae solid; border-radius: 30rpx 30rpx 30rpx 2rpx; padding: 3rpx 15rpx; - color:#fff; + color:#8d500f; font-size: 22rpx; margin-left: 15rpx; } diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index 0738d1f..4a08296 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -1467,7 +1467,6 @@ import permision from "@/components/permission.js"; /* padding: 10px; */ display: flex; flex-direction: column; - justify-content: space-between; align-items: baseline; } .list-view{