This commit is contained in:
kbing1981 2024-07-22 09:59:33 +08:00
parent d07e3905e2
commit bc289afd22
2 changed files with 37 additions and 26 deletions

View File

@ -63,18 +63,23 @@
</view> </view>
<view class="oder-mian"> <view class="oder-mian">
<view class="oder-mian-left"> <view class="oder-mian-left">
<view class="shouchang-view" @click="toggle('center')"> <span>ID:{{order.invitationCode}}</span>
<image class="shouchang-img" src="../../static/orderDetail/technician6.png"></image>
<span class="shouchang-text">打赏</span>
<!-- <image src="../../static/orderDetail/technician6-1.png"
style="width: 45rpx;height: 45rpx;position: relative;top: 4upx;" v-else></image> -->
</view>
</view> </view>
<view class="oder-mian-tjia"> <view class="oder-mian-tjia">
<!---<span>{{order.collectCount}}人关注</span>--> <!---<span>{{order.collectCount}}人关注</span>-->
<view class="oder-mian-guan" :class="[isFollow?'activeG':'activeQ']" @click="guanzhu(order)">
<view class="shouchang-view" @click="toggle('center')">
<image class="shouchang-img" src="../../static/orderDetail/technician6.png"></image>
<span class="shouchang-text">打赏</span>
<!-- <image src="../../static/orderDetail/technician6-1.png"
style="width: 45rpx;height: 45rpx;position: relative;top: 4upx;" v-else></image> -->
</view>
<view class="oder-mian-guan">
<view :class="[isFollow?'activeG':'activeQ']" @click="guanzhu(order)">
<span class="oder-mian-text">收藏</span>
</view>
</view> </view>
<span>ID:{{order.invitationCode}}</span>
</view> </view>
</view> </view>
<view class="flex" style="margin-top: 20rpx;"> <view class="flex" style="margin-top: 20rpx;">
@ -887,30 +892,39 @@
color: #666; color: #666;
} }
.oder-mian-guan{ .oder-mian-guan{
width: 50rpx; width: 110rpx;
height: 50rpx; height: 50rpx;
border-radius: 30rpx; color: #1bb097;
font-size: 28rpx; display: flex;
margin-right: 8rpx; align-items: center;
} }
.activeQ{ .activeQ{
background: url('../../static/follow.png') 14rpx 8rpx; background: url('../../static/follow.png') 8rpx 4rpx;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size:32rpx 32rpx; background-size:32rpx 32rpx;
} }
.activeG{ .activeG{
background: url('../../static/follow2.png') 14rpx 8rpx; background: url('../../static/follow2.png') 8rpx 4rpx;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size:32rpx 32rpx; background-size:32rpx 32rpx;
} }
.oder-mian-text{
padding-left:50rpx;
font-size: 28rpx;
font-weight: bold;
}
.oder-mian-qing{ .oder-mian-qing{
width: 60px;
height: 47rpx; height: 47rpx;
line-height:47rpx; line-height:47rpx;
text-align: center; text-align: center;
font-weight: 400; font-weight: 400;
font-size: 23rpx; font-size: 24rpx;
color: #029D88; color: #2dbe93;
border-radius: 60rpx;
padding: 0 15rpx;
border: 1px solid #2dbe93;
margin-right: 4rpx;
/*background: #fff; /*background: #fff;
border-radius: 60rpx; border-radius: 60rpx;
border: 1px solid #029D88;*/ border: 1px solid #029D88;*/
@ -1159,7 +1173,7 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 2rpx 50rpx; padding: 2rpx 30rpx;
} }
.oder-foot-left{ .oder-foot-left{
display: flex; display: flex;
@ -1204,11 +1218,9 @@
} }
.oder-mian-left{ .oder-mian-left{
width: 78%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
margin-left: -6rpx;
} }
.oder-mian{ .oder-mian{
width: 100%; width: 100%;
@ -1342,7 +1354,7 @@
background: #eefdf8; background: #eefdf8;
border-radius: 30rpx 20rpx 20rpx 30rpx ; border-radius: 30rpx 20rpx 20rpx 30rpx ;
color:#8d500f; color:#8d500f;
font-size: 22rpx; font-size: 24rpx;
} }
.timea-img{ .timea-img{
background:#2dbe93 url('../../static/timea.png') 2rpx 1rpx; background:#2dbe93 url('../../static/timea.png') 2rpx 1rpx;
@ -1354,18 +1366,17 @@
margin-top: 8rpx; margin-top: 8rpx;
} }
.timea-fu{ .timea-fu{
font-size: 22rpx; font-size: 24rpx;
color: #2dbe93; color: #2dbe93;
line-height: 44rpx; line-height: 44rpx;
margin-left: 8rpx; margin-left: 8rpx;
margin-right: 5rpx; margin-right: 5rpx;
} }
.timea-time{ .timea-time{
font-size: 24rpx; font-size: 25rpx;
color: #2dbe93; color: #2dbe93;
line-height: 44rpx; line-height: 44rpx;
padding-right: 10rpx; padding-right: 10rpx;
} }
.order-sname{ .order-sname{
width: 100%; width: 100%;

View File

@ -8,7 +8,7 @@
<view class="localName" style="margin-right: 30rpx;">{{ city }}</view> <view class="localName" style="margin-right: 30rpx;">{{ city }}</view>
</view> </view>
<u-search class="flex-sub" placeholder="请输入技师名字" :focus="false" shape="square" v-model="artificerName" <u-search class="flex-sub" placeholder="请输入技师名字" :focus="false" shape="square" v-model="artificerName"
:show-action="true" :animation="true" bg-color="#cff2ec" color="#019c88" @search="onSearch()" :show-action="true" :animation="true" bg-color="#fff" color="#019c88" @search="onSearch()"
action-text="搜索" @custom="onSearch()"> action-text="搜索" @custom="onSearch()">
</u-search> </u-search>
<view class="flex align-center justify-between"> <view class="flex align-center justify-between">
@ -1587,7 +1587,7 @@ import permision from "@/components/permission.js";
width: 260rpx !important; width: 260rpx !important;
height:60rpx !important; height:60rpx !important;
border: 1px solid #41b9a6; border: 1px solid #41b9a6;
border-radius: 30rpx; border-radius: 10rpx;
color: #fff!important; color: #fff!important;
} }
.map-list{ .map-list{