|
@@ -17,8 +17,15 @@
|
|
@select="onSelect"
|
|
@select="onSelect"
|
|
@edit="onEdit"
|
|
@edit="onEdit"
|
|
/>
|
|
/>
|
|
|
|
+<<<<<<< HEAD
|
|
<div class="addr-null" v-show="isShowAddrNull">
|
|
<div class="addr-null" v-show="isShowAddrNull">
|
|
<img src="@/assets/images/home/addr-null.png" alt="" />
|
|
<img src="@/assets/images/home/addr-null.png" alt="" />
|
|
|
|
+=======
|
|
|
|
+ <div class="addr-null"
|
|
|
|
+ v-if="isShowAddrNull"
|
|
|
|
+ >
|
|
|
|
+ <img src="@/assets/images/home/addr-null.png" alt="">
|
|
|
|
+>>>>>>> edit
|
|
<div class="addr-null-title">暂无地址~</div>
|
|
<div class="addr-null-title">暂无地址~</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
@@ -234,7 +241,6 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 15px;
|
|
height: 15px;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
- font-family: Source Han Sans CN;
|
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
color: #333333;
|
|
line-height: 6px;
|
|
line-height: 6px;
|
|
@@ -244,7 +250,6 @@ export default {
|
|
width: 247px;
|
|
width: 247px;
|
|
height: 13px;
|
|
height: 13px;
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
- font-family: Source Han Sans CN;
|
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
color: #999999;
|
|
line-height: 13px;
|
|
line-height: 13px;
|
|
@@ -254,7 +259,6 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 22px;
|
|
height: 22px;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
- font-family: DIN;
|
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
color: #333333;
|
|
line-height: 12px;
|
|
line-height: 12px;
|
|
@@ -282,7 +286,6 @@ export default {
|
|
border-radius: 15px;
|
|
border-radius: 15px;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
- font-family: Source Han Sans CN;
|
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
color: #333333;
|
|
line-height: 15px;
|
|
line-height: 15px;
|
|
@@ -302,7 +305,6 @@ export default {
|
|
width: 107px;
|
|
width: 107px;
|
|
height: 17px;
|
|
height: 17px;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
- font-family: Source Han Sans CN;
|
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
color: #1a1a1a;
|
|
color: #1a1a1a;
|
|
line-height: 26px;
|
|
line-height: 26px;
|
|
@@ -313,8 +315,9 @@ export default {
|
|
height: 102px;
|
|
height: 102px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
position: fixed;
|
|
position: fixed;
|
|
- left: 130px;
|
|
|
|
|
|
+ left: 50%;
|
|
top: 150px;
|
|
top: 150px;
|
|
|
|
+ transform: translateX(-50%);
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|