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.
 
 
 
 
 

101 lines
1.2 KiB

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