|
|
@@ -29,7 +29,10 @@
|
|
|
<navigator url="/pages/address/address" hover-class="none"
|
|
|
class="container flex align-center justify-between" style="border-bottom: 1rpx solid #efefef;">
|
|
|
<view class="flex padding align-center">
|
|
|
- <image src="@/static/mine/address.png" style="width: 65upx;height: 65upx;"></image>
|
|
|
+ <!-- <image src="@/static/mine/address.png" style="width: 65upx;height: 65upx;"></image> -->
|
|
|
+ <view class="address-icon">
|
|
|
+ <u-icon name="map-fill" color="#ffffff" size="46"></u-icon>
|
|
|
+ </view>
|
|
|
<view class="padding-left text-sm" v-if="!$u.test.isEmpty(address)">
|
|
|
<view style="font-size: 28upx;font-family: PingFang SC;font-weight: 800;color: #000000;">
|
|
|
{{address.consignee}} {{address.phone}}
|
|
|
@@ -323,6 +326,16 @@
|
|
|
margin: 0 20rpx;
|
|
|
font-size: 32rpx;
|
|
|
color: #363636;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
}
|
|
|
+ .address-icon{
|
|
|
+ background: var(--bgColor);
|
|
|
+ width: 80rpx;
|
|
|
+ height: 80rpx;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
</style>
|