修改地址样式

This commit is contained in:
kbing1981 2024-08-09 14:14:32 +08:00
parent 59050baf9f
commit ddd4f2d08a
2 changed files with 6 additions and 6 deletions

View File

@ -45,7 +45,7 @@
</view>
<view class="header-view header-padd header-margin flex justify-between add-content">
<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" >
@ -2139,12 +2139,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;
}
.Service-add{

View File

@ -89,7 +89,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>
@ -2075,12 +2075,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>