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

654 lines
14 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-loading-parent--relative {
  253. position: relative !important; }
  254. [data-theme="blue"] .el-loading-parent--hidden {
  255. overflow: hidden !important; }
  256. [data-theme="blue"] .el-loading-mask {
  257. position: absolute;
  258. z-index: 2000;
  259. background-color: rgba(170, 170, 170, 0.9);
  260. margin: 0;
  261. top: 0;
  262. right: 0;
  263. bottom: 0;
  264. left: 0;
  265. -webkit-transition: opacity 0.3s;
  266. transition: opacity 0.3s; }
  267. [data-theme="blue"] .el-loading-mask.is-fullscreen {
  268. position: fixed; }
  269. [data-theme="blue"] .el-loading-mask.is-fullscreen .el-loading-spinner {
  270. margin-top: -25px; }
  271. [data-theme="blue"] .el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  272. height: 50px;
  273. width: 50px; }
  274. [data-theme="blue"] .el-loading-spinner {
  275. top: 50%;
  276. margin-top: -21px;
  277. width: 100%;
  278. text-align: center;
  279. position: absolute; }
  280. [data-theme="blue"] .el-loading-spinner .el-loading-text {
  281. color: #92D9FF;
  282. margin: 3px 0;
  283. font-size: 14px; }
  284. [data-theme="blue"] .el-loading-spinner .circular {
  285. height: 42px;
  286. width: 42px;
  287. -webkit-animation: loading-rotate 2s linear infinite;
  288. animation: loading-rotate 2s linear infinite; }
  289. [data-theme="blue"] .el-loading-spinner .path {
  290. -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  291. animation: loading-dash 1.5s ease-in-out infinite;
  292. stroke-dasharray: 90, 150;
  293. stroke-dashoffset: 0;
  294. stroke-width: 2;
  295. stroke: #92D9FF;
  296. stroke-linecap: round; }
  297. [data-theme="blue"] .el-loading-spinner i {
  298. color: #92D9FF; }
  299. [data-theme="blue"] .el-loading-fade-enter,
  300. [data-theme="blue"] .el-loading-fade-leave-active {
  301. opacity: 0; }
  302. @-webkit-keyframes loading-rotate {
  303. 100% {
  304. -webkit-transform: rotate(360deg);
  305. transform: rotate(360deg); } }
  306. @keyframes loading-rotate {
  307. 100% {
  308. -webkit-transform: rotate(360deg);
  309. transform: rotate(360deg); } }
  310. @-webkit-keyframes loading-dash {
  311. 0% {
  312. stroke-dasharray: 1, 200;
  313. stroke-dashoffset: 0; }
  314. 50% {
  315. stroke-dasharray: 90, 150;
  316. stroke-dashoffset: -40px; }
  317. 100% {
  318. stroke-dasharray: 90, 150;
  319. stroke-dashoffset: -120px; } }
  320. @keyframes loading-dash {
  321. 0% {
  322. stroke-dasharray: 1, 200;
  323. stroke-dashoffset: 0; }
  324. 50% {
  325. stroke-dasharray: 90, 150;
  326. stroke-dashoffset: -40px; }
  327. 100% {
  328. stroke-dasharray: 90, 150;
  329. stroke-dashoffset: -120px; } }
  330. /* BEM support Func
  331. -------------------------- */
  332. /* Element Chalk Variables */
  333. /* Transition
  334. -------------------------- */
  335. /* Color
  336. -------------------------- */
  337. /* 53a8ff */
  338. /* 66b1ff */
  339. /* 79bbff */
  340. /* 8cc5ff */
  341. /* a0cfff */
  342. /* b3d8ff */
  343. /* c6e2ff */
  344. /* d9ecff */
  345. /* ecf5ff */
  346. /* Link
  347. -------------------------- */
  348. /* Border
  349. -------------------------- */
  350. /* Fill
  351. -------------------------- */
  352. /* Typography
  353. -------------------------- */
  354. /* Size
  355. -------------------------- */
  356. /* z-index
  357. -------------------------- */
  358. /* Disable base
  359. -------------------------- */
  360. /* Icon
  361. -------------------------- */
  362. /* Checkbox
  363. -------------------------- */
  364. /* Radio
  365. -------------------------- */
  366. /* Select
  367. -------------------------- */
  368. /* Alert
  369. -------------------------- */
  370. /* MessageBox
  371. -------------------------- */
  372. /* Message
  373. -------------------------- */
  374. /* Notification
  375. -------------------------- */
  376. /* Input
  377. -------------------------- */
  378. /* Cascader
  379. -------------------------- */
  380. /* Group
  381. -------------------------- */
  382. /* Tab
  383. -------------------------- */
  384. /* Button
  385. -------------------------- */
  386. /* cascader
  387. -------------------------- */
  388. /* Switch
  389. -------------------------- */
  390. /* Dialog
  391. -------------------------- */
  392. /* Table
  393. -------------------------- */
  394. /* Pagination
  395. -------------------------- */
  396. /* Popup
  397. -------------------------- */
  398. /* Popover
  399. -------------------------- */
  400. /* Tooltip
  401. -------------------------- */
  402. /* Tag
  403. -------------------------- */
  404. /* Tree
  405. -------------------------- */
  406. /* Dropdown
  407. -------------------------- */
  408. /* Badge
  409. -------------------------- */
  410. /* Card
  411. --------------------------*/
  412. /* Slider
  413. --------------------------*/
  414. /* Steps
  415. --------------------------*/
  416. /* Menu
  417. --------------------------*/
  418. /* Rate
  419. --------------------------*/
  420. /* DatePicker
  421. --------------------------*/
  422. /* Loading
  423. --------------------------*/
  424. /* Scrollbar
  425. --------------------------*/
  426. /* Carousel
  427. --------------------------*/
  428. /* Collapse
  429. --------------------------*/
  430. /* Transfer
  431. --------------------------*/
  432. /* Header
  433. --------------------------*/
  434. /* Footer
  435. --------------------------*/
  436. /* Main
  437. --------------------------*/
  438. /* Timeline
  439. --------------------------*/
  440. /* Backtop
  441. --------------------------*/
  442. /* Link
  443. --------------------------*/
  444. /* Calendar
  445. --------------------------*/
  446. /* Form
  447. -------------------------- */
  448. /* Avatar
  449. --------------------------*/
  450. /* Break-point
  451. --------------------------*/
  452. /* Break-points
  453. -------------------------- */
  454. /* Scrollbar
  455. -------------------------- */
  456. /* Placeholder
  457. -------------------------- */
  458. /* BEM
  459. -------------------------- */
  460. /* Element Chalk Variables */
  461. /* Transition
  462. -------------------------- */
  463. /* Color
  464. -------------------------- */
  465. /* 53a8ff */
  466. /* 66b1ff */
  467. /* 79bbff */
  468. /* 8cc5ff */
  469. /* a0cfff */
  470. /* b3d8ff */
  471. /* c6e2ff */
  472. /* d9ecff */
  473. /* ecf5ff */
  474. /* Link
  475. -------------------------- */
  476. /* Border
  477. -------------------------- */
  478. /* Fill
  479. -------------------------- */
  480. /* Typography
  481. -------------------------- */
  482. /* Size
  483. -------------------------- */
  484. /* z-index
  485. -------------------------- */
  486. /* Disable base
  487. -------------------------- */
  488. /* Icon
  489. -------------------------- */
  490. /* Checkbox
  491. -------------------------- */
  492. /* Radio
  493. -------------------------- */
  494. /* Select
  495. -------------------------- */
  496. /* Alert
  497. -------------------------- */
  498. /* MessageBox
  499. -------------------------- */
  500. /* Message
  501. -------------------------- */
  502. /* Notification
  503. -------------------------- */
  504. /* Input
  505. -------------------------- */
  506. /* Cascader
  507. -------------------------- */
  508. /* Group
  509. -------------------------- */
  510. /* Tab
  511. -------------------------- */
  512. /* Button
  513. -------------------------- */
  514. /* cascader
  515. -------------------------- */
  516. /* Switch
  517. -------------------------- */
  518. /* Dialog
  519. -------------------------- */
  520. /* Table
  521. -------------------------- */
  522. /* Pagination
  523. -------------------------- */
  524. /* Popup
  525. -------------------------- */
  526. /* Popover
  527. -------------------------- */
  528. /* Tooltip
  529. -------------------------- */
  530. /* Tag
  531. -------------------------- */
  532. /* Tree
  533. -------------------------- */
  534. /* Dropdown
  535. -------------------------- */
  536. /* Badge
  537. -------------------------- */
  538. /* Card
  539. --------------------------*/
  540. /* Slider
  541. --------------------------*/
  542. /* Steps
  543. --------------------------*/
  544. /* Menu
  545. --------------------------*/
  546. /* Rate
  547. --------------------------*/
  548. /* DatePicker
  549. --------------------------*/
  550. /* Loading
  551. --------------------------*/
  552. /* Scrollbar
  553. --------------------------*/
  554. /* Carousel
  555. --------------------------*/
  556. /* Collapse
  557. --------------------------*/
  558. /* Transfer
  559. --------------------------*/
  560. /* Header
  561. --------------------------*/
  562. /* Footer
  563. --------------------------*/
  564. /* Main
  565. --------------------------*/
  566. /* Timeline
  567. --------------------------*/
  568. /* Backtop
  569. --------------------------*/
  570. /* Link
  571. --------------------------*/
  572. /* Calendar
  573. --------------------------*/
  574. /* Form
  575. -------------------------- */
  576. /* Avatar
  577. --------------------------*/
  578. /* Break-point
  579. --------------------------*/
  580. .el-loading-parent--relative {
  581. position: relative !important; }
  582. .el-loading-parent--hidden {
  583. overflow: hidden !important; }
  584. .el-loading-mask {
  585. position: absolute;
  586. z-index: 2000;
  587. background-color: rgba(170, 170, 170, 0.9);
  588. margin: 0;
  589. top: 0;
  590. right: 0;
  591. bottom: 0;
  592. left: 0;
  593. -webkit-transition: opacity 0.3s;
  594. transition: opacity 0.3s; }
  595. .el-loading-mask.is-fullscreen {
  596. position: fixed; }
  597. .el-loading-mask.is-fullscreen .el-loading-spinner {
  598. margin-top: -25px; }
  599. .el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  600. height: 50px;
  601. width: 50px; }
  602. .el-loading-spinner {
  603. top: 50%;
  604. margin-top: -21px;
  605. width: 100%;
  606. text-align: center;
  607. position: absolute; }
  608. .el-loading-spinner .el-loading-text {
  609. color: #92D9FF;
  610. margin: 3px 0;
  611. font-size: 14px; }
  612. .el-loading-spinner .circular {
  613. height: 42px;
  614. width: 42px;
  615. -webkit-animation: loading-rotate 2s linear infinite;
  616. animation: loading-rotate 2s linear infinite; }
  617. .el-loading-spinner .path {
  618. -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  619. animation: loading-dash 1.5s ease-in-out infinite;
  620. stroke-dasharray: 90, 150;
  621. stroke-dashoffset: 0;
  622. stroke-width: 2;
  623. stroke: #92D9FF;
  624. stroke-linecap: round; }
  625. .el-loading-spinner i {
  626. color: #92D9FF; }
  627. .el-loading-fade-enter,
  628. .el-loading-fade-leave-active {
  629. opacity: 0; }
  630. @keyframes loading-rotate {
  631. 100% {
  632. -webkit-transform: rotate(360deg);
  633. transform: rotate(360deg); } }
  634. @keyframes loading-dash {
  635. 0% {
  636. stroke-dasharray: 1, 200;
  637. stroke-dashoffset: 0; }
  638. 50% {
  639. stroke-dasharray: 90, 150;
  640. stroke-dashoffset: -40px; }
  641. 100% {
  642. stroke-dasharray: 90, 150;
  643. stroke-dashoffset: -120px; } }