diff --git a/pages/index/index.vue b/pages/index/index.vue
index b69155a..df6d367 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -990,6 +990,7 @@
.index-card-image{
width: 100%;
height: 100%;
+ border-radius: 15rpx;
}
.content_bj{
height:100%;
@@ -1413,7 +1414,6 @@
border-radius: 0px 0px 7px 7px;
position: absolute;
bottom:1px;
-
padding-bottom: 13px;
}
.index-fujin-img{
@@ -1701,5 +1701,4 @@
height: 100vh;
overflow: auto;
}
- .jusitify-line-end{}
diff --git a/pages/my/fuwuGengduo.vue b/pages/my/fuwuGengduo.vue
index 90da53e..172093b 100644
--- a/pages/my/fuwuGengduo.vue
+++ b/pages/my/fuwuGengduo.vue
@@ -30,9 +30,7 @@
{{item.classifyName}}
已售{{item.sales}}w+ | 好评{{item.esteemRate}}%
-->
-
- {{item.content}}
-
+
¥
@@ -40,9 +38,13 @@
/{{item.type=='104'?'套':item.type=='105'||item.type=='106'?'次':'元'}}
¥{{item.oldPrice}}/{{item.type=='104'?'套':item.type=='105'||item.type=='106'?'次':'元'}}
-
- 查看
-
+
+
+
+ {{item.content}}
+
+
+ 查看
@@ -179,12 +181,12 @@
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
border-radius: 10rpx;
font-weight: bold;
- font-size: 24rpx;
+ font-size: 26rpx;
color: #FFFFFF;
+ margin-top: 8rpx;
}
.item-view-bottom-qian span:nth-child(4){
- font-weight: bold;
- font-size: 31rpx;
+ font-size: 28rpx;
color: #848484;
text-decoration-line: line-through;
margin-left: 5px;
@@ -210,10 +212,11 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
+ margin-top: 12rpx;
}
.item-view-jianjie{
font-weight: 400;
- font-size: 22rpx;
+ font-size: 24rpx;
color: #848484;
margin:5px 0px;
display: -webkit-box;
diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue
index d7552a6..68b4bff 100644
--- a/pages/therapist/therapist.vue
+++ b/pages/therapist/therapist.vue
@@ -50,7 +50,7 @@
-
+
{{ item.distance }}
@@ -1352,10 +1352,11 @@ import permision from "@/components/permission.js";
display: flex;
flex-direction: row;
align-items: center;
- background: linear-gradient(90deg, #fe912e, #ff996a, #35C495);
+ background: linear-gradient(90deg, #fee9ca, #fde4c6);
+ border: 1px #decbae solid;
border-radius: 30rpx 30rpx 30rpx 2rpx;
padding: 3rpx 15rpx;
- color:#fff;
+ color:#8d500f;
font-size: 22rpx;
margin-left: 15rpx;
}