From 4c4b85bda47a27d6632e9b9b40efed6401a4e4cd Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Sat, 29 Jun 2024 17:15:30 +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 --- pages/my/cikarDrtail.vue | 4 ++-- pages/my/fuwuliaochengDetail.vue | 18 +++++++++++++----- pages/my/myCiLiaoDetail.vue | 13 +++++++++++-- 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/pages/my/cikarDrtail.vue b/pages/my/cikarDrtail.vue index 8de6391..bf0ecd4 100644 --- a/pages/my/cikarDrtail.vue +++ b/pages/my/cikarDrtail.vue @@ -21,7 +21,7 @@ - + {{mainData.price}} @@ -1218,7 +1218,7 @@ width: 100%; display: flex; flex-direction: row; - align-items: center; + align-items: baseline; margin-top: 5rpx; } .header-bottom-title-num span{ diff --git a/pages/my/fuwuliaochengDetail.vue b/pages/my/fuwuliaochengDetail.vue index 9769b2e..bc14a32 100644 --- a/pages/my/fuwuliaochengDetail.vue +++ b/pages/my/fuwuliaochengDetail.vue @@ -21,14 +21,14 @@ - + {{mainData.price}} - /元套 + 元/疗程 - ¥{{mainData.oldPrice}} + ¥{{mainData.oldPrice}}/次 @@ -1185,7 +1185,6 @@ .header-bottom-money-jia{ font-size: 28rpx; color: #848484; - line-height: 37rpx; margin-left: 5px; } .header-bottom-money-zhen span{ @@ -1215,7 +1214,7 @@ margin-top:5px; } .header-bottom-money{ - padding: 5px 15px; + padding: 5px 0; width: 100%; display: flex; flex-direction: row; @@ -1223,6 +1222,15 @@ justify-content: space-between; margin-top: 5rpx; } + .header-bottom-money1{ + padding: 5px 0; + width: 100%; + display: flex; + flex-direction: row; + align-items: center; + margin-top: 5rpx; + align-items: baseline; + } .header-bottom-title-num span{ font-size: 25rpx; } diff --git a/pages/my/myCiLiaoDetail.vue b/pages/my/myCiLiaoDetail.vue index 9fb5b73..98885c4 100644 --- a/pages/my/myCiLiaoDetail.vue +++ b/pages/my/myCiLiaoDetail.vue @@ -21,7 +21,7 @@ - + {{getList.price}} @@ -521,7 +521,7 @@ line-height: 37rpx; margin-left: 5px; } -.header-bottom-money-zhen span{ + .header-bottom-money-zhen span{ color: #F95900; } .header-bottom-money-zhen span:nth-child(1){ @@ -554,6 +554,15 @@ flex-direction: row; align-items: center; margin-top: 5rpx; + justify-content: space-between; + } + .header-bottom-money1{ + padding: 5px 0; + width: 100%; + display: flex; + flex-direction: row; + align-items: center; + margin-top: 5rpx; } .header-bottom-title-num span{ font-size: 30rpx;