wip
This commit is contained in:
parent
f91310de78
commit
33887a3cdf
|
|
@ -581,10 +581,10 @@ body.page-checkout .total-wrap .totals > li > span:last-of-type {
|
|||
}
|
||||
body.page-checkout .addresses-wrap .item {
|
||||
position: relative;
|
||||
padding: 10px 20px;
|
||||
padding: 14px 14px 14px 18px;
|
||||
margin-bottom: 1.3rem;
|
||||
border: 1px solid #e8e8e8;
|
||||
height: 125px;
|
||||
height: 130px;
|
||||
cursor: pointer;
|
||||
}
|
||||
body.page-checkout .addresses-wrap .item.add-addres {
|
||||
|
|
|
|||
|
|
@ -122,10 +122,10 @@ body.page-checkout {
|
|||
.addresses-wrap {
|
||||
.item {
|
||||
position: relative;
|
||||
padding: 10px 20px;
|
||||
padding: 14px 14px 14px 18px;
|
||||
margin-bottom: 1.3rem;
|
||||
border: 1px solid #e8e8e8;
|
||||
height: 125px;
|
||||
height: 130px;
|
||||
cursor: pointer;
|
||||
|
||||
&.add-addres {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<span class="phone">@{{ address.phone }}</span>
|
||||
</div>
|
||||
<div class="zipcode">@{{ address.zipcode }}</div>
|
||||
<div class="address-info">@{{ address.country_id }} @{{ address.zone_id }}</div>
|
||||
<div class="address-info">@{{ address.country }} @{{ address.zone }} @{{ address.city }} @{{ address.address_1 }}</div>
|
||||
<div class="address-bottom">
|
||||
<span class="badge bg-success" v-if="form.shipping_address_id == address.id">已选择</span>
|
||||
<a class="" @click.stop="editAddress(index)">编辑</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue