|
|
@@ -10,6 +10,7 @@
|
|
|
<view class="address-content">
|
|
|
<view class="address-title">{{ senderInfo.name || '门店' }}</view>
|
|
|
<view class="address-detail">{{ senderInfo.address || '' }}</view>
|
|
|
+ <view class="address-detail" style="color:#ada8a8;font-size:26upx;">货拉拉会用此地址,其它以跑腿平台设置的为准</view>
|
|
|
</view>
|
|
|
<view class="address-arrow">
|
|
|
<text class="iconfont iconxiangyou"></text>
|
|
|
@@ -519,15 +520,15 @@ export default {
|
|
|
flex: 1;
|
|
|
|
|
|
.address-title {
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 32upx;
|
|
|
color: #333333;
|
|
|
font-weight: 500;
|
|
|
margin-bottom: 5upx;
|
|
|
}
|
|
|
|
|
|
.address-detail {
|
|
|
- font-size: 24upx;
|
|
|
- color: #999999;
|
|
|
+ font-size: 28upx;
|
|
|
+ color: #7c7c7c;
|
|
|
}
|
|
|
}
|
|
|
|