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

344 lines
7.2 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. [data-theme="blue"] .el-time-spinner {
  133. width: 100%;
  134. white-space: nowrap; }
  135. [data-theme="blue"] .el-spinner {
  136. display: inline-block;
  137. vertical-align: middle; }
  138. [data-theme="blue"] .el-spinner-inner {
  139. -webkit-animation: rotate 2s linear infinite;
  140. animation: rotate 2s linear infinite;
  141. width: 50px;
  142. height: 50px; }
  143. [data-theme="blue"] .el-spinner-inner .path {
  144. stroke: #ececec;
  145. stroke-linecap: round;
  146. -webkit-animation: dash 1.5s ease-in-out infinite;
  147. animation: dash 1.5s ease-in-out infinite; }
  148. @-webkit-keyframes rotate {
  149. 100% {
  150. -webkit-transform: rotate(360deg);
  151. transform: rotate(360deg); } }
  152. @keyframes rotate {
  153. 100% {
  154. -webkit-transform: rotate(360deg);
  155. transform: rotate(360deg); } }
  156. @-webkit-keyframes dash {
  157. 0% {
  158. stroke-dasharray: 1, 150;
  159. stroke-dashoffset: 0; }
  160. 50% {
  161. stroke-dasharray: 90, 150;
  162. stroke-dashoffset: -35; }
  163. 100% {
  164. stroke-dasharray: 90, 150;
  165. stroke-dashoffset: -124; } }
  166. @keyframes dash {
  167. 0% {
  168. stroke-dasharray: 1, 150;
  169. stroke-dashoffset: 0; }
  170. 50% {
  171. stroke-dasharray: 90, 150;
  172. stroke-dashoffset: -35; }
  173. 100% {
  174. stroke-dasharray: 90, 150;
  175. stroke-dashoffset: -124; } }
  176. /* BEM support Func
  177. -------------------------- */
  178. /* Element Chalk Variables */
  179. /* Transition
  180. -------------------------- */
  181. /* Color
  182. -------------------------- */
  183. /* 53a8ff */
  184. /* 66b1ff */
  185. /* 79bbff */
  186. /* 8cc5ff */
  187. /* a0cfff */
  188. /* b3d8ff */
  189. /* c6e2ff */
  190. /* d9ecff */
  191. /* ecf5ff */
  192. /* Link
  193. -------------------------- */
  194. /* Border
  195. -------------------------- */
  196. /* Fill
  197. -------------------------- */
  198. /* Typography
  199. -------------------------- */
  200. /* Size
  201. -------------------------- */
  202. /* z-index
  203. -------------------------- */
  204. /* Disable base
  205. -------------------------- */
  206. /* Icon
  207. -------------------------- */
  208. /* Checkbox
  209. -------------------------- */
  210. /* Radio
  211. -------------------------- */
  212. /* Select
  213. -------------------------- */
  214. /* Alert
  215. -------------------------- */
  216. /* MessageBox
  217. -------------------------- */
  218. /* Message
  219. -------------------------- */
  220. /* Notification
  221. -------------------------- */
  222. /* Input
  223. -------------------------- */
  224. /* Cascader
  225. -------------------------- */
  226. /* Group
  227. -------------------------- */
  228. /* Tab
  229. -------------------------- */
  230. /* Button
  231. -------------------------- */
  232. /* cascader
  233. -------------------------- */
  234. /* Switch
  235. -------------------------- */
  236. /* Dialog
  237. -------------------------- */
  238. /* Table
  239. -------------------------- */
  240. /* Pagination
  241. -------------------------- */
  242. /* Popup
  243. -------------------------- */
  244. /* Popover
  245. -------------------------- */
  246. /* Tooltip
  247. -------------------------- */
  248. /* Tag
  249. -------------------------- */
  250. /* Tree
  251. -------------------------- */
  252. /* Dropdown
  253. -------------------------- */
  254. /* Badge
  255. -------------------------- */
  256. /* Card
  257. --------------------------*/
  258. /* Slider
  259. --------------------------*/
  260. /* Steps
  261. --------------------------*/
  262. /* Menu
  263. --------------------------*/
  264. /* Rate
  265. --------------------------*/
  266. /* DatePicker
  267. --------------------------*/
  268. /* Loading
  269. --------------------------*/
  270. /* Scrollbar
  271. --------------------------*/
  272. /* Carousel
  273. --------------------------*/
  274. /* Collapse
  275. --------------------------*/
  276. /* Transfer
  277. --------------------------*/
  278. /* Header
  279. --------------------------*/
  280. /* Footer
  281. --------------------------*/
  282. /* Main
  283. --------------------------*/
  284. /* Timeline
  285. --------------------------*/
  286. /* Backtop
  287. --------------------------*/
  288. /* Link
  289. --------------------------*/
  290. /* Calendar
  291. --------------------------*/
  292. /* Form
  293. -------------------------- */
  294. /* Avatar
  295. --------------------------*/
  296. /* Break-point
  297. --------------------------*/
  298. /* Break-points
  299. -------------------------- */
  300. /* Scrollbar
  301. -------------------------- */
  302. /* Placeholder
  303. -------------------------- */
  304. /* BEM
  305. -------------------------- */
  306. .el-time-spinner {
  307. width: 100%;
  308. white-space: nowrap; }
  309. .el-spinner {
  310. display: inline-block;
  311. vertical-align: middle; }
  312. .el-spinner-inner {
  313. -webkit-animation: rotate 2s linear infinite;
  314. animation: rotate 2s linear infinite;
  315. width: 50px;
  316. height: 50px; }
  317. .el-spinner-inner .path {
  318. stroke: #ececec;
  319. stroke-linecap: round;
  320. -webkit-animation: dash 1.5s ease-in-out infinite;
  321. animation: dash 1.5s ease-in-out infinite; }
  322. @keyframes rotate {
  323. 100% {
  324. -webkit-transform: rotate(360deg);
  325. transform: rotate(360deg); } }
  326. @keyframes dash {
  327. 0% {
  328. stroke-dasharray: 1, 150;
  329. stroke-dashoffset: 0; }
  330. 50% {
  331. stroke-dasharray: 90, 150;
  332. stroke-dashoffset: -35; }
  333. 100% {
  334. stroke-dasharray: 90, 150;
  335. stroke-dashoffset: -124; } }