This commit is contained in:
parent
67ba5e4a81
commit
111e083b87
|
@ -40,7 +40,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="add-content header-margin" @click="getAddressList()">
|
<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 class="Service-Address">{{province}}/{{city}}/{{district}}/{{detailaddress}}</view>
|
||||||
<view v-if="!detailaddress">请选择地址</view>
|
<view v-if="!detailaddress">请选择地址</view>
|
||||||
<view class="Service-name" >
|
<view class="Service-name" >
|
||||||
|
@ -2341,12 +2341,12 @@
|
||||||
padding:4rpx 0;
|
padding:4rpx 0;
|
||||||
}
|
}
|
||||||
.Service-name span:nth-child(1){
|
.Service-name span:nth-child(1){
|
||||||
font-size:28rpx;
|
font-size:30rpx;
|
||||||
color:#333;
|
color:#333;
|
||||||
margin-right: 15rpx;
|
margin-right: 15rpx;
|
||||||
}
|
}
|
||||||
.Service-name span:nth-child(2){
|
.Service-name span:nth-child(2){
|
||||||
font-size:28rpx;
|
font-size:30rpx;
|
||||||
color:#666;
|
color:#666;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue