main.css 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /*bootstrap 初始化*/
  2. .bg-dark{
  3. background-color:#192948!important;
  4. }
  5. .pb-6,.py-6{
  6. padding-bottom: 4.5rem !important;
  7. }
  8. .pt-6,.py-6{
  9. padding-top: 4.5rem !important;
  10. }
  11. /**/
  12. .login-body{
  13. background: linear-gradient(#192948,#33425b)
  14. }
  15. .in-1{padding-left:5px!important}
  16. .in-2{padding-left:21px!important}
  17. .in-3{padding-left:42px!important}
  18. .in-4{padding-left:63px!important}
  19. .in-5{padding-left:84px!important}
  20. .in-6{padding-left:105px!important}
  21. .bg-gray {
  22. background-color: #bbb !important;
  23. }
  24. input.form-control[readonly],textarea.form-control[readonly] {
  25. border: none;
  26. background: #f1f1f1;
  27. }
  28. .bg-new-advance{
  29. background: rgba(241, 82, 91, 0.08) !important;
  30. }
  31. .bg-new-ledger{
  32. background: rgba(250, 140, 22, 0.08) !important;
  33. }
  34. .bg-new-revise{
  35. background: rgba(251, 182, 45, 0.08) !important;
  36. }
  37. .bg-new-stage{
  38. background: rgba(82, 196, 26, 0.08) !important;
  39. }
  40. .bg-new-changeProject{
  41. background: rgba(51, 119, 255, 0.08) !important;
  42. }
  43. .bg-new-changePlan{
  44. background: rgba(114, 46, 209, 0.08) !important;
  45. }
  46. .bg-new-change{
  47. background: rgba(22, 208, 208, 0.08) !important;
  48. }
  49. .bg-new-changeApply{
  50. background: rgba(41, 58, 210, 0.08) !important;
  51. }
  52. .bg-new-material{
  53. background: rgba(187, 41, 210, 0.08) !important;
  54. }
  55. .bg-new-payment{
  56. background: rgba(128, 128, 0, 0.08) !important;
  57. }
  58. .bg-new-financial{
  59. background: rgba(58, 88, 50, 0.08) !important;
  60. }
  61. .text-new-advance{
  62. color: rgba(241, 82, 91, 1) !important;
  63. }
  64. .text-new-ledger{
  65. color: rgba(250, 140, 22, 1) !important;
  66. }
  67. .text-new-revise{
  68. color: rgba(251, 182, 45, 1) !important;
  69. }
  70. .text-new-stage{
  71. color: rgba(82, 196, 26, 1) !important;
  72. }
  73. .text-new-changeProject{
  74. color: rgba(51, 119, 255, 1) !important;
  75. }
  76. .text-new-changePlan{
  77. color: rgba(114, 46, 209, 1) !important;
  78. }
  79. .text-new-change{
  80. color: rgba(22, 208, 208, 1) !important;
  81. }
  82. .text-new-changeApply{
  83. color: rgba(41, 58, 210, 1) !important;
  84. }
  85. .text-new-material{
  86. color: rgba(187, 41, 210, 1); !important;
  87. }
  88. .text-new-payment{
  89. color: rgba(128, 128, 0, 1) !important;
  90. }
  91. .text-new-financial{
  92. color: rgba(58, 88, 50, 1) !important;
  93. }