site.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. body {
  2. font-size: 14px;
  3. }
  4. .skin-blue .main-header .navbar {
  5. background-color: #001529;
  6. }
  7. .skin-blue .main-header .navbar .sidebar-toggle:hover {
  8. background-color: #001529;
  9. }
  10. .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  11. background-color: #001529;
  12. }
  13. .skin-blue .main-header .logo {
  14. background-color: #001529;
  15. }
  16. .skin-blue .main-header .logo {
  17. background-color: #001529;
  18. }
  19. .skin-blue .main-header .logo:hover {
  20. background-color: #001529;
  21. }
  22. .box-body {
  23. background-color: #001529;
  24. color: #ffc039;
  25. padding: 0px;
  26. }
  27. .skin-blue .sidebar-menu > li.header {
  28. background-color: #001529;
  29. }
  30. .skin-blue .sidebar-menu > li.active > a {
  31. background-color: #001529;
  32. }
  33. .content-wrapper {
  34. background-color: #001529;
  35. }
  36. .box-header {
  37. background-color: #001529;
  38. }
  39. .box.box-primary {
  40. border-top-color: #001529;
  41. }
  42. .input-group-addon {
  43. font-size: 16px;
  44. }
  45. .datepicker {
  46. font-size: 16px;
  47. }
  48. .table {
  49. border: solid 1px #0b9afa;
  50. border-radius: 3px;
  51. border-collapse: separate;
  52. border-spacing: 0;
  53. padding: 1px;
  54. font-size: 1.3em;
  55. }
  56. .table-hover > tbody > tr:hover {
  57. background-color: #212e3a;
  58. }
  59. .table > thead > tr > th {
  60. background: #0b9afa;
  61. color: #fff;
  62. border: 1px solid #0b9afa;
  63. }
  64. .table > thead > tr > td {
  65. background: #0b9afa;
  66. }
  67. .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  68. text-align: center;
  69. padding: 14px;
  70. vertical-align: middle;
  71. text-align: center;
  72. border-top: 1px solid #212e3a;
  73. }
  74. .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  75. padding: 14px;
  76. }
  77. .box-footer {
  78. background-color: #001529;
  79. }
  80. .ztree * {
  81. color: #f5f5f5;
  82. font-size: 14px;
  83. }
  84. .ztree li a.curSelectedNode {
  85. background-color: #0b9afa;
  86. border-color: #0b9afa;
  87. }
  88. .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
  89. .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
  90. .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
  91. .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1,
  92. .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
  93. .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11,
  94. .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7,
  95. .col-xs-8, .col-xs-9 {
  96. padding-right: 2px;
  97. padding-left: 2px;
  98. }
  99. .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  100. background-color: #001529;
  101. }
  102. .state {
  103. width: 15px;
  104. height: 15px;
  105. display: inline-block;
  106. border-radius: 10px;
  107. background-color: gray;
  108. }
  109. .state-true {
  110. width: 15px;
  111. height: 15px;
  112. display: inline-block;
  113. border-radius: 10px;
  114. background-color: green;
  115. }
  116. .show {
  117. width: 300px;
  118. white-space: normal;
  119. word-break: break-all;
  120. overflow: hidden;
  121. }
  122. .total {
  123. font-weight: 600;
  124. }
  125. .form-control {
  126. border-radius: 3px;
  127. font-size: 16px;
  128. }
  129. .input-group .input-group-addon {
  130. border-radius: 3px 0px 0px 3px;
  131. }
  132. .echart-dev {
  133. border: 1px solid #0b9afa;
  134. padding-top: 10px;
  135. border-radius: 3px;
  136. }
  137. .title {
  138. text-align: center;
  139. font-size: 1.2em;
  140. }
  141. .echart-statistic {
  142. text-align: center;
  143. font-size: 1.2em;
  144. }
  145. .echart-statistic span {
  146. padding: 5px;
  147. }
  148. .over {
  149. width: 90%;
  150. height: 650px;
  151. overflow: auto;
  152. }
  153. .over::-webkit-scrollbar-thumb {
  154. border-radius: 3px;
  155. background-color: #0b9afa;
  156. }
  157. .over::-webkit-scrollbar {
  158. border-radius: 3px;
  159. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  160. background: #001529;
  161. width: 2px;
  162. height: 2px;
  163. }
  164. .over::-webkit-scrollbar-track {
  165. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  166. border-radius: 0;
  167. background: #001529;
  168. }
  169. .return-verview-a {
  170. color: #FCC439;
  171. cursor: pointer;
  172. text-decoration: underline;
  173. }
  174. .echarts-keyinfo {
  175. font-size: 1.2em;
  176. }
  177. .cim-div {
  178. border: 1px solid #0b9afa;
  179. border-radius: 3px;
  180. padding: 10px;
  181. margin: 4px;
  182. font-size: 1.2em;
  183. }
  184. .cim-change-shift-div {
  185. border: 1px solid #0b9afa;
  186. border-radius: 3px;
  187. padding: 10px;
  188. margin: 4px;
  189. font-size: 1.2em;
  190. }
  191. .main-header {
  192. width: 100%;
  193. position: fixed;
  194. top: 0px;
  195. left: 0px;
  196. z-index: 9000;
  197. background-color: #001529
  198. }
  199. .main-sidebar {
  200. width: 200px;
  201. position: fixed;
  202. top: 50px;
  203. left: 0px;
  204. z-index: 9000;
  205. background-color: #001529
  206. }
  207. .content-wrapper {
  208. margin-top: 50px;
  209. }
  210. .modal-open .modal {
  211. z-index: 9999;
  212. }
  213. .box.box-primary {
  214. background-color: #001529;
  215. }
  216. ul li {
  217. list-style: none;
  218. }
  219. .lineMonthDataTable1 {
  220. font-size: 1.2em;
  221. width: 400px;
  222. overflow-x: scroll;
  223. text-align: center;
  224. }
  225. .lineMonthDataTable2 {
  226. padding-left: 15px;
  227. font-size: 1.2em;
  228. overflow-x: scroll;
  229. text-align: center;
  230. }
  231. .lineMonthDataTable1 td {
  232. padding: 5px;
  233. }
  234. .lineMonthDataTable2 td {
  235. padding: 5px;
  236. }
  237. .badge {
  238. font-size: 16px;
  239. min-width: 90px;
  240. border-radius: 5px;
  241. }
  242. .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  243. color: black !important
  244. }