框架源码
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.

687 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-alert {
  253. width: 100%;
  254. padding: 8px 16px;
  255. margin: 0;
  256. -webkit-box-sizing: border-box;
  257. box-sizing: border-box;
  258. border-radius: 0px;
  259. position: relative;
  260. background-color: #000000;
  261. overflow: hidden;
  262. opacity: 1;
  263. display: -webkit-box;
  264. display: -ms-flexbox;
  265. display: flex;
  266. -webkit-box-align: center;
  267. -ms-flex-align: center;
  268. align-items: center;
  269. -webkit-transition: opacity .2s;
  270. transition: opacity .2s; }
  271. [data-theme="blue"] .el-alert.is-light .el-alert__closebtn {
  272. color: rgba(255, 255, 255, 0.5); }
  273. [data-theme="blue"] .el-alert.is-dark .el-alert__closebtn {
  274. color: #000000; }
  275. [data-theme="blue"] .el-alert.is-dark .el-alert__description {
  276. color: #000000; }
  277. [data-theme="blue"] .el-alert.is-center {
  278. -webkit-box-pack: center;
  279. -ms-flex-pack: center;
  280. justify-content: center; }
  281. [data-theme="blue"] .el-alert--success.is-light {
  282. background-color: #0f161a;
  283. color: #92D9FF; }
  284. [data-theme="blue"] .el-alert--success.is-light .el-alert__description {
  285. color: #92D9FF; }
  286. [data-theme="blue"] .el-alert--success.is-dark {
  287. background-color: #92D9FF;
  288. color: #000000; }
  289. [data-theme="blue"] .el-alert--info.is-light {
  290. background-color: #050505;
  291. color: #aaaaaa; }
  292. [data-theme="blue"] .el-alert--info.is-dark {
  293. background-color: #333333;
  294. color: #000000; }
  295. [data-theme="blue"] .el-alert--info .el-alert__description {
  296. color: #333333; }
  297. [data-theme="blue"] .el-alert--warning.is-light {
  298. background-color: #1a150b;
  299. color: #FFCE6D; }
  300. [data-theme="blue"] .el-alert--warning.is-light .el-alert__description {
  301. color: #FFCE6D; }
  302. [data-theme="blue"] .el-alert--warning.is-dark {
  303. background-color: #FFCE6D;
  304. color: #000000; }
  305. [data-theme="blue"] .el-alert--error.is-light {
  306. background-color: #1a0b0b;
  307. color: #FF6D6D; }
  308. [data-theme="blue"] .el-alert--error.is-light .el-alert__description {
  309. color: #FF6D6D; }
  310. [data-theme="blue"] .el-alert--error.is-dark {
  311. background-color: #FF6D6D;
  312. color: #000000; }
  313. .el-alert__content {
  314. display: table-cell;
  315. padding: 0 8px; }
  316. .el-alert__icon {
  317. font-size: 16px;
  318. width: 16px; }
  319. .el-alert__icon.is-big {
  320. font-size: 28px;
  321. width: 28px; }
  322. .el-alert__title {
  323. font-size: 13px;
  324. line-height: 18px; }
  325. .el-alert__title.is-bold {
  326. font-weight: bold; }
  327. [data-theme="blue"] .el-alert .el-alert__description {
  328. font-size: 12px;
  329. margin: 5px 0 0 0; }
  330. .el-alert__closebtn {
  331. font-size: 12px;
  332. opacity: 1;
  333. position: absolute;
  334. top: 12px;
  335. right: 15px;
  336. cursor: pointer; }
  337. .el-alert__closebtn.is-customed {
  338. font-style: normal;
  339. font-size: 13px;
  340. top: 9px; }
  341. [data-theme="blue"] .el-alert-fade-enter,
  342. [data-theme="blue"] .el-alert-fade-leave-active {
  343. opacity: 0; }
  344. /* BEM support Func
  345. -------------------------- */
  346. /* Element Chalk Variables */
  347. /* Transition
  348. -------------------------- */
  349. /* Color
  350. -------------------------- */
  351. /* 53a8ff */
  352. /* 66b1ff */
  353. /* 79bbff */
  354. /* 8cc5ff */
  355. /* a0cfff */
  356. /* b3d8ff */
  357. /* c6e2ff */
  358. /* d9ecff */
  359. /* ecf5ff */
  360. /* Link
  361. -------------------------- */
  362. /* Border
  363. -------------------------- */
  364. /* Fill
  365. -------------------------- */
  366. /* Typography
  367. -------------------------- */
  368. /* Size
  369. -------------------------- */
  370. /* z-index
  371. -------------------------- */
  372. /* Disable base
  373. -------------------------- */
  374. /* Icon
  375. -------------------------- */
  376. /* Checkbox
  377. -------------------------- */
  378. /* Radio
  379. -------------------------- */
  380. /* Select
  381. -------------------------- */
  382. /* Alert
  383. -------------------------- */
  384. /* MessageBox
  385. -------------------------- */
  386. /* Message
  387. -------------------------- */
  388. /* Notification
  389. -------------------------- */
  390. /* Input
  391. -------------------------- */
  392. /* Cascader
  393. -------------------------- */
  394. /* Group
  395. -------------------------- */
  396. /* Tab
  397. -------------------------- */
  398. /* Button
  399. -------------------------- */
  400. /* cascader
  401. -------------------------- */
  402. /* Switch
  403. -------------------------- */
  404. /* Dialog
  405. -------------------------- */
  406. /* Table
  407. -------------------------- */
  408. /* Pagination
  409. -------------------------- */
  410. /* Popup
  411. -------------------------- */
  412. /* Popover
  413. -------------------------- */
  414. /* Tooltip
  415. -------------------------- */
  416. /* Tag
  417. -------------------------- */
  418. /* Tree
  419. -------------------------- */
  420. /* Dropdown
  421. -------------------------- */
  422. /* Badge
  423. -------------------------- */
  424. /* Card
  425. --------------------------*/
  426. /* Slider
  427. --------------------------*/
  428. /* Steps
  429. --------------------------*/
  430. /* Menu
  431. --------------------------*/
  432. /* Rate
  433. --------------------------*/
  434. /* DatePicker
  435. --------------------------*/
  436. /* Loading
  437. --------------------------*/
  438. /* Scrollbar
  439. --------------------------*/
  440. /* Carousel
  441. --------------------------*/
  442. /* Collapse
  443. --------------------------*/
  444. /* Transfer
  445. --------------------------*/
  446. /* Header
  447. --------------------------*/
  448. /* Footer
  449. --------------------------*/
  450. /* Main
  451. --------------------------*/
  452. /* Timeline
  453. --------------------------*/
  454. /* Backtop
  455. --------------------------*/
  456. /* Link
  457. --------------------------*/
  458. /* Calendar
  459. --------------------------*/
  460. /* Form
  461. -------------------------- */
  462. /* Avatar
  463. --------------------------*/
  464. /* Break-point
  465. --------------------------*/
  466. /* Break-points
  467. -------------------------- */
  468. /* Scrollbar
  469. -------------------------- */
  470. /* Placeholder
  471. -------------------------- */
  472. /* BEM
  473. -------------------------- */
  474. /* Element Chalk Variables */
  475. /* Transition
  476. -------------------------- */
  477. /* Color
  478. -------------------------- */
  479. /* 53a8ff */
  480. /* 66b1ff */
  481. /* 79bbff */
  482. /* 8cc5ff */
  483. /* a0cfff */
  484. /* b3d8ff */
  485. /* c6e2ff */
  486. /* d9ecff */
  487. /* ecf5ff */
  488. /* Link
  489. -------------------------- */
  490. /* Border
  491. -------------------------- */
  492. /* Fill
  493. -------------------------- */
  494. /* Typography
  495. -------------------------- */
  496. /* Size
  497. -------------------------- */
  498. /* z-index
  499. -------------------------- */
  500. /* Disable base
  501. -------------------------- */
  502. /* Icon
  503. -------------------------- */
  504. /* Checkbox
  505. -------------------------- */
  506. /* Radio
  507. -------------------------- */
  508. /* Select
  509. -------------------------- */
  510. /* Alert
  511. -------------------------- */
  512. /* MessageBox
  513. -------------------------- */
  514. /* Message
  515. -------------------------- */
  516. /* Notification
  517. -------------------------- */
  518. /* Input
  519. -------------------------- */
  520. /* Cascader
  521. -------------------------- */
  522. /* Group
  523. -------------------------- */
  524. /* Tab
  525. -------------------------- */
  526. /* Button
  527. -------------------------- */
  528. /* cascader
  529. -------------------------- */
  530. /* Switch
  531. -------------------------- */
  532. /* Dialog
  533. -------------------------- */
  534. /* Table
  535. -------------------------- */
  536. /* Pagination
  537. -------------------------- */
  538. /* Popup
  539. -------------------------- */
  540. /* Popover
  541. -------------------------- */
  542. /* Tooltip
  543. -------------------------- */
  544. /* Tag
  545. -------------------------- */
  546. /* Tree
  547. -------------------------- */
  548. /* Dropdown
  549. -------------------------- */
  550. /* Badge
  551. -------------------------- */
  552. /* Card
  553. --------------------------*/
  554. /* Slider
  555. --------------------------*/
  556. /* Steps
  557. --------------------------*/
  558. /* Menu
  559. --------------------------*/
  560. /* Rate
  561. --------------------------*/
  562. /* DatePicker
  563. --------------------------*/
  564. /* Loading
  565. --------------------------*/
  566. /* Scrollbar
  567. --------------------------*/
  568. /* Carousel
  569. --------------------------*/
  570. /* Collapse
  571. --------------------------*/
  572. /* Transfer
  573. --------------------------*/
  574. /* Header
  575. --------------------------*/
  576. /* Footer
  577. --------------------------*/
  578. /* Main
  579. --------------------------*/
  580. /* Timeline
  581. --------------------------*/
  582. /* Backtop
  583. --------------------------*/
  584. /* Link
  585. --------------------------*/
  586. /* Calendar
  587. --------------------------*/
  588. /* Form
  589. -------------------------- */
  590. /* Avatar
  591. --------------------------*/
  592. /* Break-point
  593. --------------------------*/
  594. .el-alert {
  595. width: 100%;
  596. padding: 8px 16px;
  597. margin: 0;
  598. -webkit-box-sizing: border-box;
  599. box-sizing: border-box;
  600. border-radius: 0px;
  601. position: relative;
  602. background-color: #000000;
  603. overflow: hidden;
  604. opacity: 1;
  605. display: -webkit-box;
  606. display: -ms-flexbox;
  607. display: flex;
  608. -webkit-box-align: center;
  609. -ms-flex-align: center;
  610. align-items: center;
  611. -webkit-transition: opacity .2s;
  612. transition: opacity .2s; }
  613. .el-alert.is-light .el-alert__closebtn {
  614. color: rgba(255, 255, 255, 0.5); }
  615. .el-alert.is-dark .el-alert__closebtn {
  616. color: #000000; }
  617. .el-alert.is-dark .el-alert__description {
  618. color: #000000; }
  619. .el-alert.is-center {
  620. -webkit-box-pack: center;
  621. -ms-flex-pack: center;
  622. justify-content: center; }
  623. .el-alert--success.is-light {
  624. background-color: #0f161a;
  625. color: #92D9FF; }
  626. .el-alert--success.is-light .el-alert__description {
  627. color: #92D9FF; }
  628. .el-alert--success.is-dark {
  629. background-color: #92D9FF;
  630. color: #000000; }
  631. .el-alert--info.is-light {
  632. background-color: #050505;
  633. color: #aaaaaa; }
  634. .el-alert--info.is-dark {
  635. background-color: #333333;
  636. color: #000000; }
  637. .el-alert--info .el-alert__description {
  638. color: #333333; }
  639. .el-alert--warning.is-light {
  640. background-color: #1a150b;
  641. color: #FFCE6D; }
  642. .el-alert--warning.is-light .el-alert__description {
  643. color: #FFCE6D; }
  644. .el-alert--warning.is-dark {
  645. background-color: #FFCE6D;
  646. color: #000000; }
  647. .el-alert--error.is-light {
  648. background-color: #1a0b0b;
  649. color: #FF6D6D; }
  650. .el-alert--error.is-light .el-alert__description {
  651. color: #FF6D6D; }
  652. .el-alert--error.is-dark {
  653. background-color: #FF6D6D;
  654. color: #000000; }
  655. .el-alert__content {
  656. display: table-cell;
  657. padding: 0 8px; }
  658. .el-alert__icon {
  659. font-size: 16px;
  660. width: 16px; }
  661. .el-alert__icon.is-big {
  662. font-size: 28px;
  663. width: 28px; }
  664. .el-alert__title {
  665. font-size: 13px;
  666. line-height: 18px; }
  667. .el-alert__title.is-bold {
  668. font-weight: bold; }
  669. .el-alert .el-alert__description {
  670. font-size: 12px;
  671. margin: 5px 0 0 0; }
  672. .el-alert__closebtn {
  673. font-size: 12px;
  674. opacity: 1;
  675. position: absolute;
  676. top: 12px;
  677. right: 15px;
  678. cursor: pointer; }
  679. .el-alert__closebtn.is-customed {
  680. font-style: normal;
  681. font-size: 13px;
  682. top: 9px; }
  683. .el-alert-fade-enter,
  684. .el-alert-fade-leave-active {
  685. opacity: 0; }