From a304597201e7f5b1f436f7c5c30cc344178a3bdd Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Thu, 4 Jul 2024 17:08:28 +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/therapist/therapistDingdan.vue | 81 +++++++++++++++++----------- 1 file changed, 51 insertions(+), 30 deletions(-) diff --git a/pages/therapist/therapistDingdan.vue b/pages/therapist/therapistDingdan.vue index 30fad0c..5ef1495 100644 --- a/pages/therapist/therapistDingdan.vue +++ b/pages/therapist/therapistDingdan.vue @@ -58,39 +58,38 @@ - - - + + 评论 - + {{ item.commentCount ? item.commentCount : 0 }} - + - - - + + 收藏 - + {{ item.collectCount ? item.collectCount : 0 }} - + - + - {{item.consortiaName}} + {{item.consortiaName}} + + + + 立即预约 + + + 立即预约 + - - - - 立即预约 - - - 立即预约 @@ -163,17 +162,17 @@ getOrderByCurrentMarkerIndex().ordersScore }}.0 --> - - - + + 评论 {{ getOrderByCurrentMarkerIndex().commentCount ? getOrderByCurrentMarkerIndex().commentCount : 0 }} - - - + + 收藏 {{ getOrderByCurrentMarkerIndex().collectCount ? getOrderByCurrentMarkerIndex().collectCount : 0 }} @@ -1318,7 +1317,7 @@ } .therapist-mian-bottom-text{ font-weight: bold; - font-size: 23rpx; + font-size: 30rpx; color: #222222; } .therapist-mian-bottom{ @@ -1377,7 +1376,8 @@ text-overflow: ellipsis; white-space: nowrap; text-align: left; - font-size: 36rpx; + font-weight: bold; + font-size: 32rpx; color: #13141A; } .keyuyue{ @@ -1427,6 +1427,7 @@ display: flex; flex-direction: row; align-items: center; + justify-content: space-between; } .list-right-top{ width: 100%; @@ -1846,4 +1847,24 @@ line-height: 30px; margin-top: 5px; } + .therap-pin{ + display: flex; + align-items: flex-end; + margin-right: 10rpx; + } + .therap-pin span:nth-child(2){ + color: #019c88; + } + .therap-pin span:nth-child(1){ + color: #666; + margin-right: 10rpx; + } + .terap-button{ + background: linear-gradient(90deg, #019C88, #0FA78B, #35C495); + color: #ffffff; + width:200rpx; + height: 60rpx; + border-radius: 30upx; + line-height: 58rpx; + } \ No newline at end of file