This commit is contained in:
曹辉 2022-11-15 17:02:28 +08:00
parent 22923e5b48
commit 2271beec38
2 changed files with 2 additions and 21 deletions

View File

@ -79,20 +79,6 @@
font-size: 32rpx; font-size: 32rpx;
color: #000000; color: #000000;
margin-left: 30rpx; margin-left: 30rpx;
.add {
position: absolute;
}
.address {
height: 100rpx;
line-height: 40rpx;
display: inline-block;
width: 80%;
margin-left: 100rpx;
margin-top: 30rpx;
}
} }
} }

View File

@ -21,13 +21,8 @@
<view class="item"> <view class="item">
电话{{list.phone}} 电话{{list.phone}}
</view> </view>
<view class="item" style="border:none;"> <view class="item" style="border:none;line-height: 60rpx;padding: 20rpx 0;">
<view class="add" style="display:inline-block;"> 地址{{list.serviceAddress}}
地址:
</view>
<view class="address">
{{list.serviceAddress}}
</view>
</view> </view>
</view> </view>
<view class="img"> <view class="img">