浏览代码

修改空状态界面不齐的问题

Administrator 7 年之前
父节点
当前提交
6961c9a4a8
共有 1 个文件被更改,包括 2 次插入80 次删除
  1. 2 80
      components/applyPurchase/ApplyInfo.vue

+ 2 - 80
components/applyPurchase/ApplyInfo.vue

@@ -419,7 +419,6 @@ export default {
           background: #2496f1;
           text-align: center;
           margin: 0 6px 0 -1px;
-          /*vertical-align: middle;*/
           border: {
             top-right-radius: 3px;
             bottom-right-radius: 3px;
@@ -434,67 +433,6 @@ export default {
           text-align: center;
           display: inline-block;
         }
-        > div {
-          float: right;
-          height: 33px;
-          line-height: 33px;
-          > input {
-            width: 241px;
-            height: 33px;
-            line-height: 33px;
-            font-size: 13px;
-            border: {
-              top-right-radius: 0;
-              bottom-right-radius: 0;
-            }
-          }
-          > span {
-            display: inline-block;
-            width: 69px;
-            color: #fff;
-            background: #2496f1;
-            text-align: center;
-            margin: 0 6px 0 -1px;
-            height: 33px;
-            /*vertical-align: middle;*/
-            border: {
-              top-right-radius: 3px;
-              bottom-right-radius: 3px;
-            }
-            cursor: pointer;
-          }
-          &:nth-child(2) {
-            width: 106px;
-          }
-          &:nth-child(3) {
-            width: 200px;
-          }
-          &:nth-child(4) {
-            width: 174px;
-          }
-          &:nth-child(5) {
-            width: 152px;
-          }
-          &:nth-child(6) {
-            width: 158px;
-          }
-          &:nth-child(7) {
-            width: 180px;
-            margin-left: 30px;
-          }
-        }
-      }
-
-      .empty {
-        text-align: center;
-        height: 1235px;
-        line-height: 250px;
-        border: 1px solid #e8e8e8;
-        margin-bottom: 10px;
-        span {
-          color: #999;
-          margin-left: 10px;
-        }
       }
     }
     .apply-info-list {
@@ -663,11 +601,6 @@ export default {
                   background: #2496f1;
                   border-radius: 3px;
                   cursor: pointer;
-                  /*  &:first-child {
-                        background: #ffa200;
-                        float: left;
-                        margin-top: 19px;
-                      }*/
                 }
                 .is-say-price {
                   display: inline-block;
@@ -678,14 +611,6 @@ export default {
                   }
                 }
               }
-              .sharescancodekuang {
-                // width: 100%;
-                // height: 220px;
-                // position: absolute;
-                // top: 115px;
-                // left: 0px;
-                // background: rgba(0, 0, 0, 0);
-              }
               .sharescancode {
                 position: absolute;
                 background: url('/images/mobile/@2x/purChase/codebg.png');
@@ -800,9 +725,6 @@ export default {
               margin-right: 2px;
             }
           }
-          /*.say-price {*/
-          /*display: block;*/
-          /*}*/
         &:last-child{
             border-bottom: none;
          }
@@ -850,8 +772,8 @@ export default {
   }
   .empty{
     text-align: center;
-    height: 200px;
-    line-height: 200px;
+    height: 1235px;
+    line-height: 250px;
     border: 1px solid #e8e8e8;
     margin-bottom: 10px;
     span {