Browse Source

器件选型顶部类目样式

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

+ 2 - 1
components/product/KindBox.vue

@@ -297,7 +297,7 @@
   .box-first .box-kind {
     height: 100px;
     font-size: 14px;
-    background-color: #f1f4fb;
+    /*background-color: #f1f4fb;*/
   }
   #letter-nav ul, #letter-nav li {
     list-style-type: none;
@@ -313,6 +313,7 @@
     text-overflow: ellipsis;
     white-space: nowrap;
     text-align: center;
+    background-color: #f1f4fb;
     &:hover{
       border-bottom: 1px solid #5079cb !important;
       background-color: #fff;