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;