This commit is contained in:
kbing1981 2024-08-09 14:32:04 +08:00
parent ddd4f2d08a
commit 4a7e83011d
3 changed files with 9 additions and 9 deletions

View File

@ -79,7 +79,7 @@
</view>-->
<view class="add-content">
<view class="" v-if="order.artificer">
<view class="Service-add">服务地址</view>
<!-- <view class="Service-add">服务地址</view> -->
<view class="Service-Address">{{order.address}}</view>
<view class="Service-name">
<span>{{order.userName}}</span>
@ -3085,12 +3085,12 @@ page {
padding:4rpx 0;
}
.Service-name span:nth-child(1){
font-size:28rpx;
font-size:30rpx;
color:#333;
margin-right: 15rpx;
}
.Service-name span:nth-child(2){
font-size:28rpx;
font-size:30rpx;
color:#666;
}
</style>

View File

@ -66,7 +66,7 @@
</view>
</view> -->
<view @click="getAddressList()">
<view class="Service-add">服务地址</view>
<!-- <view class="Service-add">服务地址</view> -->
<view class="Service-Address">{{province}}/{{city}}/{{district}}/{{detailaddress}}</view>
<view v-if="!detailaddress">请选择地址</view>
<view class="Service-name" >
@ -2127,12 +2127,12 @@
padding:4rpx 0;
}
.Service-name span:nth-child(1){
font-size:28rpx;
font-size:30rpx;
color:#333;
margin-right: 15rpx;
}
.Service-name span:nth-child(2){
font-size:28rpx;
font-size:30rpx;
color:#666;
}
.add-content{

View File

@ -52,7 +52,7 @@
</view>
<view class="add-content">
<view class="" v-if="order.artificer">
<view class="Service-add">服务地址</view>
<!-- <view class="Service-add">服务地址</view> -->
<view class="Service-Address">{{order.address}}</view>
<view class="Service-name" >
<span>{{order.userName}}</span>
@ -2809,12 +2809,12 @@
padding:4rpx 0;
}
.Service-name span:nth-child(1){
font-size:28rpx;
font-size:30rpx;
color:#333;
margin-right: 15rpx;
}
.Service-name span:nth-child(2){
font-size:28rpx;
font-size:30rpx;
color:#666;
}
</style>