element-ui.scss 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892
  1. .el-collapse {
  2. .collapse__title {
  3. font-weight: 600;
  4. padding: 0 8px;
  5. font-size: 1.2em;
  6. line-height: 1.1em;
  7. }
  8. .el-collapse-item__content {
  9. padding: 0 8px;
  10. }
  11. }
  12. .el-divider--horizontal {
  13. margin-bottom: 10px;
  14. margin-top: 10px;
  15. }
  16. .el-breadcrumb__inner,
  17. .el-breadcrumb__inner a {
  18. font-weight: 400 !important;
  19. }
  20. .el-upload {
  21. input[type='file'] {
  22. display: none !important;
  23. }
  24. }
  25. .el-upload__input {
  26. display: none;
  27. }
  28. .cell {
  29. .el-tag {
  30. margin-right: 0px;
  31. }
  32. }
  33. .small-padding {
  34. .cell {
  35. padding-left: 5px;
  36. padding-right: 5px;
  37. }
  38. }
  39. .fixed-width {
  40. .el-button--mini {
  41. padding: 7px 10px;
  42. width: 60px;
  43. }
  44. }
  45. .status-col {
  46. .cell {
  47. padding: 0 10px;
  48. text-align: center;
  49. .el-tag {
  50. margin-right: 0px;
  51. }
  52. }
  53. }
  54. /*-------------Dialog-------------**/
  55. .el-overlay {
  56. overflow: hidden;
  57. .el-overlay-dialog {
  58. display: flex;
  59. align-items: center;
  60. justify-content: center;
  61. width: 100%;
  62. height: 100%;
  63. .el-dialog {
  64. margin: 0 auto !important;
  65. padding: 0 !important;
  66. .el-dialog__title {
  67. color: rgba(0, 0, 0, 0.85) !important;
  68. font-size: 16px !important;
  69. font-weight: bold;
  70. }
  71. .el-dialog__body {
  72. padding: 24px !important;
  73. }
  74. .el-dialog__header {
  75. padding: 13px 24.5px;
  76. box-sizing: border-box;
  77. border-bottom: 1px solid var(--brder-color);
  78. margin-right: 0;
  79. }
  80. .el-dialog__footer {
  81. padding-top: 0 !important;
  82. }
  83. }
  84. }
  85. }
  86. .dialog-footer {
  87. padding: 5px 10px !important;
  88. border-top: 1px solid #E8E8E8;
  89. display: flex;
  90. justify-content: center;
  91. }
  92. .el-dialog__body {
  93. max-height: calc(90vh - 111px) !important;
  94. overflow-y: auto;
  95. overflow-x: hidden;
  96. }
  97. // refine element ui upload
  98. .upload-container {
  99. .el-upload {
  100. width: 100%;
  101. .el-upload-dragger {
  102. width: 100%;
  103. height: 200px;
  104. }
  105. }
  106. }
  107. // dropdown
  108. .el-dropdown-menu {
  109. a {
  110. display: block;
  111. }
  112. }
  113. // fix date-picker ui bug in filter-item
  114. .el-range-editor.el-input__inner {
  115. display: inline-flex !important;
  116. }
  117. // to fix el-date-picker css style
  118. .el-range-separator {
  119. box-sizing: content-box;
  120. }
  121. .el-menu--collapse > div > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  122. display: none;
  123. }
  124. .el-dropdown .el-dropdown-link {
  125. color: var(--el-color-primary) !important;
  126. }
  127. /* 当 el-form 的 inline 属性为 true 时 */
  128. /* 设置 label 的宽度默认为 68px */
  129. .el-form--inline .el-form-item__label {
  130. width: 68px;
  131. }
  132. /* 设置 el-select 的宽度默认为 240px */
  133. .el-form--inline .el-select {
  134. width: 240px;
  135. }
  136. /* 设置 el-input 的宽度默认为 240px */
  137. .el-form--inline .el-input {
  138. width: 240px;
  139. }
  140. .el-select, .el-date-editor.el-input, .el-date-editor.el-input__wrapper, .el-input, .el-textarea {
  141. //width: 200px !important;
  142. .el-select__wrapper, .el-input__wrapper, .el-textarea__inner {
  143. border-radius: 2px;
  144. box-shadow: 0 0 0 1px #d9d9d9 inset;
  145. }
  146. }
  147. .el-button {
  148. border-radius: 2px !important;
  149. color: rgba(0, 0, 0, 0.65) !important;
  150. &:hover {
  151. border: 1px solid #65A3FF;
  152. color: #65A3FF !important;
  153. }
  154. &:active {
  155. color: #0067FF !important;
  156. border: 1px solid #0067FF;
  157. }
  158. &:disabled {
  159. color: rgba(90, 90, 90, 0.65) !important;
  160. border: 1px solid #E7E7E7;
  161. }
  162. }
  163. .el-button.el-button--primary {
  164. background-color: #2c81ff !important;
  165. border: 1px solid #2c81ff !important;
  166. color: #ffffff !important;
  167. &:hover {
  168. background-color: #65a3ff !important;
  169. border: 1px solid #65a3ff !important;
  170. color: #ffffff !important;
  171. }
  172. &:active {
  173. color: #ffffff !important;
  174. border-color: #0067ff !important;
  175. background-color: #0067ff !important;
  176. }
  177. &:disabled {
  178. color: #ffffff !important;
  179. background-color: #a6c6f7;
  180. border-color: #a6c6f7 !important;
  181. }
  182. }
  183. .el-button.el-button--danger {
  184. background-color: #FF2F3C !important;
  185. border: 1px solid #FF2F3C !important;
  186. color: #ffffff !important;
  187. &:hover {
  188. background-color: #ff7780 !important;
  189. border: 1px solid #ff7780 !important;
  190. color: #ffffff !important;
  191. }
  192. &:active {
  193. color: #ffffff !important;
  194. border-color: #ea2e3a !important;
  195. background-color: #ea2e3a !important;
  196. }
  197. &:disabled {
  198. color: #ffffff !important;
  199. background-color: #ec7880;
  200. border-color: #ec7880 !important;
  201. }
  202. }
  203. .el-button.el-button--success {
  204. background-color: #40c75f !important;
  205. border: 1px solid #40c75f !important;
  206. color: #ffffff !important;
  207. &:hover {
  208. background-color: #75e48e !important;
  209. border: 1px solid #75e48e !important;
  210. color: #ffffff !important;
  211. }
  212. &:active {
  213. color: #ffffff !important;
  214. border-color: #05b42d !important;
  215. background-color: #05b42d !important;
  216. }
  217. &:disabled {
  218. color: #ffffff !important;
  219. background-color: #8ad59b;
  220. border-color: #8ad59b !important;
  221. }
  222. }
  223. .el-button.el-button--warning {
  224. background-color: #ffaf00 !important;
  225. border: 1px solid #ffaf00 !important;
  226. color: #ffffff !important;
  227. &:hover {
  228. background-color: #ffd16c !important;
  229. border: 1px solid #ffd16c !important;
  230. color: #ffffff !important;
  231. }
  232. &:active {
  233. color: #ffffff !important;
  234. border-color: #e9a000 !important;
  235. background-color: #e9a000 !important;
  236. }
  237. &:disabled {
  238. color: #ffffff !important;
  239. background-color: #e6c273;
  240. border-color: #e6c273 !important;
  241. }
  242. }
  243. .el-button--warning.is-link, .el-button--warning.is-plain, .el-button--warning.is-text {
  244. color: #e6a23c !important;
  245. }
  246. .el-button--success.is-link.is-disabled, .el-button--success.is-link.is-disabled:active, .el-button--success.is-link.is-disabled:focus, .el-button--success.is-link.is-disabled:hover, .el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:active, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-text.is-disabled, .el-button--success.is-text.is-disabled:active, .el-button--success.is-text.is-disabled:focus, .el-button--success.is-text.is-disabled:hover {
  247. color: #b3e19d !important;
  248. }
  249. .el-button--success.is-link, .el-button--success.is-plain, .el-button--success.is-text {
  250. color: #67c23a !important;
  251. }
  252. .el-button--danger.is-link.is-disabled:active, .el-button--danger.is-link.is-disabled:focus, .el-button--danger.is-link.is-disabled:hover, .el-button--danger.is-plain.is-disabled:active, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-text.is-disabled:active, .el-button--danger.is-text.is-disabled:focus, .el-button--danger.is-text.is-disabled:hover {
  253. color: #F90000 !important;
  254. }
  255. .el-button.is-plain {
  256. background-color: transparent !important;
  257. }
  258. .el-button--primary.is-link, .el-button--primary.is-plain, .el-button--primary.is-text {
  259. color: #2c81ff !important;
  260. background-color: #ffffff !important;
  261. }
  262. .el-button.el-button--primary.is-plain {
  263. color: #2C81FF !important;
  264. &:hover {
  265. background-color: #dce7f5 !important;
  266. }
  267. &:active {
  268. background-color: #cadcf6 !important;
  269. }
  270. &:disabled {
  271. border: 1px solid #2C81FF;
  272. background-color: #dbe6f5 !important;
  273. }
  274. }
  275. .el-button.el-button--danger.is-plain {
  276. color: #FF2F3C !important;
  277. &:hover {
  278. background-color: rgba(255, 47, 60, 0.1) !important;
  279. border: 1px solid #FF2F3C !important;
  280. }
  281. &:active {
  282. border: 1px solid #FF2F3C !important;
  283. background-color: rgba(255, 47, 60, 0.2) !important;
  284. }
  285. &:disabled {
  286. color: rgba(255, 47, 60, 0.3) !important;
  287. border: 1px solid rgba(255, 47, 60, 0.3) !important;
  288. background-color: rgba(255, 47, 60, 0.3) !important;
  289. }
  290. }
  291. .el-button.el-button--success.is-plain {
  292. color: #40c75f !important;
  293. &:hover {
  294. background-color: rgba(64, 199, 95, 0.1) !important;
  295. color: #40C75F !important;
  296. }
  297. &:active {
  298. background-color: #ceead6 !important;
  299. }
  300. &:disabled {
  301. color: rgba(64, 199, 95, 0.3) !important;
  302. border: 1px solid rgba(138, 213, 155, 0.3) !important;
  303. background-color: rgba(64, 199, 95, 0.3) !important;
  304. }
  305. }
  306. .el-button.el-button--warning.is-plain {
  307. color: #FFAF00 !important;
  308. &:hover {
  309. background-color: rgba(255, 175, 0, 0.1) !important;
  310. color: #FFAF00 !important;
  311. }
  312. &:active {
  313. background-color: #f4e5c3 !important;
  314. }
  315. &:disabled {
  316. color: rgba(255, 175, 0, 0.7) !important;
  317. border: 1px solid rgba(230, 194, 115, 0.3) !important;
  318. background-color: rgba(255, 175, 0, 0.3) !important;
  319. }
  320. }
  321. .el-form .el-form-item__label {
  322. font-weight: 400 !important;
  323. color: rgba(0, 0, 0, 0.85) !important;
  324. padding-right: 0 !important;
  325. }
  326. .el-checkbox__inner {
  327. width: 16px !important;
  328. height: 16px !important;
  329. border-color: rgba(0, 0, 0, 0.15) !important;
  330. }
  331. .el-checkbox__inner:after {
  332. top: 2px !important;
  333. left: 5px !important;
  334. }
  335. .el-checkbox__input.is-checked .el-checkbox__inner {
  336. background-color: #2c81ff !important;
  337. border-color: #2c81ff !important;
  338. border-radius: 2px;
  339. }
  340. .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  341. background-color: #ffffff !important;
  342. border-color: rgba(0, 0, 0, 0.15) !important;
  343. border-radius: 2px;
  344. &::before {
  345. width: 8px !important;
  346. height: 8px !important;
  347. background-color: #2c81ff !important;
  348. transform: unset !important;
  349. top: 3px !important;
  350. left: 3px !important;
  351. }
  352. }
  353. .el-table .el-table__inner-wrapper .el-table__header-wrapper th, .el-table .el-table__inner-wrapper .el-table__fixed-header-wrapper th {
  354. color: rgba(0, 0, 0, 0.85) !important;
  355. background-color: #fafafa !important;
  356. border-color: #E8E8E8 !important;
  357. font-weight: 500 !important;
  358. height: 55px !important;
  359. }
  360. .el-table--enable-row-transition .el-table__body td.el-table__cell {
  361. color: rgba(0, 0, 0, 0.65) !important;
  362. border-color: #E8E8E8 !important;
  363. height: 55px !important;
  364. }
  365. .el-pager li, .el-pagination.is-background .btn-next.is-disabled, .el-pagination.is-background .btn-prev.is-disabled, .el-pagination.is-background .el-pager li.is-disabled, .el-pagination.is-background .el-pager li:disabled, .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  366. width: 32px !important;
  367. height: 32px !important;
  368. background: #FFFFFF !important;
  369. border: 1px solid #D9D9D9 !important;
  370. border-radius: 2px !important;
  371. color: rgba(0, 0, 0, 0.65) !important;
  372. font-size: 14px !important;
  373. font-family: HelveticaNeue;
  374. &:hover {
  375. font-weight: normal !important;
  376. background-color: #2C81FF !important;
  377. border-color: #2C81FF !important;
  378. color: #ffffff !important;
  379. }
  380. }
  381. .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .btn-next:disabled {
  382. border-color: #D9D9D9 !important;
  383. background-color: #f5f7fa !important;
  384. color: #a8abb2 !important;
  385. &:hover {
  386. border-color: #D9D9D9 !important;
  387. background-color: #f5f7fa !important;
  388. color: #a8abb2 !important;
  389. }
  390. }
  391. .el-pagination.is-background .btn-next.is-active, .el-pagination.is-background .btn-prev.is-active, .el-pagination.is-background .el-pager li.is-active {
  392. font-weight: normal !important;
  393. background-color: #2C81FF !important;
  394. border-color: #2C81FF !important;
  395. color: #ffffff !important;
  396. }
  397. .el-pagination .el-select {
  398. width: 100px !important;
  399. }
  400. .pagination-container {
  401. margin-top: 5px !important;
  402. }
  403. .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
  404. margin-right: 0 !important;
  405. }
  406. .custom-popper {
  407. background: #081b41;
  408. border: 1px solid #126cf7;
  409. .el-select-dropdown__item {
  410. font-size: 14px;
  411. color: #eaf3fc;
  412. &:hover {
  413. color: #126cf7;
  414. font-weight: normal;
  415. background: #081b41;
  416. }
  417. }
  418. .el-select-dropdown__item.is-hovering {
  419. background: #081b41;
  420. }
  421. .el-select-dropdown__item.is-selected {
  422. color: #126cf7;
  423. font-weight: normal;
  424. background: #081b41;
  425. }
  426. }
  427. .custom-color-picker {
  428. .el-color-dropdown__link-btn {
  429. display: none;
  430. }
  431. }
  432. .custom-select {
  433. .el-select__wrapper {
  434. box-shadow: none !important;
  435. background-color: rgba(26, 144, 255, 0.15) !important;
  436. border: 1px solid rgba(26, 144, 255, 0.15) !important;
  437. border-radius: 0;
  438. position: relative;
  439. padding: 4px 8px !important;
  440. height: 24px;
  441. &::before {
  442. content: '';
  443. position: absolute;
  444. top: 0;
  445. left: 0;
  446. width: 5px;
  447. height: 5px;
  448. background: url('@/assets/images/inputIcon1.png') no-repeat;
  449. background-size: 100% 100%;
  450. }
  451. &::after {
  452. content: '';
  453. position: absolute;
  454. right: 0;
  455. bottom: 0;
  456. width: 5px;
  457. height: 5px;
  458. background: url('@/assets/images/inputIcon2.png') no-repeat;
  459. background-size: 100% 100%;
  460. }
  461. .el-select__placeholder {
  462. color: #a0c7dc;
  463. font-size: 14px;
  464. height: 24px;
  465. line-height: 24px;
  466. }
  467. .el-select__suffix {
  468. &::after {
  469. content: '';
  470. width: 10px;
  471. height: 14px;
  472. background: url('@/assets/images/select.png') no-repeat;
  473. background-size: 100% 100%;
  474. }
  475. .el-icon {
  476. display: none;
  477. }
  478. }
  479. }
  480. .el-select__wrapper.is-hovering, .el-select__wrapper.is-focused {
  481. color: #b1cae0 !important;
  482. background-color: #0d1d4e !important;
  483. border: 1px solid #2C81FF !important;
  484. }
  485. }
  486. .custom-select-popper {
  487. left: 0 !important;
  488. .el-popper.is-light .el-popper__arrow:before {
  489. background: #0d1d4e;
  490. }
  491. .el-scrollbar {
  492. background-color: rgba(5, 18, 53, 0.85) !important;
  493. border: 1px solid #2C81FF !important;
  494. border-radius: 0;
  495. box-shadow:inset 0 0 4px rgba(26, 144, 255, 0.5) !important;
  496. .el-select-dropdown__item {
  497. color: #b1cae0;
  498. font-size: 14px;
  499. height: 24px;
  500. line-height: 24px;
  501. }
  502. .el-select-dropdown__item.is-selected, .el-select-dropdown__item.is-hovering {
  503. color: #7af0e9;
  504. background-color: #1c335f;
  505. font-weight: normal;
  506. }
  507. }
  508. .custom-tabs {
  509. width: 100%;
  510. }
  511. }
  512. .custom-select2 {
  513. .el-select__wrapper {
  514. box-shadow: none !important;
  515. background-color: transparent !important;
  516. border: none !important;
  517. border-radius: 0;
  518. position: relative;
  519. padding: 4px 8px !important;
  520. .el-select__placeholder {
  521. color: #edfaff;
  522. font-size: 14px;
  523. height: 24px;
  524. line-height: 24px;
  525. text-align: right;
  526. }
  527. .el-select__suffix {
  528. position: relative;
  529. .el-icon {
  530. width: 13px;
  531. height: 6px;
  532. background: url('@/assets/images/map/rightMenu/down2.png') no-repeat;
  533. background-size: 100% 100%;
  534. display: inline;
  535. svg {
  536. display: none;
  537. }
  538. }
  539. }
  540. }
  541. .el-select__wrapper.is-hovering, .el-select__wrapper.is-focused {
  542. color: #edfaff !important;
  543. background-color: transparent !important;
  544. border: none !important;
  545. }
  546. }
  547. .custom-select-popper2 {
  548. left: 0 !important;
  549. .el-scrollbar {
  550. background-color: rgba(5, 18, 53, 0.85) !important;
  551. border: 4px solid #2C81FF !important;
  552. border-radius: 0;
  553. box-shadow:inset 0 0 40px rgba(26, 144, 255, 0.5) !important;
  554. .el-select-dropdown__item {
  555. color: #b1cae0;
  556. font-size: 14px;
  557. height: 24px;
  558. line-height: 24px;
  559. }
  560. .el-select-dropdown__item.is-selected, .el-select-dropdown__item.is-hovering {
  561. color: #7af0e9;
  562. background-color: #1c335f;
  563. font-weight: normal;
  564. }
  565. }
  566. .custom-tabs {
  567. width: 100%;
  568. }
  569. }
  570. .custom-input {
  571. height: 32px;
  572. line-height: 32px;
  573. position: relative;
  574. .el-input__icon {
  575. font-size: 14px;
  576. color: #a7ccdf;
  577. }
  578. .el-input__wrapper {
  579. box-shadow: none;
  580. background-color: rgba(26, 144, 255, 0.15) !important;
  581. border: 4px solid rgba(26, 144, 255, 0.15) !important;
  582. }
  583. .el-input__inner {
  584. font-size: 14px;
  585. color: #a7ccdf;
  586. font-family: PingFang SC;
  587. height: 32px;
  588. line-height: 32px;
  589. &::placeholder {
  590. color: #a7ccdf;
  591. }
  592. }
  593. .el-input__wrapper.is-focus {
  594. box-shadow: none;
  595. }
  596. &::before {
  597. content: '';
  598. position: absolute;
  599. top: 0;
  600. left: 0;
  601. z-index: 2;
  602. width: 4px;
  603. height: 4px;
  604. background: url('@/assets/images/inputIcon1.png') no-repeat;
  605. background-size: 100% 100%;
  606. }
  607. &::after {
  608. content: '';
  609. position: absolute;
  610. right: 0;
  611. bottom: 0;
  612. z-index: 2;
  613. width: 4px;
  614. height: 4px;
  615. background: url('@/assets/images/inputIcon2.png') no-repeat;
  616. background-size: 100% 100%;
  617. }
  618. }
  619. .custom-input2 {
  620. position: relative;
  621. .el-input__wrapper {
  622. box-shadow: none;
  623. background-color: rgba(26, 144, 255, 0.15) !important;
  624. border: 1px solid rgba(26, 144, 255, 0.15) !important;
  625. }
  626. .el-input__inner {
  627. font-size: 14px;
  628. color: #a0c7dc;
  629. font-family: PingFang SC;
  630. height: 24px;
  631. line-height: 24px;
  632. &::placeholder {
  633. color: #a0c7dc;
  634. }
  635. }
  636. .el-input__wrapper.is-focus {
  637. box-shadow: none;
  638. }
  639. &::before {
  640. content: '';
  641. position: absolute;
  642. top: 0;
  643. left: 0;
  644. z-index: 2;
  645. width: 4px;
  646. height: 4px;
  647. background: url('@/assets/images/inputIcon1.png') no-repeat;
  648. background-size: 100% 100%;
  649. }
  650. &::after {
  651. content: '';
  652. position: absolute;
  653. right: 0;
  654. bottom: 0;
  655. z-index: 2;
  656. width: 4px;
  657. height: 4px;
  658. background: url('@/assets/images/inputIcon2.png') no-repeat;
  659. background-size: 100% 100%;
  660. }
  661. }
  662. .custom-textarea {
  663. position: relative;
  664. &::before {
  665. content: '';
  666. position: absolute;
  667. top: 0;
  668. left: 0;
  669. z-index: 2;
  670. width: 12px;
  671. height: 12px;
  672. background: url('@/assets/images/inputIcon1.png') no-repeat;
  673. background-size: 100% 100%;
  674. }
  675. &::after {
  676. content: '';
  677. position: absolute;
  678. right: 0;
  679. bottom: 0;
  680. z-index: 2;
  681. width: 12px;
  682. height: 12px;
  683. background: url('@/assets/images/inputIcon2.png') no-repeat;
  684. background-size: 100% 100%;
  685. }
  686. }
  687. //.el-form {
  688. // .el-form-item__label {
  689. // color: #fff;
  690. // font-size: 38px;
  691. // margin-bottom: 0;
  692. // height: 64px !important;
  693. // line-height: 64px !important;
  694. // }
  695. //}
  696. .custom-pagination {
  697. :deep(.el-pagination) {
  698. .btn-next,
  699. .btn-prev {
  700. background-color: transparent;
  701. border: none;
  702. .el-icon {
  703. font-size: 22px;
  704. color: #a7ccdf;
  705. }
  706. }
  707. .el-pager li {
  708. width: 64px;
  709. height: 64px;
  710. line-height: 64px;
  711. text-align: center;
  712. font-size: 32px;
  713. color: #a7ccdf;
  714. background-color: #0e3064;
  715. border: 1px solid #0c57a7;
  716. margin: 0 6px;
  717. &:hover {
  718. background-color: #038dff;
  719. border: 1px solid #038dff;
  720. }
  721. }
  722. .el-pager li.is-active {
  723. background-color: #038dff !important;
  724. border: 1px solid #038dff !important;
  725. }
  726. :deep(.el-pagination__total) {
  727. color: #a7ccdf;
  728. font-size: 32px;
  729. }
  730. }
  731. }
  732. .common-date-picker {
  733. position: relative;
  734. height: 80px !important;
  735. .el-input__wrapper {
  736. box-shadow: none;
  737. background-color: #0d2f5d;
  738. border: 1px solid #0a59a8;
  739. }
  740. .el-input__inner {
  741. font-size: 32px;
  742. color: #a0c7dc;
  743. font-family: PingFang SC;
  744. height: 80px;
  745. line-height: 80px;
  746. &::placeholder {
  747. color: #a0c7dc;
  748. }
  749. }
  750. .el-input__prefix {
  751. display: none;
  752. }
  753. &::before {
  754. content: '';
  755. position: absolute;
  756. top: 0;
  757. left: 0;
  758. z-index: 2;
  759. width: 12px;
  760. height: 12px;
  761. background: url('@/assets/images/inputIcon1.png') no-repeat;
  762. background-size: 100% 100%;
  763. }
  764. &::after {
  765. content: '';
  766. position: absolute;
  767. right: 0;
  768. bottom: 0;
  769. z-index: 2;
  770. width: 12px;
  771. height: 12px;
  772. background: url('@/assets/images/inputIcon2.png') no-repeat;
  773. background-size: 100% 100%;
  774. }
  775. }
  776. .common-date-popper {
  777. background: rgba(5, 18, 53, 0.85) !important;
  778. border: 4px solid #2C81FF !important;
  779. border-radius: 0 !important;
  780. .el-picker-panel {
  781. background: rgba(5, 18, 53, 0.85) !important;
  782. box-shadow:inset 0 0 40px rgba(26, 144, 255, 0.5) !important;
  783. color: #b1cae0;
  784. }
  785. .el-date-table {
  786. font-size: 38px;
  787. }
  788. .el-date-picker {
  789. width: 934px;
  790. }
  791. .el-date-picker .el-picker-panel__content {
  792. width: auto !important;
  793. }
  794. .el-date-picker__header {
  795. margin: 0 12px !important;
  796. height: 75px;
  797. line-height: 75px;
  798. }
  799. .el-date-picker__header-label {
  800. color: #b1cae0;
  801. font-size: 38px;
  802. }
  803. .el-year-table td div, .el-month-table td div {
  804. height: 95px !important;
  805. }
  806. .el-year-table td .cell, .el-month-table td .cell {
  807. color: #b1cae0;
  808. font-size: 38px;
  809. width: 95px !important;
  810. height: 95px !important;
  811. line-height: 95px !important;
  812. }
  813. .el-date-table th {
  814. color: #b1cae0;
  815. border-bottom: 2px solid #8fa4b7;
  816. width: 76px !important;
  817. height: 76px !important;
  818. line-height: 76px !important;
  819. }
  820. .el-date-picker__header--bordered {
  821. border-bottom: 2px solid #8fa4b7;
  822. }
  823. .el-date-table-cell__text {
  824. width: 76px !important;
  825. height: 76px !important;
  826. line-height: 76px !important;
  827. }
  828. .el-date-table td .el-date-table-cell {
  829. width: 95px !important;
  830. height: 95px !important;
  831. line-height: 95px !important;
  832. }
  833. .el-date-table td.available:hover {
  834. color: #7af0e9;
  835. }
  836. .el-date-table td.today .el-date-table-cell__text, .el-month-table td .cell:hover, .el-year-table td.today .cell, .el-year-table td .cell:hover {
  837. color: #7af0e9;
  838. }
  839. .el-month-table td.current:not(.disabled) .cell, .el-date-table td.current:not(.disabled) .el-date-table-cell__text,.el-year-table td.current:not(.disabled) .cell {
  840. background-color: #7af0e9;
  841. }
  842. .el-date-table td.next-month, .el-date-table td.prev-month {
  843. color: #8fa4b7;
  844. }
  845. }