diff --git a/my/order/payModify.vue b/my/order/payModify.vue index 9c24d9b..2d2eab7 100644 --- a/my/order/payModify.vue +++ b/my/order/payModify.vue @@ -1364,7 +1364,6 @@ border-radius: 24rpx; padding: 29rpx; } - .pay-title{ font-weight: bold; font-size: 28rpx; diff --git a/my/order/payModifyTc.vue b/my/order/payModifyTc.vue index 54e50bd..51cd039 100644 --- a/my/order/payModifyTc.vue +++ b/my/order/payModifyTc.vue @@ -44,18 +44,16 @@ {{item.title}} 详情 - 服务时长:{{item.duration}}分钟 - {{item.price}} - /元套 + {{item.price}} + 元/套 + ¥{{item.oldPrice}} + 服务时长:{{item.duration}}分钟 - - ¥{{item.oldPrice}} - 项目特色: {{item.jianjie}} @@ -1287,15 +1285,14 @@ margin-bottom: 5px; } .header-bottom-money-zhen span{ - color: #F95900 !important; - font-weight: bold !important; - font-size: 22rpx !important; - } + color: #F95900 ; + } .header-bottom-money-zhen{ display: flex; flex-direction: row; align-items: baseline; - } + justify-content: space-between; + } .detail-foot-nav-bor{ width: 64px; height: 11rpx; @@ -1342,7 +1339,7 @@ width: 95%; border-radius: 21rpx; position: relative; - margin: 10px 0px 5px 0px; + margin: 6px 0px 5px 0px; padding: 15px; display: flex; flex-direction: column; @@ -1404,16 +1401,6 @@ justify-content: center; align-items: center; } - .header-bottom-money-zhen span{ - color: #F95900 !important; - font-weight: bold !important; - font-size: 22rpx !important; - } - .header-bottom-money-zhen{ - display: flex; - flex-direction: row; - align-items: baseline; - } /deep/uni-checkbox .uni-checkbox-input{ width: 26px; height: 26px; diff --git a/pages/my/serviceOderDrtail.vue b/pages/my/serviceOderDrtail.vue index e998d9f..7394c78 100644 --- a/pages/my/serviceOderDrtail.vue +++ b/pages/my/serviceOderDrtail.vue @@ -65,17 +65,18 @@ {{item.title}} 详情 - 服务时长:{{item.duration}}分钟 + - + {{item.price}} - /元套 + 元/套 - + ¥{{item.oldPrice}} + 服务时长:{{item.duration}}分钟 项目特色: @@ -849,7 +850,7 @@ width: 95%; border-radius: 21rpx; position: relative; - margin: 10px 0px 5px 0px; + margin: 6px 0px 5px 0px; padding: 15px; display: flex; flex-direction: column;