diff --git a/pages/my/myCiLiaoDetail.vue b/pages/my/myCiLiaoDetail.vue
index da0c229..751b00b 100644
--- a/pages/my/myCiLiaoDetail.vue
+++ b/pages/my/myCiLiaoDetail.vue
@@ -16,7 +16,7 @@
@@ -657,4 +657,18 @@
font-size: 17px;
text-align: center;
}
+ .keyuyue{
+ width: 160rpx;
+ height: 20px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ background: linear-gradient(90deg, #fee9ca, #fde4c6);
+ border: 1px #decbae solid;
+ border-radius: 30rpx 30rpx 30rpx 2rpx;
+ padding: 3rpx 15rpx;
+ color:#8d500f;
+ font-size: 22rpx;
+ margin-left: 15rpx;
+ }
\ No newline at end of file
diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue
index 68b4bff..0738d1f 100644
--- a/pages/therapist/therapist.vue
+++ b/pages/therapist/therapist.vue
@@ -1295,19 +1295,19 @@ import permision from "@/components/permission.js";
}
.therapist-mian-view-text span{
font-weight: 500;
- font-size: 30rpx;
+ font-size: 26rpx;
color: #222222;
}
.therapist-mian-view span{
font-weight: 400;
- font-size: 29rpx;
+ font-size: 26rpx;
color: #7C8187;
margin-right: 10px;
}
.therapist-mian-view image{
- width: 32rpx;
- height: 32rpx;
- margin-right: 1px;
+ width: 28rpx;
+ height: 28rpx;
+ margin-right: 2px;
}
.therapist-mian-view{
display: flex;
diff --git a/pages/therapist/therapistDingdan.vue b/pages/therapist/therapistDingdan.vue
index c49e5d8..12f291b 100644
--- a/pages/therapist/therapistDingdan.vue
+++ b/pages/therapist/therapistDingdan.vue
@@ -49,6 +49,12 @@
+
+
+
+ {{ item.distance }}
+
+
@@ -74,12 +80,7 @@
{{item.consortiaName}}
-
-
-
- {{ item.distance }}
-
-
+
-
立即预约
-
立即预约
@@ -1301,8 +1302,7 @@
// overflow: auto;
}
.therapist-bottom-dingwei-text{
- font-weight: bold;
- font-size: 23rpx;
+ font-size: 29rpx;
color: #848485;
}
.therapist-bottom-dingwei{
@@ -1330,19 +1330,19 @@
}
.therapist-mian-view-text span{
font-weight: 500;
- font-size: 23rpx;
+ font-size: 26rpx;
color: #222222;
}
.therapist-mian-view span{
font-weight: 400;
- font-size: 23rpx;
+ font-size: 26rpx;
color: #7C8187;
- margin-right: 5px;
+ margin-right: 10px;
}
.therapist-mian-view image{
- width: 24rpx;
- height: 24rpx;
- margin-right: 1px;
+ width: 28rpx;
+ height: 28rpx;
+ margin-right: 2px;
}
.therapist-mian-view{
display: flex;
@@ -1380,11 +1380,18 @@
color: #13141A;
}
.keyuyue{
- width: 115px;
- height: 18px;
+ width: 160rpx;
+ height: 20px;
display: flex;
flex-direction: row;
align-items: center;
+ background: linear-gradient(90deg, #fee9ca, #fde4c6);
+ border: 1px #decbae solid;
+ border-radius: 30rpx 30rpx 30rpx 2rpx;
+ padding: 3rpx 15rpx;
+ color:#8d500f;
+ font-size: 22rpx;
+ margin-left: 15rpx;
}
.keyuyue .keyuyue-btn{
width: 50%;
@@ -1499,18 +1506,7 @@
padding-bottom: 10px;
padding: 20rpx;
}
- .keyuyue{
- height: 20px;
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-left: 5px;
- background: linear-gradient(90deg, #fe912e, #28BA92, #35C495);
- border-radius: 15px 15px 15px 1px;
- padding: 1px 9px;
- color: #fff;
- font-size: 11px;
- }
+
.touxiang-left{
width: 100%;
/* padding: 10px; */
@@ -1840,4 +1836,13 @@
height: 100%;
border-radius: 50%;
}
+ .make-now{
+ background: linear-gradient(90deg, rgb(1, 156, 136), rgb(15, 167, 139), rgb(53, 196, 149));
+ color: rgb(255, 255, 255);
+ width: 200rpx;
+ border-radius: 15px;
+ height: 30px;
+ line-height: 30px;
+ margin-top: 5px;
+ }
\ No newline at end of file