Selaa lähdekoodia

店铺样式调整

hangb 7 vuotta sitten
vanhempi
commit
65da950b8e

+ 6 - 0
components/brandCenter/BrandIndex.vue

@@ -434,6 +434,10 @@
            width: 56px;
            padding-left: 3px;
          }
+        &:last-child a.active{
+           width: 56px;
+           padding-left: 3px;
+         }
       }
     }
     .brand-center-index-list {
@@ -600,6 +604,8 @@
               line-height: 20px;
               color: #323232;
               font-size: 14px;
+              overflow: hidden;
+              text-overflow: ellipsis;
               &:nth-child(2) {
                 font-size: 12px;
               }

+ 3 - 1
components/brandCenter/RecommendBrand.vue

@@ -134,7 +134,7 @@
   .recommend-brand {
     width: 1190px;
     margin: 0 auto;
-    margin-top: 10px;
+    margin-top: 20px;
     .brand-content{
       overflow: hidden;
       .brand-index-tab {
@@ -317,5 +317,7 @@
     background-color: #2496f1;
     border-radius: 2px;
     color: #fff;
+    /*width: 56px;*/
+    /*padding-left: 3px;*/
   }
 </style>