color.wxss 604 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .black {
  2. color: #000 !important;
  3. }
  4. .c1 {
  5. color: #111 !important;
  6. }
  7. .c2 {
  8. color: #222 !important;
  9. }
  10. .c3 {
  11. color: #333 !important;
  12. }
  13. .c4 {
  14. color: #444 !important;
  15. }
  16. .c5 {
  17. color: #555 !important;
  18. }
  19. .c6 {
  20. color: #666 !important;
  21. }
  22. .c7 {
  23. color: #777 !important;
  24. }
  25. .c8 {
  26. color: #888 !important;
  27. }
  28. .c9 {
  29. color: #999 !important;
  30. }
  31. .ca {
  32. color: #aaa !important;
  33. }
  34. .cb {
  35. color: #bbb !important;
  36. }
  37. .cc {
  38. color: #ccc !important;
  39. }
  40. .cd {
  41. color: #ddd !important;
  42. }
  43. .ce {
  44. color: #eee !important;
  45. }
  46. .white,
  47. .cf {
  48. color: #fff !important;
  49. }
  50. .red {
  51. color: red !important;
  52. }