Browse Source

众筹帖子字体颜色改动

lalalashen 5 days ago
parent
commit
0f8a3e1c58

+ 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;
       }
     }