Browse Source

空状态界面验收调整

wangcz 8 years ago
parent
commit
822613e401
1 changed files with 17 additions and 6 deletions
  1. 17 6
      components/search/GoodList.vue

+ 17 - 6
components/search/GoodList.vue

@@ -685,27 +685,38 @@
   }
 
 /**/
-.product-list .empty{
+.product-list tbody>tr .empty{
   overflow: hidden;
   margin: 0!important;
   height:130px;
   display:inline-flex;
   align-items: center;
 }
-.product-list .empty-info{
+.product-list tbody>tr .empty .empty-img{
+  margin:0;
+  border:0;
+  min-width:143px;
+  min-height:72px;
+}
+.product-list tbody>tr .empty .empty-img img {
+  margin: 0;
+  border: 0;
+  min-width: 143px;
+  min-height: 72px;
+}
+.product-list tbody>tr .empty-info{
   line-height: 14px;
   width: 143px;
 }
-.product-list .grey{
+.product-list tbody>tr .grey{
   color: #999;
   font-size: 14px;
 }
-.product-list .empty .empty-info>a{
+.product-list tbody>tr .empty .empty-info>a{
   font-size: 14px;
   color: #5078cb;
 }
-.product-list .empty .empty-info i{
+.product-list tbody>tr .empty .empty-info i{
   margin-right:5px;
 }
-
 </style>