|
@@ -2,15 +2,15 @@
|
|
|
<view class="container clearfix">
|
|
|
<view class="add-content">
|
|
|
<view class="input-row b-b">
|
|
|
- <view class="label">收货人</view>
|
|
|
+ <view class="label">收货人:</view>
|
|
|
<input class="input" type="text" v-model="addressData.shouHuoRen" @input="onShouHuoRen" placeholder="请输入收货人姓名" placeholder-class="placeholder" />
|
|
|
</view>
|
|
|
<view class="input-row b-b">
|
|
|
- <view class="label">手机号</view>
|
|
|
+ <view class="label">手机号:</view>
|
|
|
<input class="input" type="number" maxlength="11" v-model="addressData.mobile" @input="onMobile" placeholder="请输入手机号码" placeholder-class="placeholder" />
|
|
|
</view>
|
|
|
<view class="input-row b-b" @click="showMulLinkageThreePicker">
|
|
|
- <view class="label address">所在地区</view>
|
|
|
+ <view class="label address">所在地区:</view>
|
|
|
<text class="input" :style="addressData.allAddress=='请选择收货地区'?'color:#b2b2b2':''">
|
|
|
{{addressData.allAddress}}
|
|
|
</text>
|
|
@@ -206,18 +206,13 @@
|
|
|
width: 702rpx;
|
|
|
padding:0 24rpx;
|
|
|
.input-row{
|
|
|
- // display: flex;
|
|
|
align-items: center;
|
|
|
position: relative;
|
|
|
width: 702rpx;
|
|
|
height: 88rpx;
|
|
|
- // padding:0 24rpx;
|
|
|
margin: 0 auto;
|
|
|
- // background: #F7F7F7;
|
|
|
- // border-radius: 14rpx;
|
|
|
border-bottom: 2rpx solid #e1e1e1;
|
|
|
.label{
|
|
|
- // display: inline-block;
|
|
|
width:100rpx ;
|
|
|
line-height: 88rpx;
|
|
|
color: #666666;
|
|
@@ -230,12 +225,12 @@
|
|
|
.input{
|
|
|
width: 500rpx;
|
|
|
height: 100%;
|
|
|
- // background: #F7F7F7;
|
|
|
font-size: $font-size-28;
|
|
|
line-height: 88rpx;
|
|
|
display: inline-block;
|
|
|
color: #333333;
|
|
|
- float: right;
|
|
|
+ float: left;
|
|
|
+ padding-left: 20rpx;
|
|
|
}
|
|
|
&.b-b{
|
|
|
margin: 20rpx 0;
|