Browse Source

chore[litemall-vue]: 样式微调

Junling Bu 6 years ago
parent
commit
36085337d8
1 changed files with 5 additions and 5 deletions
  1. 5 5
      litemall-vue/src/views/home/tabbar-home.vue

+ 5 - 5
litemall-vue/src/views/home/tabbar-home.vue

@@ -267,17 +267,17 @@ export default {
 
 .goods-channel img {
   display: block;
-  width: 30px;
-  height: 30px;
+  width: 20px;
+  height: 20px;
   margin: 0 auto;
 }
 
 .goods-channel span {
   display: block;
-  font-size: 15px;
+  font-size: 14px;
   text-align: center;
-  margin: 0 auto;
-  line-height: 1;
+  margin-top: 5px;
+  margin-bottom: 10px;
   color: #333;
 }
 .van-coupon-cell--selected {