完善页面
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="p30"><button form-type="submit" class="theme-btn f32 mt60 addBtn">保存</button></view>
|
||||
<view class="p30"><button form-type="submit" class="f32 mt60 addBtn">保存</button></view>
|
||||
</form>
|
||||
<mpvue-city-picker v-if="is_load" ref="mpvueCityPicker" :province="province" :city="city" :area="area" :pickerValueDefault="cityPickerValueDefault" @onConfirm="onConfirm"></mpvue-city-picker>
|
||||
</view>
|
||||
@ -202,6 +202,8 @@
|
||||
line-height: 90rpx;
|
||||
border-radius: 8rpx;
|
||||
margin: 0 60rpx;
|
||||
background-color: #365A9A !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.border-b {
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="add_add-btn theme-btn" @click="addAddress()">新增收货地址</view>
|
||||
<view class="add_add-btn" @click="addAddress()">新增收货地址</view>
|
||||
</view>
|
||||
<view v-else>
|
||||
<view class="none_add">
|
||||
@ -197,7 +197,7 @@
|
||||
font-size: 32rpx;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 500;
|
||||
background: #365A9A;
|
||||
background: #365A9A !important;
|
||||
color: #FFFFFF;
|
||||
position: fixed;
|
||||
bottom: 40rpx;
|
||||
@ -248,6 +248,8 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #365A9A !important;
|
||||
color: #fff;
|
||||
}
|
||||
.pbenv{
|
||||
padding-bottom: calc(env(safe-area-inset-bottom) + 120rpx);
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
</view>
|
||||
<view class="d-f a-i-c btn">
|
||||
<button class="f32 mt60 delBtn" @click="delAddress(address.address_id)">删除地址</button>
|
||||
<button form-type="submit" class="theme-btn f32 mt60 addBtn">保存</button>
|
||||
<button form-type="submit" class="f32 mt60 addBtn">保存</button>
|
||||
</view>
|
||||
</form>
|
||||
<mpvue-city-picker v-if="is_load" ref="mpvueCityPicker" :province="province" :city="city" :area="area" :pickerValueDefault="cityPickerValueDefault" @onConfirm="onConfirm"></mpvue-city-picker>
|
||||
@ -270,6 +270,8 @@
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
border-radius: 8rpx;
|
||||
background-color: #365A9A !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.border-b {
|
||||
|
||||
Reference in New Issue
Block a user