Explorar el Código

五常h5空地址页面修改和字体删除

zhangjinxing hace 3 años
padre
commit
d7609c8f45
Se han modificado 4 ficheros con 3 adiciones y 16 borrados
  1. 3 10
      src/views/address/index.vue
  2. 0 3
      src/views/live/index.vue
  3. 0 2
      src/views/login/index.vue
  4. 0 1
      src/views/my/index.vue

+ 3 - 10
src/views/address/index.vue

@@ -18,7 +18,7 @@
       @edit="onEdit"
     />
     <div class="addr-null"
-    v-show="isShowAddrNull"
+    v-if="isShowAddrNull"
     >
       <img src="@/assets/images/home/addr-null.png" alt="">
       <div class="addr-null-title">暂无地址~</div>
@@ -161,8 +161,6 @@ export default {
             return v1;
           });
           this.list.push(...arr);//把arr数组解构放到list列表渲染
-          console.log(this.list.length);
-          console.log(this.isShowAddrNull);
           if(this.list.length != 0){
             this.isShowAddrNull = false;
           }else{
@@ -221,7 +219,6 @@ export default {
     width: 72px;
     height: 17px;
     font-size: 18px;
-    font-family: Source Han Sans CN;
     font-weight: 500;
     color: #1A1A1A;
     line-height: 16px;
@@ -232,7 +229,6 @@ export default {
   width: 100%;
   height: 15px;
   font-size: 15px;
-  font-family: Source Han Sans CN;
   font-weight: 500;
   color: #333333;
   line-height: 6px;
@@ -242,7 +238,6 @@ export default {
   width: 247px;
   height: 13px;
   font-size: 13px;
-  font-family: Source Han Sans CN;
   font-weight: 400;
   color: #999999;
   line-height: 13px;
@@ -252,7 +247,6 @@ export default {
   width: 100%;
   height: 22px;
   font-size: 15px;
-  font-family: DIN;
   font-weight: 500;
   color: #333333;
   line-height: 12px;
@@ -278,7 +272,6 @@ export default {
   border-radius: 15px;
   text-align: center;
   font-size: 10px;
-  font-family: Source Han Sans CN;
   font-weight: 400;
   color: #333333;
   line-height: 15px;
@@ -298,7 +291,6 @@ export default {
   width: 107px;
   height: 17px;
   font-size: 18px;
-  font-family: Source Han Sans CN;
   font-weight: 500;
   color: #1A1A1A;
   line-height: 26px;
@@ -309,8 +301,9 @@ export default {
   height: 102px;
   box-sizing: border-box;
   position: fixed;
-  left: 130px;
+  left: 50%;
   top: 150px;
+  transform: translateX(-50%);
   text-align: center;
   font-size: 12px;
   font-weight: 400;

+ 0 - 3
src/views/live/index.vue

@@ -192,7 +192,6 @@ export default {
     width: 100%;
     height: 30px;
     font-size: 20px;
-    font-family: Source Han Sans CN;
     font-weight: 600;
     color: #1A1A1A;
     line-height: 30px;
@@ -203,7 +202,6 @@ export default {
     width: 100%;
     height: 20px;
     font-size: 14px;
-    font-family: Source Han Sans CN;
     font-weight: 400;
     color: #999999;
     line-height: 23px;
@@ -214,7 +212,6 @@ export default {
   width: 142px;
   height: 40px;
   font-size: 25px;
-  font-family: Source Han Sans CN;
   font-weight: 800;
   color: #1A1A1A;
   line-height: 40px;

+ 0 - 2
src/views/login/index.vue

@@ -238,7 +238,6 @@ export default {
         width: 81px;
         height: 37px;
         font-size: 20px;
-        // font-family: MF ShangHei (Noncommercial);
         font-weight: bold;
         color: #FFFFFF;
         line-height: 20px;
@@ -253,7 +252,6 @@ export default {
         width: 97px;
         height: 12px;
         font-size: 12px;
-        font-family: Source Han Sans CN;
         font-weight: 150;
         color: #FFFFFF;
         line-height: 3px;

+ 0 - 1
src/views/my/index.vue

@@ -333,7 +333,6 @@ export default {
   width: 110px;
   height: 26px;
   font-size: 14px;
-  font-family: Source Han Sans CN;
   font-weight: 600;
   color: #333333;
   line-height: 26px;