You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

111 lines
1.3 KiB

  1. /*背景色*/
  2. .bg_color{
  3. background-color: #F0F2F6;
  4. }
  5. /*深绿 主色调*/
  6. .main_color{
  7. background-color: #5cc4bb;
  8. }
  9. .main_font_color{
  10. color: #5cc4bb;
  11. }
  12. .fontgreen_color{
  13. color: #5cc4bb;
  14. }
  15. /*字体浅灰色*/
  16. .lightgray_color{
  17. color: rgb(207,207,207);
  18. }
  19. /*字体中度灰色*/
  20. .commongray_color{
  21. color: #999999;
  22. }
  23. /*字体最浅灰色*/
  24. .light_color{
  25. color: #cccccc;
  26. }
  27. .layergray_bc{
  28. background-color: #999999;
  29. }
  30. .fontmiddle_color{
  31. color: #666666;
  32. }
  33. /*字体浅黑色*/
  34. .lightblack_color{
  35. color: #333333;
  36. }
  37. /*字体深黑色*/
  38. .darkblack_color{
  39. color: #1b1a20;
  40. }
  41. .white_color{
  42. color: #ffffff;
  43. }
  44. .white_bg_color{
  45. background-color: #ffffff;
  46. }
  47. /*黄色字体*/
  48. .yellow_color{
  49. color: #ffca50;
  50. }
  51. /*浅黄色背景*/
  52. .lightyellow_color{
  53. background-color: #fffee2;
  54. }
  55. /*layer层字体*/
  56. .layer_color{
  57. color: #50576e;
  58. }
  59. .white_bccolor{
  60. background-color: white;
  61. }
  62. /*layer层背景*/
  63. .layer_background{
  64. background-color: #ffffff;
  65. }
  66. /*待支付颜色*/
  67. .payred_color{
  68. color: #ff6d6d;
  69. }
  70. /*分割线颜色*/
  71. .line_color_b{
  72. border-bottom-color: #e5e5e5;
  73. }
  74. .line_color_t{
  75. border-top-color: #e5e5e5;
  76. }
  77. .font_blue_color{
  78. color: #0076ff;
  79. }
  80. /*余票紧张*/
  81. .red_font{
  82. color: #ff6d6d;
  83. }
  84. /*余票充足*/
  85. .grey_font{
  86. color: #666666;
  87. }
  88. .ui_line_b_d{
  89. border-bottom: 1px dashed #e5e5e5;
  90. }
  91. .ui_line_a_c{
  92. border: 1px solid #666666;
  93. }