Browse Source

修改类目(产品名称)

yangc 7 years ago
parent
commit
1e4167023f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      components/product/KindBox.vue

+ 4 - 4
components/product/KindBox.vue

@@ -2,7 +2,7 @@
   <div class="container" style="width:1190px;padding: 0;">
     <div style="background: #fff; z-index:10;">
       <div class="box-first">
-        <div class="box-item">类目:</div>
+        <div class="box-item">物料名称(类目):</div>
         <div class="box-kind">
           <ul id="letter-nav">
             <!--| orderBy : 'namelength'-->
@@ -156,15 +156,15 @@
   }
   .box-first .box-item {
     float: left;
-    width: 55px;
-    margin-left: 30px;
+    /*width: 55px;*/
+    margin-left: 15px;
     font-size: 14px;
     padding-top: 10px;
   }
   .box-first .box-kind {
     float: right;
     width: 1050px;
-    margin-left: 50px;
+    /*margin-left: 50px;*/
     font-size: 14px;
   }
   #letter-nav ul, #letter-nav li {