浏览代码

众筹帖子字体颜色改动

lalalashen 5 天之前
父节点
当前提交
0f8a3e1c58
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/crowdFunding/components/CrowdFundingItem/CrowdFundingItem.vue

+ 2 - 2
pages/crowdFunding/components/CrowdFundingItem/CrowdFundingItem.vue

@@ -80,11 +80,11 @@ export default {
       font-size: 20rpx;
       margin-top: 12rpx;
       .item-price {
-        color: #bdbdbd;
+        color: #999999;
         font-weight: 400;
       }
       .item-supporters {
-        color: #bdbdbd;
+        color: #999999;
         font-weight: 400;
       }
     }