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

View File

@ -8,7 +8,7 @@
<view class="localName" style="margin-right: 30rpx;">{{ city }}</view>
</view>
<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()">
</u-search>
<view class="flex align-center justify-between">
@ -1587,7 +1587,7 @@ import permision from "@/components/permission.js";
width: 260rpx !important;
height:60rpx !important;
border: 1px solid #41b9a6;
border-radius: 30rpx;
border-radius: 10rpx;
color: #fff!important;
}
.map-list{