dialog.less 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878
  1. .modal {
  2. &.el-dialog {
  3. background: fade(#121d1c, 95);
  4. border: 1px solid fade(@green, 50);
  5. box-shadow: 0px 8px 17px 1px rgba(5, 187, 76, 0.3);
  6. &.el-dialog--center .el-dialog__body,
  7. .el-dialog__body {
  8. padding: 16px 24px;
  9. }
  10. &.hide-header {
  11. .el-dialog__header {
  12. border: none;
  13. .el-dialog__title {
  14. display: none;
  15. }
  16. }
  17. }
  18. }
  19. }
  20. .parcel-box {
  21. padding: 0 30px;
  22. }
  23. .title-select .el-select .el-input__inner {
  24. width: 133px;
  25. max-width: 190px;
  26. height: 25px;
  27. background: rgba(67, 81, 107, 0.2);
  28. border: 0px solid #2a374f;
  29. border-radius: 0px;
  30. font-size: 13px;
  31. color: #b3b3b3;
  32. }
  33. .title-select .el-input__suffix {
  34. display: none;
  35. }
  36. .footerButton {
  37. justify-content: right;
  38. .el-button:first-child {
  39. width: 108px;
  40. background-color: rgba(84, 183, 90, 0.16) !important;
  41. color: #b3b3b3;
  42. border-color: transparent;
  43. }
  44. .el-button:last-of-type {
  45. background-color: rgba(5, 187, 76, 0.3);
  46. border: 1px solid #3b6c53;
  47. color: #b3b3b3;
  48. font-size: 14px;
  49. border: none;
  50. width: 108px;
  51. min-height: 25px !important;
  52. &:hover {
  53. background-color: rgba(5, 187, 76, 0.6);
  54. color: #ffffff;
  55. }
  56. }
  57. }
  58. .el-overlay {
  59. ul li {
  60. list-style: none;
  61. }
  62. .wind-comp-form {
  63. padding-left: 30px;
  64. .el-form-item {
  65. margin-bottom: 20px !important;
  66. width: 310px !important;
  67. }
  68. }
  69. .el-radio-group {
  70. height: 28px;
  71. .el-radio-button__original-radio + .el-radio-button__inner {
  72. background-color: rgba(5, 187, 76, 0.2);
  73. border: 1px solid #3b6c53;
  74. color: #b3b3b3;
  75. font-size: 14px;
  76. // background-color: rgba(5, 187, 76, 0.5);
  77. // color: #ffffff;
  78. }
  79. .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  80. box-shadow: unset;
  81. }
  82. .el-radio-button__inner:hover {
  83. border: 1px solid #3b6c53;
  84. }
  85. .el-radio-button__original-radio:checked + .el-radio-button__inner {
  86. // background-color: rgba(5, 187, 76, 0.2);
  87. // border: 1px solid #3b6c53;
  88. // color: #b3b3b3;
  89. // font-size: 14px;
  90. box-shadow: unset;
  91. background-color: rgba(5, 187, 76, 0.5);
  92. color: #ffffff;
  93. }
  94. }
  95. .el-drawer.rtl {
  96. height: 100%;
  97. background-color: #161816 !important;
  98. .el-drawer__header {
  99. font-size: 18px;
  100. color: #d8dde3;
  101. }
  102. .el-drawer__body {
  103. height: calc(100% - 70px);
  104. .drawer-form {
  105. display: flex;
  106. align-items: center;
  107. margin-bottom: 15px;
  108. }
  109. .table-wrapper {
  110. height: calc(100% - 70px - 33px);
  111. }
  112. .select-item {
  113. margin-right: 10px;
  114. white-space: nowrap;
  115. display: flex;
  116. align-items: center;
  117. }
  118. .btns {
  119. align-items: center;
  120. display: flex;
  121. .buttons {
  122. background-color: rgba(5, 187, 76, 0.2);
  123. border: 1px solid #3b6c53;
  124. color: #b3b3b3;
  125. font-size: 14px;
  126. &:hover,
  127. &.active {
  128. background-color: rgba(5, 187, 76, 0.5);
  129. color: #ffffff;
  130. }
  131. }
  132. }
  133. .el-pagination {
  134. display: flex;
  135. justify-content: flex-end;
  136. padding-bottom: 15px;
  137. padding-top: 15px;
  138. }
  139. }
  140. }
  141. .el-dialog {
  142. &:not(.cDialog) {
  143. background: #081410;
  144. border: 1px solid #083d22;
  145. border-top: 0px;
  146. box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  147. border-radius: 12px 12px 6px 6px;
  148. }
  149. }
  150. .el-dialog__header {
  151. padding: 20px 0 !important;
  152. // border-bottom: 1px solid #323b3c;
  153. background: url("~@/assets/imgs/dialog-title1.png") no-repeat;
  154. background-size: 100% 100%;
  155. background-position: center;
  156. }
  157. .dialog-title {
  158. text-align: center;
  159. font-size: 18px;
  160. font-family: Microsoft YaHei;
  161. font-weight: 400;
  162. color: #ffffff;
  163. }
  164. .el-dialog__headerbtn {
  165. &:hover,
  166. &:active {
  167. .el-dialog__close {
  168. color: #fff;
  169. }
  170. }
  171. }
  172. .el-checkbox__input.is-checked .el-checkbox__inner {
  173. border-color: #05bb4c !important;
  174. }
  175. .el-date-editor--daterange {
  176. background: transparent;
  177. border: 1px solid #2a374f;
  178. border-radius: 30px;
  179. height: 25px;
  180. .el-range-input {
  181. background: transparent;
  182. color: #fff;
  183. }
  184. .el-range-separator {
  185. width: 10%;
  186. color: #fff;
  187. position: relative;
  188. }
  189. }
  190. .el-tabs__item.is-active::after {
  191. content: "";
  192. display: block;
  193. width: 100%;
  194. height: 7px;
  195. border-bottom: 1px solid #05bb4c;
  196. border-left: 1px solid #05bb4c;
  197. border-right: 1px solid #05bb4c;
  198. position: absolute;
  199. bottom: 0;
  200. left: 0px;
  201. box-sizing: border-box;
  202. }
  203. .el-tabs__item.is-active {
  204. color: #05bb4c !important;
  205. background: linear-gradient(
  206. 0deg,
  207. rgb(0 199 80 / 80%),
  208. rgb(0 199 80 / 20%),
  209. rgb(0 199 80 / 0%)
  210. );
  211. }
  212. .card {
  213. position: fixed;
  214. top: 120px;
  215. right: 20px;
  216. width: 383px;
  217. background: rgba(0, 0, 0, 0.3);
  218. border: none;
  219. color: #fff;
  220. border-radius: 8px;
  221. padding: 24px 13px;
  222. }
  223. .content {
  224. height: 100%;
  225. height: calc(100% - 59px);
  226. }
  227. .home_card .header {
  228. margin-bottom: 10px;
  229. }
  230. .home_card .header img {
  231. margin-right: 10px;
  232. vertical-align: -7%;
  233. }
  234. .el-menu {
  235. z-index: 2002 !important;
  236. }
  237. .el-menu .el-menu-item:hover {
  238. background-color: transparent !important;
  239. color: rgba(28, 153, 255, 1);
  240. }
  241. .el-menu-item-group .el-menu-item.is-active {
  242. color: #999999 !important;
  243. }
  244. .el-menu .el-menu-item .router-link-exact-active,
  245. .el-sub-menu .el-sub-menu__title .router-link-active {
  246. color: rgba(28, 153, 255, 1) !important;
  247. }
  248. .el-sub-menu__title i,
  249. .el-menu-item a {
  250. font-size: 18px !important;
  251. color: rgba(186, 197, 216, 1) !important;
  252. }
  253. .el-menu-item a .icon-State-monitoring {
  254. font-size: 21px !important;
  255. }
  256. .el-menu-item:hover a {
  257. color: rgba(28, 153, 255, 1) !important;
  258. }
  259. .el-sub-menu.is-opened::before {
  260. content: "";
  261. position: absolute;
  262. display: block;
  263. width: 5px;
  264. height: 40px;
  265. background: rgba(28, 153, 255, 1);
  266. border-top-left-radius: 4px;
  267. border-bottom-left-radius: 4px;
  268. top: 8px;
  269. right: 0;
  270. }
  271. .el-input__inner {
  272. background: rgba(83, 98, 104, 0.2) !important;
  273. border-radius: 12.5px !important;
  274. border: 0px solid #3b6c53 !important;
  275. }
  276. .tanchuc .el-dropdown-menu__item:hover {
  277. background: rgba(0, 70, 199, 0.3) !important;
  278. }
  279. .station .el-input-number__decrease {
  280. background: rgba(67, 81, 107, 0.2) !important;
  281. border-radius: 13px 0px 0px 13px !important;
  282. }
  283. .station .el-input-number__increase {
  284. background: rgba(67, 81, 107, 0.2) !important;
  285. border-radius: 0px 13px 13px 0px !important;
  286. }
  287. .tables .el-switch__core {
  288. background: none;
  289. }
  290. .el-picker__poppe {
  291. z-index: 999;
  292. }
  293. .station .el-picker-panel__footer {
  294. background: blue !important;
  295. }
  296. .elDatePicker {
  297. /*border: 1px solid #094493 !important;*/
  298. border: none;
  299. }
  300. .metse .el-table th {
  301. background: rgba(83, 89, 104, 0.1) !important;
  302. }
  303. .tables .el-input-number__increase,
  304. .tables .el-input-number__decrease {
  305. border: none !important;
  306. }
  307. .tables .el-input-number__increase,
  308. .tables .el-input-number__decrease {
  309. background: rgba(67, 81, 107, 0.2);
  310. }
  311. .tables .el-input-number span {
  312. height: 14.5px !important;
  313. color: #999a9d;
  314. }
  315. .metse .el-input-number span {
  316. height: 12px !important;
  317. color: #999a9d;
  318. }
  319. .metse .el-input-number.is-controls-right .el-input-number__decrease {
  320. top: 16px;
  321. }
  322. .metse .el-input-number__increase {
  323. top: 3px;
  324. }
  325. .changeButton .el-button--default {
  326. background: rgba(0, 70, 199, 0.4) !important;
  327. border: none !important;
  328. color: #ffffff;
  329. }
  330. .changeButton .el-switch.is-disabled {
  331. background: red !important;
  332. }
  333. // .el-popper .el-menu--popup {
  334. // min-width: 140px !important;
  335. // /*padding: 20px 0!important;*/
  336. // }
  337. // .el-popper .el-menu--popup .el-menu-item-group .el-menu-item {
  338. // height: 35px !important;
  339. // line-height: 35px !important;
  340. // font-size: 13px !important;
  341. // }
  342. // .el-popper
  343. // .el-menu--popup
  344. // .el-menu-item-group
  345. // .router-link-active
  346. // .el-menu-item {
  347. // background: linear-gradient(91deg, #1c99ff, transparent) !important;
  348. // color: #fff !important;
  349. // }
  350. // .el-popper.is-pure .el-menu-item:hover {
  351. // background: linear-gradient(91deg, #1c99ff, transparent) !important;
  352. // color: #fff !important;
  353. // }
  354. // .el-popper.is-light {
  355. // color: #d1d1d1 !important;
  356. // background-color: rgb(0, 0, 0, 0.9) !important;
  357. // border-color: #555555 !important;
  358. // border-radius: unset;
  359. // }
  360. // .el-popper.is-light .el-popper__arrow::before {
  361. // background-color: rgb(0, 0, 0, 0.8) !important;
  362. // /*border-left: 1px solid #555555 !important;*/
  363. // /*border-bottom: 1px solid #555555 !important;*/
  364. // }
  365. // .el-popper.is-pure {
  366. // border-image: linear-gradient(
  367. // 180deg,
  368. // transparent,
  369. // #1a7ccd,
  370. // #1a7ccd,
  371. // transparent
  372. // )
  373. // 2 1;
  374. // border: 1px solid #002767;
  375. // background: linear-gradient(278deg, #002767, transparent) !important;
  376. // border-radius: 5px !important;
  377. // backdrop-filter: blur(5px);
  378. // }
  379. .el-dialog--center .el-dialog__body,
  380. .el-dialog__body {
  381. padding: 25px 24px;
  382. }
  383. .parcel-box .el-dialog__body {
  384. padding: 0px 15px;
  385. }
  386. .el-select .el-select__tags .el-tag {
  387. background-color: rgba(30, 90, 163, 0.5);
  388. color: #ffffff;
  389. }
  390. /* .el-icon-close {
  391. background-color: rgba(30,90,163, .5);
  392. } */
  393. .el-select .el-input__inner {
  394. width: 190px;
  395. max-width: 190px;
  396. // height: 25px;
  397. background: rgba(67, 81, 107, 0.2);
  398. border: 1px solid #2a374f;
  399. border-radius: 12.5px;
  400. font-size: 13px;
  401. color: #b3b3b3;
  402. }
  403. .title-select .el-select .el-input__inner {
  404. width: 133px;
  405. max-width: 190px;
  406. height: 25px;
  407. background: rgba(67, 81, 107, 0.2);
  408. border: 0px solid #2a374f;
  409. border-radius: 0px;
  410. font-size: 13px;
  411. color: #b3b3b3;
  412. }
  413. .title-select .el-input__suffix {
  414. display: none;
  415. }
  416. .station .el-input__inner {
  417. max-width: 190px;
  418. height: 25px;
  419. background: rgba(67, 81, 107, 0.2);
  420. border: 1px solid #2a374f;
  421. border-radius: 12.5px;
  422. font-size: 13px;
  423. color: #b3b3b3;
  424. width: 150px;
  425. }
  426. .search-input {
  427. width: 160px;
  428. }
  429. .search-input .el-date-editor {
  430. --el-date-editor-width: 120px;
  431. }
  432. .search-input .el-input__inner {
  433. max-width: 190px;
  434. height: 25px;
  435. background: rgba(67, 81, 107, 0.2);
  436. border: 1px solid #2a374f;
  437. border-radius: 12.5px;
  438. font-size: 13px;
  439. color: #b3b3b3;
  440. width: 150px;
  441. }
  442. .el-select .el-input__icon {
  443. height: 40px;
  444. position: relative;
  445. top: -7px;
  446. }
  447. .el-icon-full-screen {
  448. position: absolute;
  449. right: 20px;
  450. top: 10px;
  451. color: #909399;
  452. }
  453. .s {
  454. min-width: 300px !important;
  455. }
  456. .el-message--warning {
  457. background: #090e19 !important;
  458. box-shadow: 0 0 22px rgba(0, 70, 199, 0.2) inset !important;
  459. border: 1px solid #094493 !important;
  460. }
  461. .el-message--warning .el-message__content {
  462. color: #ffffff !important;
  463. }
  464. .el-message .el-icon-warning {
  465. font-size: 16px;
  466. color: #ffd02b !important;
  467. }
  468. .el-menu-item-group__title {
  469. padding: 0 !important;
  470. }
  471. .economicTable1 .has-gutter .el-table__cell {
  472. padding: 0 !important;
  473. }
  474. .economicTable1 .el-table__row .el-table__cell {
  475. padding: 5px 0 !important;
  476. }
  477. .el-table {
  478. font-family: "MicrosoftYaHei" !important;
  479. background-color: transparent !important;
  480. /*font-size: 14px !important;*/
  481. }
  482. .el-checkbox__inner {
  483. background-color: transparent !important;
  484. border-color: #959595 !important;
  485. }
  486. .el-checkbox__input.is-checked + .el-checkbox__label {
  487. color: rgba(255, 255, 255, 1) !important;
  488. }
  489. .el-checkbox__label {
  490. color: #959595 !important;
  491. font-size: 13px !important;
  492. }
  493. .el-checkbox__input {
  494. display: inline-block;
  495. }
  496. .el-checkbox__label {
  497. padding-left: 0;
  498. }
  499. .el-button.is-round {
  500. padding: 0px 30px !important;
  501. }
  502. .el-button {
  503. min-height: 30px !important;
  504. }
  505. /* .el-button--default {
  506. background-color: rgba(0, 70, 199, 0.2) !important;
  507. border: none !important;
  508. color: #B3B3B3 !important;
  509. } */
  510. .el-button--primary {
  511. background-color: rgba(0, 70, 199, 0.4);
  512. border: none !important;
  513. }
  514. .mentues .el-table__cell {
  515. padding: 0 !important;
  516. }
  517. .mentuese .el-table__fixed-header-wrapper .el-table__cell .cell {
  518. color: #ffffff !important;
  519. }
  520. .met .el-table__body {
  521. font-size: 13px !important;
  522. }
  523. .mentuese .cell {
  524. text-overflow: ellipsis !important;
  525. white-space: nowrap !important;
  526. }
  527. .mentuese .el-table__cell {
  528. padding: 0 !important;
  529. }
  530. .met .has-gutter .el-table__cell .cell {
  531. line-height: 50px;
  532. color: #ffffff !important;
  533. }
  534. .metse .el-table__body .cell {
  535. line-height: 36px !important;
  536. }
  537. .metse .el-table__fixed-header-wrapper .cell {
  538. line-height: 45px !important;
  539. }
  540. .metse .el-input--small .el-input__inner {
  541. height: 26px !important;
  542. line-height: 26px !important;
  543. }
  544. .mentuese .el-table__cell .cell {
  545. line-height: 50px;
  546. /*color: #FFFFFF;*/
  547. }
  548. /*.el-table__cell{*/
  549. /* color: ;*/
  550. /*}*/
  551. .el-switch__action {
  552. background: transparent !important;
  553. }
  554. .mentues .el-table__body .el-table__cell {
  555. padding: 5px 0 !important;
  556. }
  557. .el-dialog__header {
  558. font-size: 16px;
  559. color: #fff;
  560. }
  561. .el-select__popper.is-light {
  562. background: #141a25 !important;
  563. border: 1px solid #2a374f !important;
  564. border-radius: unset !important;
  565. /* top: 100px !important; */
  566. }
  567. // .el-dialog--center .el-dialog__body,
  568. // .el-dialog__body {
  569. // padding: 20px !important;
  570. // }
  571. .el-select-dropdown__item.hover,
  572. .el-select-dropdown__item:hover {
  573. background-color: rgba(0, 70, 199, 0.4) !important;
  574. color: #fff !important;
  575. }
  576. .el-select-dropdown__item.selected {
  577. color: #fff !important;
  578. font-weight: normal !important;
  579. }
  580. .el-select-dropdown__item {
  581. color: #b3b3b3 !important;
  582. height: 36px !important;
  583. line-height: 36px !important;
  584. font-size: 12px !important;
  585. }
  586. .el-select__popper .el-popper__arrow::before {
  587. display: none;
  588. }
  589. .table-fixed .el-table__fixed-left {
  590. height: 100% !important;
  591. }
  592. .table-fixed .el-table__fixed {
  593. height: 100% !important;
  594. }
  595. .el-table__fixed-right::before,
  596. .el-table__fixed::before {
  597. background-color: transparent !important;
  598. }
  599. .is-opened .el-sub-menu__title i {
  600. color: rgba(28, 153, 255, 1) !important;
  601. }
  602. .el-tabs__nav-wrap::after {
  603. height: 1px !important;
  604. background-color: #3a3f43 !important;
  605. }
  606. .el-tabs__nav {
  607. padding-bottom: 10px;
  608. }
  609. .el-tabs__item {
  610. height: 28px !important;
  611. line-height: 28px !important;
  612. padding: 0 17px !important;
  613. margin-right: 30px;
  614. color: #b3b3b3 !important;
  615. }
  616. .el-tabs__nav-wrap {
  617. padding: 0 25px;
  618. }
  619. .el-tabs__header::before,
  620. .el-tabs__header::after {
  621. content: "";
  622. display: inline-block;
  623. width: 10px;
  624. height: 1px;
  625. background: #ffffff;
  626. position: absolute;
  627. bottom: 0px;
  628. z-index: 99;
  629. }
  630. .el-tabs__header::after {
  631. right: 0;
  632. }
  633. .el-tabs__active-bar {
  634. height: 1px !important;
  635. }
  636. // .el-dialog__body::before,
  637. // .el-dialog__body::after {
  638. // content: "";
  639. // display: block;
  640. // width: 5px;
  641. // height: 5px;
  642. // border-radius: 50%;
  643. // background: rgba(16, 73, 126, 1);
  644. // position: absolute;
  645. // }
  646. // .el-dialog__body::before {
  647. // bottom: 9px;
  648. // left: 9px;
  649. // }
  650. // .el-dialog__body::after {
  651. // bottom: 9px;
  652. // right: 9px;
  653. // }
  654. // .dialog-title {
  655. // position: relative;
  656. // }
  657. // .dialog-title .dialog-title-img {
  658. // position: absolute;
  659. // top: -25px;
  660. // }
  661. // .dialog-title .title {
  662. // margin-left: 20px;
  663. // color: #1c99ff;
  664. // // color: #05bb4c;
  665. // }
  666. .dialog-body {
  667. position: relative;
  668. }
  669. .dialog-body .dialog-img {
  670. position: absolute;
  671. right: -20px;
  672. bottom: 50px;
  673. }
  674. .economicTable .el-table__header-wrapper tr {
  675. background: rgba(83, 89, 104, 0.3) !important;
  676. }
  677. .economicTable .el-table__header-wrapper tr th {
  678. vertical-align: top !important;
  679. }
  680. .economicTable .el-table__header-wrapper tr .cell {
  681. color: #b3b3b3;
  682. font-family: MicrosoftYaHei;
  683. font-size: 14px;
  684. }
  685. .economicTable .el-table__body-wrapper tr .cell {
  686. color: #d8d8d9;
  687. font-family: ArialMT;
  688. font-size: 13px;
  689. height: 25px !important;
  690. }
  691. .economicTable .el-table__body-wrapper tr .cell .el-checkbox {
  692. height: 25px;
  693. }
  694. .el-message-box {
  695. background: fade(#121d1c, 95);
  696. border: 1px solid fade(@green, 50);
  697. box-shadow: 0px 8px 17px 1px rgba(5, 187, 76, 0.3);
  698. }
  699. .el-message-box__header {
  700. .el-message-box__title {
  701. color: @gray;
  702. }
  703. }
  704. .el-message-box__content {
  705. color: @white;
  706. }
  707. .el-message-box__btns {
  708. .el-button {
  709. height: 30px;
  710. flex: 0 0 auto;
  711. background: transparent;
  712. border: 1px solid @gray;
  713. padding: 0 1.481vh;
  714. color: @gray;
  715. font-size: 1.296vh;
  716. cursor: pointer;
  717. &.el-button--primary {
  718. border-color: @green;
  719. color: @green;
  720. background: fade(@green, 20);
  721. }
  722. }
  723. }
  724. }
  725. .el-message {
  726. &.el-message--info {
  727. border-color: @gray;
  728. background-color: fade(@gray, 20);
  729. color: @gray;
  730. }
  731. &.el-message--success {
  732. border-color: @green;
  733. background-color: fade(@green, 20);
  734. color: @green;
  735. }
  736. &.el-message--warning {
  737. border-color: @yellow;
  738. background-color: fade(@yellow, 20);
  739. color: @yellow;
  740. }
  741. &.el-message--error {
  742. border-color: @red;
  743. background-color: fade(@red, 20);
  744. color: @red;
  745. }
  746. }