color.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. @charset "UTF-8";
  2. /*公共色*/
  3. .bg0 {
  4. background: none !important;
  5. }
  6. .baise {
  7. color: #ffffff;
  8. }
  9. .heise {
  10. color: #000000;
  11. }
  12. .huise111 {
  13. color: #111111;
  14. }
  15. .huise222 {
  16. color: #222222;
  17. }
  18. .huise333 {
  19. color: #333333;
  20. }
  21. .huise444 {
  22. color: #444444;
  23. }
  24. .huise555 {
  25. color: #555555;
  26. }
  27. .huise666 {
  28. color: #666666;
  29. }
  30. .huise777 {
  31. color: #777777;
  32. }
  33. .huise888 {
  34. color: #888888;
  35. }
  36. .huise999 {
  37. color: #999999;
  38. }
  39. .huiseccc {
  40. color: #CCCCCC;
  41. }
  42. .bgbaise {
  43. background: #ffffff !important;
  44. }
  45. .bgheise {
  46. background: #000000;
  47. }
  48. .bghuisef1 {
  49. background: #f1f1f1;
  50. }
  51. .bghuisef2 {
  52. background: #f2f2f2;
  53. }
  54. .bghuisef3 {
  55. background: #f3f3f3;
  56. }
  57. .bghuisef4 {
  58. background: #f4f4f4;
  59. }
  60. .bghuisef5 {
  61. background: #f5f5f5;
  62. }
  63. .bghuisef6 {
  64. background: #f6f6f6;
  65. }
  66. .bghuisef7 {
  67. background: #f7f7f7;
  68. }
  69. .bghuisef8 {
  70. background: #f8f8f8;
  71. }
  72. .bghuisef9 {
  73. background: #f9f9f9;
  74. }
  75. .bghuiseeee {
  76. background: #eeeeee;
  77. }
  78. .bghuiseccc {
  79. background: #cccccc;
  80. }
  81. .bghuise111 {
  82. background: #111111;
  83. }
  84. .bghuise222 {
  85. background: #222222;
  86. }
  87. .bghuise333 {
  88. background: #333333;
  89. }
  90. .bghuise444 {
  91. background: #444444;
  92. }
  93. .bghuise555 {
  94. background: #555555;
  95. }
  96. .bghuise666 {
  97. background: #666666;
  98. }
  99. .bghuise777 {
  100. background: #777777;
  101. }
  102. .bghuise888 {
  103. background: #888888;
  104. }
  105. .bghuise999 {
  106. background: #999999;
  107. }
  108. .bghuiseccc {
  109. background: #cccccc;
  110. }
  111. .huiseef {
  112. color: #efefef;
  113. }
  114. .bghuiseef,
  115. .bgef {
  116. background: #efefef;
  117. }
  118. .bge5e5 {
  119. background: #e5e5e5;
  120. }
  121. /*结束*/
  122. .Impact{font-family: Impact;}
  123. .lanse{color: #009eff;}