panel.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. .sub_title {
  2. width: 96%;
  3. overflow: hidden;
  4. display: block;
  5. margin: 0 auto;
  6. margin-top: 10px;
  7. text-align: left;
  8. }
  9. .sub_title em {
  10. text-decoration: none;
  11. font-style: normal;
  12. }
  13. .container {
  14. width: 100%;
  15. overflow: hidden;
  16. display: block;
  17. margin: 0 auto;
  18. }
  19. .panel {
  20. width: 100%;
  21. overflow: hidden;
  22. display: block;
  23. margin: 0 auto;
  24. background: rgba(0,15,42,0.6);
  25. padding: 0px;
  26. border: none;
  27. }
  28. .panel /deep/ .el-col em {
  29. float: left;
  30. text-align: left;
  31. line-height: 35px;
  32. margin-right: 10px;
  33. font-style: normal;
  34. }
  35. .panel /deep/ .el-input {
  36. width: 150px;
  37. float: left;
  38. }
  39. .panel /deep/ .el-select {
  40. width: 150px;
  41. float: left;
  42. }
  43. .el-table--enable-row-hover .el-table__body tr:hover>td {
  44. background:rgba(27,86,200,0.77);
  45. }
  46. .el-table--striped .el-table__body tr.el-table__row--striped:hover>td {
  47. background:rgba(27,86,200,0.77);
  48. }
  49. .el-table--striped .el-table__body tr.el-table__row--striped td {
  50. background:rgba(27,86,200,0.14);
  51. }
  52. .has-gutter th {
  53. background: rgba(0,23,67,0.8)!important;
  54. font-weight: normal;
  55. }
  56. .panel /deep/ .el-input__inner {
  57. width: 150px;
  58. height: 30px;
  59. line-height: 30px;
  60. margin-top: 5px;
  61. border-radius: 0;
  62. float: left;
  63. padding-right: 22px;
  64. background: none;
  65. border: 1px solid #005EA2;
  66. color: #6DC1FF;
  67. }
  68. .panel /deep/ .el-input__inner::placeholder{
  69. color: #6DC1FF;
  70. }
  71. .panel /deep/ .el-date-editor--daterange {
  72. width: 280px;
  73. }
  74. .panel /deep/ .el-date-editor .el-range-separator {
  75. width: 30px;
  76. }
  77. .panel /deep/ .el-input {
  78. width: 150px;
  79. }
  80. .panel-title {
  81. width: 300px;
  82. display: block;
  83. float: left;
  84. text-align: left;
  85. color: #6DC1FF;
  86. font-size: 18px;
  87. font-weight: normal;
  88. margin-left: 39px;
  89. }
  90. .panel .panel_control {
  91. width: 100%;
  92. overflow: hidden;
  93. display: block;
  94. margin: 0 auto;
  95. background: rgba(27,86,200,0.14);
  96. padding: 29px 39px;
  97. color: #6DC1FF;
  98. }
  99. .el-card__body {
  100. padding: 0;
  101. }
  102. .panel .panel_control em {
  103. width: 70px;
  104. float: left;
  105. text-align: right;
  106. }
  107. .table_container {
  108. width: 100%;
  109. overflow: hidden;
  110. margin-top: 5px;
  111. margin-bottom: 10px;
  112. background:none ;
  113. float: left;
  114. padding: 10px;
  115. }
  116. .el-table th, .el-table tr {
  117. background: none;
  118. color: #6DC1FF;
  119. }
  120. .el-table, .el-table__expanded-cell {
  121. background: none;
  122. }
  123. .el-table td, .el-table th.is-leaf {
  124. border: none;
  125. }
  126. .el-table--border::after, .el-table--group::after, .el-table::before {
  127. background: none;
  128. }
  129. .table_container /deep/ .el-input .el-input__inner {
  130. height: 30px;
  131. line-height: 30px;
  132. width: 100px;
  133. padding-right: 22px;
  134. background: none;
  135. }
  136. .table_container /deep/ .el-select .el-input__inner {
  137. height: 30px;
  138. line-height: 30px;
  139. width: 70px;
  140. padding-right: 22px;
  141. background: none;
  142. }
  143. .dataTables_length {
  144. width: 380px;
  145. float: left;
  146. margin-bottom: 10px;
  147. margin-right: 10px;
  148. text-align: left;
  149. font-size: 14px;
  150. }
  151. .dataTables_length /deep/ .el-input {
  152. width: 100px;
  153. }
  154. .modal {
  155. display: block !important;
  156. }
  157. .modal ul, .modal li {
  158. margin: 0;
  159. padding: 0;
  160. list-style: none;
  161. }
  162. .modal li {
  163. width: 100%;
  164. overflow: hidden;
  165. display: block;
  166. margin: 0 auto;
  167. height: 24px;
  168. line-height: 24px;
  169. text-align: left;
  170. }
  171. /deep/ .form-horizontal .col-sm-5 .el-select {
  172. width: 100%;
  173. }
  174. /deep/ .form-horizontal .col-sm-5 .el-input {
  175. width: 100%;
  176. }
  177. /deep/ .el-input-number {
  178. width: 100%;
  179. }
  180. .large {
  181. width: 100%;
  182. overflow: hidden;
  183. display: block;
  184. margin: 0 auto;
  185. }
  186. #pages {
  187. position: absolute;
  188. top: 0;
  189. bottom: 0;
  190. left: 0;
  191. right: 0;
  192. width: 100%;
  193. height: 100%;
  194. overflow: hidden;
  195. overflow-y: scroll;
  196. display: block;
  197. margin: 0 auto;
  198. background-color: #F2F2F2;
  199. padding-bottom: 30px;
  200. }
  201. /*eldialog*/
  202. .el-dialog__body .form-group {
  203. width: 100%;
  204. overflow: hidden;
  205. display: block;
  206. margin: 0 auto;
  207. margin-bottom: 10px;
  208. }
  209. /deep/ .el-dialog__body em {
  210. width: 90px;
  211. height: 40px;
  212. line-height: 40px;
  213. text-align: right;
  214. float: left;
  215. font-style: normal;
  216. }
  217. /deep/ .el-dialog__body .el-input {
  218. width: 70%;
  219. float: left;
  220. }
  221. /deep/ .el-dialog__body .panel_select {
  222. width: 70%;
  223. float: left;
  224. }
  225. /deep/ .el-dialog__body .panel_select .el-input--suffix {
  226. width: 100%;
  227. float: left;
  228. }
  229. /deep/ .el-dialog__body .el-textarea {
  230. width: 70%;
  231. float: left;
  232. }
  233. .table_container .pull-right {
  234. margin-left: 10px;
  235. }
  236. /deep/ .el-table td, .el-table th {
  237. padding: 5px;
  238. }
  239. .mid_time {
  240. float: left;
  241. margin-left: 5px;
  242. margin-right: 5px;
  243. line-height: 35px;
  244. }
  245. .red {
  246. color: red;
  247. }
  248. .green {
  249. color: #67c23a;
  250. }
  251. .yellow {
  252. color: yellow;
  253. }
  254. .red_icon {
  255. background:red ;
  256. }
  257. .red_green {
  258. background:#67c23a ;
  259. }
  260. .el-dialog__body em {
  261. width: 70px;
  262. float: left;
  263. margin-left: 10px;
  264. text-align: right;
  265. margin-right: 10px;
  266. }
  267. .el-dialog__body .el-col {
  268. width: 100%;
  269. overflow: hidden;
  270. display: block;
  271. margin: 0 auto;
  272. margin-bottom: 10px;
  273. }
  274. /deep/ .el-button--primary.is-active, .el-button--primary:active,/deep/ .el-button--primary {
  275. background: none;
  276. border: 1px solid #005EA2;
  277. color: #6DC1FF;
  278. }
  279. .el-button--primary {
  280. background: none;
  281. border: 1px solid #005EA2;
  282. color: #6DC1FF;
  283. }
  284. .el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.disabled {
  285. color: #6DC1FF;
  286. }
  287. .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  288. background-color: #061B44;
  289. }
  290. .el-pagination__jump {
  291. display: none!important;
  292. }
  293. .el-pagination.is-background .el-pager li:not(.disabled).active {
  294. color: #002540;
  295. background-color: #6DC1FF;
  296. }
  297. .el-pagination__total {
  298. color: #6DC1FF;
  299. }
  300. .tabs {
  301. width: 100%;
  302. overflow: hidden;
  303. display: block;
  304. margin: 0 auto;
  305. }
  306. .tabs ul {
  307. width: 600px;
  308. overflow: hidden;
  309. display: block;
  310. margin: 0 auto;
  311. margin-top: 10px;
  312. margin-bottom: 10px;
  313. }
  314. .tabs li {
  315. width: 164px;
  316. height: 36px;
  317. font-size: 16px;
  318. line-height: 36px;
  319. color: #6DC1FF;
  320. float: left;
  321. text-align: center;
  322. cursor: pointer;
  323. list-style: none;
  324. }
  325. .tabs li.active {
  326. background: url("../../assets/img/op_title.png")top center no-repeat;
  327. background-size: 100%;
  328. }
  329. .el-date-editor .el-range__icon {
  330. display: none;
  331. }
  332. .el-date-editor .el-range-input {
  333. background: none;
  334. color: #6DC1FF;
  335. }
  336. .el-date-editor .el-range-input::placeholder {
  337. color: #5391c1;
  338. }
  339. .panel /deep/ .el-date-editor .el-range-separator {
  340. color: #6DC1FF;
  341. line-height: 20px;
  342. }
  343. .el-date-editor .el-range__close-icon {
  344. position: relative;
  345. top: -5px;
  346. }
  347. .el-select .el-input .el-select__caret {
  348. line-height: 30px;
  349. }
  350. .contorl {
  351. /*width: 100%;*/
  352. overflow: hidden;
  353. display: block;
  354. margin: 0 auto;
  355. padding: 25px;
  356. padding-left: 55px;
  357. }
  358. .contorl .el-button {
  359. width: 98px;
  360. height: 30px;
  361. float: left;
  362. }
  363. .yellow {
  364. color:#FFDD00 ;
  365. }
  366. .red {
  367. color: red;
  368. }
  369. /deep/ .red {
  370. color: red;
  371. }
  372. /deep/ .el-table__empty-text {
  373. color: #015B9E;
  374. }