修改
This commit is contained in:
parent
22923e5b48
commit
2271beec38
@ -79,20 +79,6 @@
|
||||
font-size: 32rpx;
|
||||
color: #000000;
|
||||
margin-left: 30rpx;
|
||||
|
||||
.add {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.address {
|
||||
height: 100rpx;
|
||||
line-height: 40rpx;
|
||||
display: inline-block;
|
||||
width: 80%;
|
||||
margin-left: 100rpx;
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -21,13 +21,8 @@
|
||||
<view class="item">
|
||||
电话:{{list.phone}}
|
||||
</view>
|
||||
<view class="item" style="border:none;">
|
||||
<view class="add" style="display:inline-block;">
|
||||
地址:
|
||||
</view>
|
||||
<view class="address">
|
||||
{{list.serviceAddress}}
|
||||
</view>
|
||||
<view class="item" style="border:none;line-height: 60rpx;padding: 20rpx 0;">
|
||||
地址:{{list.serviceAddress}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="img">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user