Browse Source

店铺产品最低价格变红色

hangb 7 years ago
parent
commit
ed81ecd3ce
1 changed files with 5 additions and 2 deletions
  1. 5 2
      components/store/home/CommodityList.vue

+ 5 - 2
components/store/home/CommodityList.vue

@@ -653,7 +653,7 @@
     padding-left: 20px;
   }
   #goodslist-content .goods span{
-    color: #f01010;
+    /*color: #f01010;*/
   }
   #goodslist-content .amount {
     width: 60%;
@@ -662,13 +662,16 @@
     text-align:left;
   }
   #goodslist-content .amount div:last-child{
-    color: #f01010;
+    /*color: #f01010;*/
   }
   #goodslist-content .price {
     width: 40%;
     float:right;
     text-align:left;
   }
+  #goodslist-content .price div:last-child{
+    color: #f01010;
+  }
   #goods-list-fragment .category-content a.selected-node,
   #goods-list-fragment .category-content ul.list-body li a.selected-node {
     color: #5078cb;