Browse Source

样式调整

hangb 7 years ago
parent
commit
4b4991242f

+ 3 - 0
components/brandCenter/BrandIndex.vue

@@ -364,6 +364,7 @@
         height: 229px;
         border-radius: 5px;
         background: #fff;
+        margin-bottom: 120px;
         /*border: solid 1px rgba(210, 210, 210, 0.8);*/
         .item {
           overflow: hidden;
@@ -669,6 +670,8 @@
         >div.empty-remind{
           text-align: center;
           margin: 20px 0;
+          margin-top: 495px;
+          font-size: 20px;
         }
       }
       .page-wrap {

+ 1 - 0
components/provider/RecommendStoreShow.vue

@@ -38,6 +38,7 @@ export default {
       float: left;
       margin-right: 15px;
       width: 220px;
+      margin-bottom: 80px;
     }
     .search {
       width: 955px;

+ 6 - 2
components/provider/Suppliers.vue

@@ -36,8 +36,8 @@
             <a :href="'/store/' + store.uuid" target="_blank"><button class="btn btn-primary">进入店铺</button></a>
           </td>
         </tr>
-        <tr v-if="!stores.content || stores.content.length == 0">
-          <td colspan="10" class="text-center" style="line-height: 40px; font-size: 20px;">
+        <tr v-if="!stores.content || stores.content.length == 0" class="no-content">
+          <td colspan="10" class="text-center" style="line-height: 1125px; font-size: 20px;">
             <i class="fa fa-smile-o fa-lg"></i> 暂无店铺信息
           </td>
         </tr>
@@ -284,6 +284,10 @@ export default {
   #store-list table>tbody tr:first-child:hover{
     box-shadow: none;
     cursor: default ;
+  }
+  #store-list table>tbody tr.no-content:hover{
+    box-shadow: none;
+    cursor: default ;
   }
 	#store-list table>tbody tr td{
 		padding: 15px;