app模板、应用模板、组件模板、widget模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

673 lines
15 KiB

4 years ago
  1. [data-theme="blue"] {
  2. /* BEM support Func
  3. -------------------------- */
  4. /* Element Chalk Variables */
  5. /* Transition
  6. -------------------------- */
  7. /* Color
  8. -------------------------- */
  9. /* 53a8ff */
  10. /* 66b1ff */
  11. /* 79bbff */
  12. /* 8cc5ff */
  13. /* a0cfff */
  14. /* b3d8ff */
  15. /* c6e2ff */
  16. /* d9ecff */
  17. /* ecf5ff */
  18. /* Link
  19. -------------------------- */
  20. /* Border
  21. -------------------------- */
  22. /* Fill
  23. -------------------------- */
  24. /* Typography
  25. -------------------------- */
  26. /* Size
  27. -------------------------- */
  28. /* z-index
  29. -------------------------- */
  30. /* Disable base
  31. -------------------------- */
  32. /* Icon
  33. -------------------------- */
  34. /* Checkbox
  35. -------------------------- */
  36. /* Radio
  37. -------------------------- */
  38. /* Select
  39. -------------------------- */
  40. /* Alert
  41. -------------------------- */
  42. /* MessageBox
  43. -------------------------- */
  44. /* Message
  45. -------------------------- */
  46. /* Notification
  47. -------------------------- */
  48. /* Input
  49. -------------------------- */
  50. /* Cascader
  51. -------------------------- */
  52. /* Group
  53. -------------------------- */
  54. /* Tab
  55. -------------------------- */
  56. /* Button
  57. -------------------------- */
  58. /* cascader
  59. -------------------------- */
  60. /* Switch
  61. -------------------------- */
  62. /* Dialog
  63. -------------------------- */
  64. /* Table
  65. -------------------------- */
  66. /* Pagination
  67. -------------------------- */
  68. /* Popup
  69. -------------------------- */
  70. /* Popover
  71. -------------------------- */
  72. /* Tooltip
  73. -------------------------- */
  74. /* Tag
  75. -------------------------- */
  76. /* Tree
  77. -------------------------- */
  78. /* Dropdown
  79. -------------------------- */
  80. /* Badge
  81. -------------------------- */
  82. /* Card
  83. --------------------------*/
  84. /* Slider
  85. --------------------------*/
  86. /* Steps
  87. --------------------------*/
  88. /* Menu
  89. --------------------------*/
  90. /* Rate
  91. --------------------------*/
  92. /* DatePicker
  93. --------------------------*/
  94. /* Loading
  95. --------------------------*/
  96. /* Scrollbar
  97. --------------------------*/
  98. /* Carousel
  99. --------------------------*/
  100. /* Collapse
  101. --------------------------*/
  102. /* Transfer
  103. --------------------------*/
  104. /* Header
  105. --------------------------*/
  106. /* Footer
  107. --------------------------*/
  108. /* Main
  109. --------------------------*/
  110. /* Timeline
  111. --------------------------*/
  112. /* Backtop
  113. --------------------------*/
  114. /* Link
  115. --------------------------*/
  116. /* Calendar
  117. --------------------------*/
  118. /* Form
  119. -------------------------- */
  120. /* Avatar
  121. --------------------------*/
  122. /* Break-point
  123. --------------------------*/
  124. /* Break-points
  125. -------------------------- */
  126. /* Scrollbar
  127. -------------------------- */
  128. /* Placeholder
  129. -------------------------- */
  130. /* BEM
  131. -------------------------- */
  132. /* Element Chalk Variables */
  133. /* Transition
  134. -------------------------- */
  135. /* Color
  136. -------------------------- */
  137. /* 53a8ff */
  138. /* 66b1ff */
  139. /* 79bbff */
  140. /* 8cc5ff */
  141. /* a0cfff */
  142. /* b3d8ff */
  143. /* c6e2ff */
  144. /* d9ecff */
  145. /* ecf5ff */
  146. /* Link
  147. -------------------------- */
  148. /* Border
  149. -------------------------- */
  150. /* Fill
  151. -------------------------- */
  152. /* Typography
  153. -------------------------- */
  154. /* Size
  155. -------------------------- */
  156. /* z-index
  157. -------------------------- */
  158. /* Disable base
  159. -------------------------- */
  160. /* Icon
  161. -------------------------- */
  162. /* Checkbox
  163. -------------------------- */
  164. /* Radio
  165. -------------------------- */
  166. /* Select
  167. -------------------------- */
  168. /* Alert
  169. -------------------------- */
  170. /* MessageBox
  171. -------------------------- */
  172. /* Message
  173. -------------------------- */
  174. /* Notification
  175. -------------------------- */
  176. /* Input
  177. -------------------------- */
  178. /* Cascader
  179. -------------------------- */
  180. /* Group
  181. -------------------------- */
  182. /* Tab
  183. -------------------------- */
  184. /* Button
  185. -------------------------- */
  186. /* cascader
  187. -------------------------- */
  188. /* Switch
  189. -------------------------- */
  190. /* Dialog
  191. -------------------------- */
  192. /* Table
  193. -------------------------- */
  194. /* Pagination
  195. -------------------------- */
  196. /* Popup
  197. -------------------------- */
  198. /* Popover
  199. -------------------------- */
  200. /* Tooltip
  201. -------------------------- */
  202. /* Tag
  203. -------------------------- */
  204. /* Tree
  205. -------------------------- */
  206. /* Dropdown
  207. -------------------------- */
  208. /* Badge
  209. -------------------------- */
  210. /* Card
  211. --------------------------*/
  212. /* Slider
  213. --------------------------*/
  214. /* Steps
  215. --------------------------*/
  216. /* Menu
  217. --------------------------*/
  218. /* Rate
  219. --------------------------*/
  220. /* DatePicker
  221. --------------------------*/
  222. /* Loading
  223. --------------------------*/
  224. /* Scrollbar
  225. --------------------------*/
  226. /* Carousel
  227. --------------------------*/
  228. /* Collapse
  229. --------------------------*/
  230. /* Transfer
  231. --------------------------*/
  232. /* Header
  233. --------------------------*/
  234. /* Footer
  235. --------------------------*/
  236. /* Main
  237. --------------------------*/
  238. /* Timeline
  239. --------------------------*/
  240. /* Backtop
  241. --------------------------*/
  242. /* Link
  243. --------------------------*/
  244. /* Calendar
  245. --------------------------*/
  246. /* Form
  247. -------------------------- */
  248. /* Avatar
  249. --------------------------*/
  250. /* Break-point
  251. --------------------------*/ }
  252. [data-theme="blue"] .el-message {
  253. min-width: 380px;
  254. -webkit-box-sizing: border-box;
  255. box-sizing: border-box;
  256. border-radius: 0px;
  257. border-width: 1px;
  258. border-style: solid;
  259. border-color: #EBEEF5;
  260. position: fixed;
  261. left: 50%;
  262. top: 20px;
  263. -webkit-transform: translateX(-50%);
  264. transform: translateX(-50%);
  265. background-color: #edf2fc;
  266. -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform .4s;
  267. transition: opacity 0.3s, top 0.4s, -webkit-transform .4s;
  268. transition: opacity 0.3s, transform .4s, top 0.4s;
  269. transition: opacity 0.3s, transform .4s, top 0.4s, -webkit-transform .4s;
  270. overflow: hidden;
  271. padding: 15px 15px 15px 20px;
  272. display: -webkit-box;
  273. display: -ms-flexbox;
  274. display: flex;
  275. -webkit-box-align: center;
  276. -ms-flex-align: center;
  277. align-items: center; }
  278. [data-theme="blue"] .el-message.is-center {
  279. -webkit-box-pack: center;
  280. -ms-flex-pack: center;
  281. justify-content: center; }
  282. [data-theme="blue"] .el-message.is-closable .el-message__content {
  283. padding-right: 16px; }
  284. [data-theme="blue"] .el-message p {
  285. margin: 0; }
  286. [data-theme="blue"] .el-message--info .el-message__content {
  287. color: #333333; }
  288. [data-theme="blue"] .el-message--success {
  289. background-color: #0f161a;
  290. border-color: #1d2b33; }
  291. [data-theme="blue"] .el-message--success .el-message__content {
  292. color: #92D9FF; }
  293. [data-theme="blue"] .el-message--warning {
  294. background-color: #1a150b;
  295. border-color: #332916; }
  296. [data-theme="blue"] .el-message--warning .el-message__content {
  297. color: #FFCE6D; }
  298. [data-theme="blue"] .el-message--error {
  299. background-color: #1a0b0b;
  300. border-color: #331616; }
  301. [data-theme="blue"] .el-message--error .el-message__content {
  302. color: #FF6D6D; }
  303. .el-message__icon {
  304. margin-right: 10px; }
  305. .el-message__content {
  306. padding: 0;
  307. font-size: 14px;
  308. line-height: 1; }
  309. .el-message__content:focus {
  310. outline-width: 0; }
  311. .el-message__closeBtn {
  312. position: absolute;
  313. top: 50%;
  314. right: 15px;
  315. -webkit-transform: translateY(-50%);
  316. transform: translateY(-50%);
  317. cursor: pointer;
  318. color: rgba(255, 255, 255, 0.5);
  319. font-size: 16px; }
  320. .el-message__closeBtn:focus {
  321. outline-width: 0; }
  322. .el-message__closeBtn:hover {
  323. color: #909399; }
  324. [data-theme="blue"] .el-message .el-icon-success {
  325. color: #92D9FF; }
  326. [data-theme="blue"] .el-message .el-icon-error {
  327. color: #FF6D6D; }
  328. [data-theme="blue"] .el-message .el-icon-info {
  329. color: #333333; }
  330. [data-theme="blue"] .el-message .el-icon-warning {
  331. color: #FFCE6D; }
  332. [data-theme="blue"] .el-message-fade-enter,
  333. [data-theme="blue"] .el-message-fade-leave-active {
  334. opacity: 0;
  335. -webkit-transform: translate(-50%, -100%);
  336. transform: translate(-50%, -100%); }
  337. /* BEM support Func
  338. -------------------------- */
  339. /* Element Chalk Variables */
  340. /* Transition
  341. -------------------------- */
  342. /* Color
  343. -------------------------- */
  344. /* 53a8ff */
  345. /* 66b1ff */
  346. /* 79bbff */
  347. /* 8cc5ff */
  348. /* a0cfff */
  349. /* b3d8ff */
  350. /* c6e2ff */
  351. /* d9ecff */
  352. /* ecf5ff */
  353. /* Link
  354. -------------------------- */
  355. /* Border
  356. -------------------------- */
  357. /* Fill
  358. -------------------------- */
  359. /* Typography
  360. -------------------------- */
  361. /* Size
  362. -------------------------- */
  363. /* z-index
  364. -------------------------- */
  365. /* Disable base
  366. -------------------------- */
  367. /* Icon
  368. -------------------------- */
  369. /* Checkbox
  370. -------------------------- */
  371. /* Radio
  372. -------------------------- */
  373. /* Select
  374. -------------------------- */
  375. /* Alert
  376. -------------------------- */
  377. /* MessageBox
  378. -------------------------- */
  379. /* Message
  380. -------------------------- */
  381. /* Notification
  382. -------------------------- */
  383. /* Input
  384. -------------------------- */
  385. /* Cascader
  386. -------------------------- */
  387. /* Group
  388. -------------------------- */
  389. /* Tab
  390. -------------------------- */
  391. /* Button
  392. -------------------------- */
  393. /* cascader
  394. -------------------------- */
  395. /* Switch
  396. -------------------------- */
  397. /* Dialog
  398. -------------------------- */
  399. /* Table
  400. -------------------------- */
  401. /* Pagination
  402. -------------------------- */
  403. /* Popup
  404. -------------------------- */
  405. /* Popover
  406. -------------------------- */
  407. /* Tooltip
  408. -------------------------- */
  409. /* Tag
  410. -------------------------- */
  411. /* Tree
  412. -------------------------- */
  413. /* Dropdown
  414. -------------------------- */
  415. /* Badge
  416. -------------------------- */
  417. /* Card
  418. --------------------------*/
  419. /* Slider
  420. --------------------------*/
  421. /* Steps
  422. --------------------------*/
  423. /* Menu
  424. --------------------------*/
  425. /* Rate
  426. --------------------------*/
  427. /* DatePicker
  428. --------------------------*/
  429. /* Loading
  430. --------------------------*/
  431. /* Scrollbar
  432. --------------------------*/
  433. /* Carousel
  434. --------------------------*/
  435. /* Collapse
  436. --------------------------*/
  437. /* Transfer
  438. --------------------------*/
  439. /* Header
  440. --------------------------*/
  441. /* Footer
  442. --------------------------*/
  443. /* Main
  444. --------------------------*/
  445. /* Timeline
  446. --------------------------*/
  447. /* Backtop
  448. --------------------------*/
  449. /* Link
  450. --------------------------*/
  451. /* Calendar
  452. --------------------------*/
  453. /* Form
  454. -------------------------- */
  455. /* Avatar
  456. --------------------------*/
  457. /* Break-point
  458. --------------------------*/
  459. /* Break-points
  460. -------------------------- */
  461. /* Scrollbar
  462. -------------------------- */
  463. /* Placeholder
  464. -------------------------- */
  465. /* BEM
  466. -------------------------- */
  467. /* Element Chalk Variables */
  468. /* Transition
  469. -------------------------- */
  470. /* Color
  471. -------------------------- */
  472. /* 53a8ff */
  473. /* 66b1ff */
  474. /* 79bbff */
  475. /* 8cc5ff */
  476. /* a0cfff */
  477. /* b3d8ff */
  478. /* c6e2ff */
  479. /* d9ecff */
  480. /* ecf5ff */
  481. /* Link
  482. -------------------------- */
  483. /* Border
  484. -------------------------- */
  485. /* Fill
  486. -------------------------- */
  487. /* Typography
  488. -------------------------- */
  489. /* Size
  490. -------------------------- */
  491. /* z-index
  492. -------------------------- */
  493. /* Disable base
  494. -------------------------- */
  495. /* Icon
  496. -------------------------- */
  497. /* Checkbox
  498. -------------------------- */
  499. /* Radio
  500. -------------------------- */
  501. /* Select
  502. -------------------------- */
  503. /* Alert
  504. -------------------------- */
  505. /* MessageBox
  506. -------------------------- */
  507. /* Message
  508. -------------------------- */
  509. /* Notification
  510. -------------------------- */
  511. /* Input
  512. -------------------------- */
  513. /* Cascader
  514. -------------------------- */
  515. /* Group
  516. -------------------------- */
  517. /* Tab
  518. -------------------------- */
  519. /* Button
  520. -------------------------- */
  521. /* cascader
  522. -------------------------- */
  523. /* Switch
  524. -------------------------- */
  525. /* Dialog
  526. -------------------------- */
  527. /* Table
  528. -------------------------- */
  529. /* Pagination
  530. -------------------------- */
  531. /* Popup
  532. -------------------------- */
  533. /* Popover
  534. -------------------------- */
  535. /* Tooltip
  536. -------------------------- */
  537. /* Tag
  538. -------------------------- */
  539. /* Tree
  540. -------------------------- */
  541. /* Dropdown
  542. -------------------------- */
  543. /* Badge
  544. -------------------------- */
  545. /* Card
  546. --------------------------*/
  547. /* Slider
  548. --------------------------*/
  549. /* Steps
  550. --------------------------*/
  551. /* Menu
  552. --------------------------*/
  553. /* Rate
  554. --------------------------*/
  555. /* DatePicker
  556. --------------------------*/
  557. /* Loading
  558. --------------------------*/
  559. /* Scrollbar
  560. --------------------------*/
  561. /* Carousel
  562. --------------------------*/
  563. /* Collapse
  564. --------------------------*/
  565. /* Transfer
  566. --------------------------*/
  567. /* Header
  568. --------------------------*/
  569. /* Footer
  570. --------------------------*/
  571. /* Main
  572. --------------------------*/
  573. /* Timeline
  574. --------------------------*/
  575. /* Backtop
  576. --------------------------*/
  577. /* Link
  578. --------------------------*/
  579. /* Calendar
  580. --------------------------*/
  581. /* Form
  582. -------------------------- */
  583. /* Avatar
  584. --------------------------*/
  585. /* Break-point
  586. --------------------------*/
  587. .el-message {
  588. min-width: 380px;
  589. -webkit-box-sizing: border-box;
  590. box-sizing: border-box;
  591. border-radius: 0px;
  592. border-width: 1px;
  593. border-style: solid;
  594. border-color: #EBEEF5;
  595. position: fixed;
  596. left: 50%;
  597. top: 20px;
  598. -webkit-transform: translateX(-50%);
  599. transform: translateX(-50%);
  600. background-color: #edf2fc;
  601. -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform .4s;
  602. transition: opacity 0.3s, top 0.4s, -webkit-transform .4s;
  603. transition: opacity 0.3s, transform .4s, top 0.4s;
  604. transition: opacity 0.3s, transform .4s, top 0.4s, -webkit-transform .4s;
  605. overflow: hidden;
  606. padding: 15px 15px 15px 20px;
  607. display: -webkit-box;
  608. display: -ms-flexbox;
  609. display: flex;
  610. -webkit-box-align: center;
  611. -ms-flex-align: center;
  612. align-items: center; }
  613. .el-message.is-center {
  614. -webkit-box-pack: center;
  615. -ms-flex-pack: center;
  616. justify-content: center; }
  617. .el-message.is-closable .el-message__content {
  618. padding-right: 16px; }
  619. .el-message p {
  620. margin: 0; }
  621. .el-message--info .el-message__content {
  622. color: #333333; }
  623. .el-message--success {
  624. background-color: #0f161a;
  625. border-color: #1d2b33; }
  626. .el-message--success .el-message__content {
  627. color: #92D9FF; }
  628. .el-message--warning {
  629. background-color: #1a150b;
  630. border-color: #332916; }
  631. .el-message--warning .el-message__content {
  632. color: #FFCE6D; }
  633. .el-message--error {
  634. background-color: #1a0b0b;
  635. border-color: #331616; }
  636. .el-message--error .el-message__content {
  637. color: #FF6D6D; }
  638. .el-message__icon {
  639. margin-right: 10px; }
  640. .el-message__content {
  641. padding: 0;
  642. font-size: 14px;
  643. line-height: 1; }
  644. .el-message__content:focus {
  645. outline-width: 0; }
  646. .el-message__closeBtn {
  647. position: absolute;
  648. top: 50%;
  649. right: 15px;
  650. -webkit-transform: translateY(-50%);
  651. transform: translateY(-50%);
  652. cursor: pointer;
  653. color: rgba(255, 255, 255, 0.5);
  654. font-size: 16px; }
  655. .el-message__closeBtn:focus {
  656. outline-width: 0; }
  657. .el-message__closeBtn:hover {
  658. color: #909399; }
  659. .el-message .el-icon-success {
  660. color: #92D9FF; }
  661. .el-message .el-icon-error {
  662. color: #FF6D6D; }
  663. .el-message .el-icon-info {
  664. color: #333333; }
  665. .el-message .el-icon-warning {
  666. color: #FFCE6D; }
  667. .el-message-fade-enter,
  668. .el-message-fade-leave-active {
  669. opacity: 0;
  670. -webkit-transform: translate(-50%, -100%);
  671. transform: translate(-50%, -100%); }