This commit is contained in:
kbing1981 2024-08-09 15:28:05 +08:00
parent 67ba5e4a81
commit 111e083b87
1 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
</view>
</view>
<view class="add-content header-margin" @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" >
@ -2341,12 +2341,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>