Browse Source

位置说明

shish 7 tháng trước cách đây
mục cha
commit
20cb2636b3

+ 4 - 3
ghsApp/src/admin/delivery/allDelivery.vue

@@ -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;
       }
     }
 

+ 5 - 4
hdApp/src/admin/delivery/allDelivery.vue

@@ -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>
@@ -522,15 +523,15 @@ export default {
       flex: 1;
 
       .address-title {
-        font-size: 28upx;
-        color: #333333;
+        font-size: 32upx;
+        color: black;
         font-weight: 500;
         margin-bottom: 5upx;
       }
 
       .address-detail {
-        font-size: 24upx;
-        color: #999999;
+        font-size: 28upx;
+        color: #7c7c7c;
       }
     }