修改样式

This commit is contained in:
kbing1981 2024-08-20 09:28:04 +08:00
parent df6fb56dd6
commit 48dec6be3c
2 changed files with 11 additions and 13 deletions

View File

@ -122,9 +122,9 @@
</view>
</view>
</view>
<view class="detail-foot-title">
<!-- <view class="detail-foot-title">
服务项目{{index+1}}
</view>
</view> -->
</view>
</view>
<view style="height: 100rpx;"></view>
@ -205,15 +205,15 @@
</script>
<style scoped>
.detail-foot-title{
width: 100px;
height:24px;
width:80px;
height:20px;
background: linear-gradient(90deg, #ffdf96, #feca76);
border-radius: 0 15rpx 0 30rpx;
font-weight: 400;
font-size: 12px;
color: #a13504;
text-align: right;
line-height: 24px;
line-height:20px;
padding-right: 15px;
position: absolute;
right: 0;

View File

@ -62,20 +62,15 @@
</view>-->
</view>
</view>
<view class="headset-line" style="margin-top: 5px;">
<span class="label-word" v-for="(item,index) in artificerClassifyList" :key="index">{{item.classifyName}}</span>
</view>
<view class="oder-mian">
<view class="oder-mian-left">
<span>ID:{{order.invitationCode}}</span>
</view>
<view class="oder-mian-tjia">
<!---<span>{{order.collectCount}}人关注</span>-->
<view class="shouchang-view" @click="toggle('center')" v-if="order.dskg=='1'">
<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>
@ -88,6 +83,9 @@
</view>
</view>
</view>
<view class="headset-line" style="margin-top: 5px;">
<span class="label-word" v-for="(item,index) in artificerClassifyList" :key="index">{{item.classifyName}}</span>
</view>
<view class="flex" style="margin-top: 20rpx;">
<view class="flex order-sname" v-if="order.consortiaName">
<image class="order-sname-img" src="../../static/orderDetail/chengchi.png" mode=""></image>
@ -1361,7 +1359,7 @@
}
.view-head{
padding-bottom: 15px;
padding-bottom: 5px;
margin: 15px 24px 0px 24px;
}
.jian-view-right span{
@ -1517,12 +1515,12 @@
.label-word{
background: #f9f1e7;
color: #9b7a6e;
border-radius: 30rpx;
border-radius:5rpx;
padding: 0 14rpx;
line-height:34rpx;
border: 1px solid #9b7a6e;
font-size: 22rpx;
margin-left: 10rpx;
margin-right: 10rpx;
margin-top: 5px;
}
</style>