main.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. .book-list{
  29. padding: 0;
  30. margin: 0;
  31. height: 285px;
  32. overflow-y: auto;
  33. }
  34. .book-list dt{
  35. padding:5px 0 5px 5px;
  36. background-color: #f2f2f2;
  37. }
  38. .book-list dd{
  39. padding-left:15px;
  40. cursor: pointer;
  41. }
  42. .book-list dd:hover{
  43. background-color: #f2f2f2
  44. }
  45. .dd-content {
  46. display: none;
  47. }
  48. .bg-new-advance{
  49. background: rgba(241, 82, 91, 0.08) !important;
  50. }
  51. .bg-new-ledger{
  52. background: rgba(250, 140, 22, 0.08) !important;
  53. }
  54. .bg-new-revise{
  55. background: rgba(251, 182, 45, 0.08) !important;
  56. }
  57. .bg-new-stage{
  58. background: rgba(82, 196, 26, 0.08) !important;
  59. }
  60. .bg-new-changeProject{
  61. background: rgba(51, 119, 255, 0.08) !important;
  62. }
  63. .bg-new-changePlan{
  64. background: rgba(114, 46, 209, 0.08) !important;
  65. }
  66. .bg-new-change{
  67. background: rgba(22, 208, 208, 0.08) !important;
  68. }
  69. .bg-new-changeApply{
  70. background: rgba(41, 58, 210, 0.08) !important;
  71. }
  72. .bg-new-material{
  73. background: rgba(187, 41, 210, 0.08) !important;
  74. }
  75. .bg-new-payment{
  76. background: rgba(128, 128, 0, 0.08) !important;
  77. }
  78. .bg-new-financial{
  79. background: rgba(58, 88, 50, 0.08) !important;
  80. }
  81. .bg-new-inspection{
  82. background: rgba(158, 88, 80, 0.08) !important;
  83. }
  84. .text-new-advance{
  85. color: rgba(241, 82, 91, 1) !important;
  86. }
  87. .text-new-ledger{
  88. color: rgba(250, 140, 22, 1) !important;
  89. }
  90. .text-new-revise{
  91. color: rgba(251, 182, 45, 1) !important;
  92. }
  93. .text-new-stage{
  94. color: rgba(82, 196, 26, 1) !important;
  95. }
  96. .text-new-changeProject{
  97. color: rgba(51, 119, 255, 1) !important;
  98. }
  99. .text-new-changePlan{
  100. color: rgba(114, 46, 209, 1) !important;
  101. }
  102. .text-new-change{
  103. color: rgba(22, 208, 208, 1) !important;
  104. }
  105. .text-new-changeApply{
  106. color: rgba(41, 58, 210, 1) !important;
  107. }
  108. .text-new-material{
  109. color: rgba(187, 41, 210, 1); !important;
  110. }
  111. .text-new-payment{
  112. color: rgba(128, 128, 0, 1) !important;
  113. }
  114. .text-new-financial{
  115. color: rgba(58, 88, 50, 1) !important;
  116. }
  117. .text-new-inspection{
  118. color: rgba(158, 58, 80, 1) !important;
  119. }