panel.css 7.7 KB

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