|
@@ -1,7 +1,7 @@
|
|
<!-- 下单界面,收货地址 or 自提门店的选择组件 -->
|
|
<!-- 下单界面,收货地址 or 自提门店的选择组件 -->
|
|
<template>
|
|
<template>
|
|
<view class="allAddress" :style="state.isPickUp ? '' : 'padding-top:10rpx;'">
|
|
<view class="allAddress" :style="state.isPickUp ? '' : 'padding-top:10rpx;'">
|
|
- <view class="nav flex flex-wrap">
|
|
|
|
|
|
+ <!-- <view class="nav flex flex-wrap">
|
|
<view
|
|
<view
|
|
class="item font-color"
|
|
class="item font-color"
|
|
:class="state.deliveryType === 1 ? 'on' : 'on2'"
|
|
:class="state.deliveryType === 1 ? 'on' : 'on2'"
|
|
@@ -14,7 +14,7 @@
|
|
@tap="switchDeliveryType(2)"
|
|
@tap="switchDeliveryType(2)"
|
|
v-if="state.isPickUp"
|
|
v-if="state.isPickUp"
|
|
/>
|
|
/>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<!-- 情况一:收货地址的选择 -->
|
|
<!-- 情况一:收货地址的选择 -->
|
|
<view
|
|
<view
|
|
class="address flex flex-wrap flex-center ss-row-between"
|
|
class="address flex flex-wrap flex-center ss-row-between"
|
|
@@ -202,8 +202,9 @@
|
|
// background-image: -webkit-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
|
|
// background-image: -webkit-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
|
|
// background-image: -moz-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
|
|
// background-image: -moz-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%);
|
|
//padding: 100rpx 30rpx 0 30rpx;
|
|
//padding: 100rpx 30rpx 0 30rpx;
|
|
- padding-top: 100rpx;
|
|
|
|
|
|
+ // padding-top: 100rpx;
|
|
padding-bottom: 10rpx;
|
|
padding-bottom: 10rpx;
|
|
|
|
+ padding-top: 50rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.allAddress .nav {
|
|
.allAddress .nav {
|
|
@@ -273,6 +274,7 @@
|
|
width: 690rpx;
|
|
width: 690rpx;
|
|
max-height: 180rpx;
|
|
max-height: 180rpx;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
|
+ margin-bottom: 15rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.allAddress .line {
|
|
.allAddress .line {
|