소스 검색

众筹帖子字体颜色改动

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