index.wxss 322 B

123456789101112131415161718192021222324252627
  1. .zan-c-red {
  2. color: #f44 !important;
  3. }
  4. .zan-c-gray {
  5. color: #c9c9c9 !important;
  6. }
  7. .zan-c-gray-dark {
  8. color: #999 !important;
  9. }
  10. .zan-c-gray-darker {
  11. color: #666 !important;
  12. }
  13. .zan-c-black {
  14. color: #333 !important;
  15. }
  16. .zan-c-blue {
  17. color: #3283fa !important;
  18. }
  19. .zan-c-green {
  20. color: #44BB00 !important;
  21. }