This commit is contained in:
kbing1981 2024-07-03 23:04:22 +08:00
parent 7f89ece0e6
commit 82d89f0776
3 changed files with 55 additions and 36 deletions

View File

@ -16,7 +16,7 @@
</view>
<view class="header-bottom-title-num">
<span>{{getList.sales}}</span>
<span> 人选择</span>
<span>人选择</span>
</view>
</view>
@ -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;
}
</style>

View File

@ -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;

View File

@ -49,6 +49,12 @@
</view>
</view>
</view>
<view class="flex align-center" v-if="item.tripWay != 3" >
<image class="therapist-bottom-dingwei" src="../../static/dituzhaoren6.png"></image>
<view class="therapist-bottom-dingwei-text">
{{ item.distance }}
</view>
</view>
<view class="therapist-mian">
<view class="therapist-mian-top">
<view class="therapist-mian-view">
@ -74,12 +80,7 @@
</image>
<view class="therapist-mian-bottom-text">{{item.consortiaName}}</view>
</view>
<view class="flex align-center" v-if="item.tripWay != 3" >
<image class="therapist-bottom-dingwei" src="../../static/dituzhaoren6.png"></image>
<view class="therapist-bottom-dingwei-text">
{{ item.distance }}
</view>
</view>
</view>
<view class="text-center text-sm" v-if="item.status == 1"
style="background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);color: #ffffff;width: 100%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 10rpx;"
@ -191,12 +192,12 @@
</view>
</view>
</view>
<view class="text-center text-sm" v-if="getOrderByCurrentMarkerIndex().status == 1"
<view class="text-center make-now" v-if="getOrderByCurrentMarkerIndex().status == 1"
style="background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);color: #ffffff;width: 100%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 10rpx;"
@click.stop="goOrder(getOrderByCurrentMarkerIndex())">
立即预约
</view>
<view class="text-center text-sm" @click.stop="showTips()" v-else
<view class="text-center make-now1" @click.stop="showTips()" v-else
style="background: #d9d9d9;color: #ffffff;width: 100%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 10rpx;">
立即预约
</view>
@ -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;
}
</style>