diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue
index 1335006..ac5371b 100644
--- a/pages/therapist/therapist.vue
+++ b/pages/therapist/therapist.vue
@@ -49,39 +49,42 @@
-
-
-
- {{ item.distance }}
-
-
-
+
{{item.content}}
-
-
-
+
+
评论
-
+
{{ item.commentCount ? item.commentCount : 0 }}
-
+
-
-
-
+
+
收藏
-
+
{{ item.collectCount ? item.collectCount : 0 }}
+
+
+
+
+
+
+ {{item.consortiaName}}
+
+
+
+
+ {{ item.distance }}
-
-
-
-
- {{item.consortiaName}}
-
+
+
-
@@ -147,9 +149,6 @@
{{item.technicianTypeName}}
-->
-
-
-
@@ -1234,9 +1229,8 @@ import permision from "@/components/permission.js";
}
.item-view-jianjie{
font-weight: 400;
- font-size: 22rpx;
+ font-size: 24rpx;
color: #848484;
- margin:5px 0px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
@@ -1282,6 +1276,7 @@ import permision from "@/components/permission.js";
width: 30rpx;
height: 30rpx;
margin-right:3px;
+ margin-top: 5rpx
}
.therapist-mian-bottom-text{
font-weight: bold;
@@ -1321,7 +1316,6 @@ import permision from "@/components/permission.js";
width: 100%;
display: flex;
flex-direction:row;
- margin-top: 26rpx;
}
.therapist-mian{
width: 100%;
@@ -1812,4 +1806,36 @@ import permision from "@/components/permission.js";
line-height: 60upx;
margin-top: 10rpx;
}
+ .jieshao{
+ font-weight: 400;
+ font-size: 12px;
+ color: #999999;
+ margin: 5px 0px;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+ ///overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ .thera-lin{
+ display: flex;
+ justify-content: space-between;
+ }
+ .thera-bottom{
+ display: flex;
+ align-items: flex-end;
+ justify-content: space-between;
+ }
+ .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;
+ }
\ No newline at end of file
diff --git a/static/dituzhaoren3.png b/static/dituzhaoren3.png
index d202645..677bfdd 100644
Binary files a/static/dituzhaoren3.png and b/static/dituzhaoren3.png differ
diff --git a/static/dituzhaoren4.png b/static/dituzhaoren4.png
index bd129c5..6ae946a 100644
Binary files a/static/dituzhaoren4.png and b/static/dituzhaoren4.png differ