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.

583 lines
12 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. .el-carousel__item {
  253. position: absolute;
  254. top: 0;
  255. left: 0;
  256. width: 100%;
  257. height: 100%;
  258. display: inline-block;
  259. overflow: hidden;
  260. z-index: 0; }
  261. .el-carousel__item.is-active {
  262. z-index: 2; }
  263. .el-carousel__item.is-animating {
  264. -webkit-transition: -webkit-transform .4s ease-in-out;
  265. transition: -webkit-transform .4s ease-in-out;
  266. transition: transform .4s ease-in-out;
  267. transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }
  268. .el-carousel__item--card {
  269. width: 50%;
  270. -webkit-transition: -webkit-transform .4s ease-in-out;
  271. transition: -webkit-transform .4s ease-in-out;
  272. transition: transform .4s ease-in-out;
  273. transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }
  274. .el-carousel__item--card.is-in-stage {
  275. cursor: pointer;
  276. z-index: 1; }
  277. .el-carousel__item--card.is-in-stage:hover .el-carousel__mask,
  278. .el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask {
  279. opacity: 0.12; }
  280. .el-carousel__item--card.is-active {
  281. z-index: 2; }
  282. .el-carousel__mask {
  283. position: absolute;
  284. width: 100%;
  285. height: 100%;
  286. top: 0;
  287. left: 0;
  288. background-color: #000000;
  289. opacity: 0.24;
  290. -webkit-transition: .2s;
  291. transition: .2s; }
  292. /* BEM support Func
  293. -------------------------- */
  294. /* Element Chalk Variables */
  295. /* Transition
  296. -------------------------- */
  297. /* Color
  298. -------------------------- */
  299. /* 53a8ff */
  300. /* 66b1ff */
  301. /* 79bbff */
  302. /* 8cc5ff */
  303. /* a0cfff */
  304. /* b3d8ff */
  305. /* c6e2ff */
  306. /* d9ecff */
  307. /* ecf5ff */
  308. /* Link
  309. -------------------------- */
  310. /* Border
  311. -------------------------- */
  312. /* Fill
  313. -------------------------- */
  314. /* Typography
  315. -------------------------- */
  316. /* Size
  317. -------------------------- */
  318. /* z-index
  319. -------------------------- */
  320. /* Disable base
  321. -------------------------- */
  322. /* Icon
  323. -------------------------- */
  324. /* Checkbox
  325. -------------------------- */
  326. /* Radio
  327. -------------------------- */
  328. /* Select
  329. -------------------------- */
  330. /* Alert
  331. -------------------------- */
  332. /* MessageBox
  333. -------------------------- */
  334. /* Message
  335. -------------------------- */
  336. /* Notification
  337. -------------------------- */
  338. /* Input
  339. -------------------------- */
  340. /* Cascader
  341. -------------------------- */
  342. /* Group
  343. -------------------------- */
  344. /* Tab
  345. -------------------------- */
  346. /* Button
  347. -------------------------- */
  348. /* cascader
  349. -------------------------- */
  350. /* Switch
  351. -------------------------- */
  352. /* Dialog
  353. -------------------------- */
  354. /* Table
  355. -------------------------- */
  356. /* Pagination
  357. -------------------------- */
  358. /* Popup
  359. -------------------------- */
  360. /* Popover
  361. -------------------------- */
  362. /* Tooltip
  363. -------------------------- */
  364. /* Tag
  365. -------------------------- */
  366. /* Tree
  367. -------------------------- */
  368. /* Dropdown
  369. -------------------------- */
  370. /* Badge
  371. -------------------------- */
  372. /* Card
  373. --------------------------*/
  374. /* Slider
  375. --------------------------*/
  376. /* Steps
  377. --------------------------*/
  378. /* Menu
  379. --------------------------*/
  380. /* Rate
  381. --------------------------*/
  382. /* DatePicker
  383. --------------------------*/
  384. /* Loading
  385. --------------------------*/
  386. /* Scrollbar
  387. --------------------------*/
  388. /* Carousel
  389. --------------------------*/
  390. /* Collapse
  391. --------------------------*/
  392. /* Transfer
  393. --------------------------*/
  394. /* Header
  395. --------------------------*/
  396. /* Footer
  397. --------------------------*/
  398. /* Main
  399. --------------------------*/
  400. /* Timeline
  401. --------------------------*/
  402. /* Backtop
  403. --------------------------*/
  404. /* Link
  405. --------------------------*/
  406. /* Calendar
  407. --------------------------*/
  408. /* Form
  409. -------------------------- */
  410. /* Avatar
  411. --------------------------*/
  412. /* Break-point
  413. --------------------------*/
  414. /* Break-points
  415. -------------------------- */
  416. /* Scrollbar
  417. -------------------------- */
  418. /* Placeholder
  419. -------------------------- */
  420. /* BEM
  421. -------------------------- */
  422. /* Element Chalk Variables */
  423. /* Transition
  424. -------------------------- */
  425. /* Color
  426. -------------------------- */
  427. /* 53a8ff */
  428. /* 66b1ff */
  429. /* 79bbff */
  430. /* 8cc5ff */
  431. /* a0cfff */
  432. /* b3d8ff */
  433. /* c6e2ff */
  434. /* d9ecff */
  435. /* ecf5ff */
  436. /* Link
  437. -------------------------- */
  438. /* Border
  439. -------------------------- */
  440. /* Fill
  441. -------------------------- */
  442. /* Typography
  443. -------------------------- */
  444. /* Size
  445. -------------------------- */
  446. /* z-index
  447. -------------------------- */
  448. /* Disable base
  449. -------------------------- */
  450. /* Icon
  451. -------------------------- */
  452. /* Checkbox
  453. -------------------------- */
  454. /* Radio
  455. -------------------------- */
  456. /* Select
  457. -------------------------- */
  458. /* Alert
  459. -------------------------- */
  460. /* MessageBox
  461. -------------------------- */
  462. /* Message
  463. -------------------------- */
  464. /* Notification
  465. -------------------------- */
  466. /* Input
  467. -------------------------- */
  468. /* Cascader
  469. -------------------------- */
  470. /* Group
  471. -------------------------- */
  472. /* Tab
  473. -------------------------- */
  474. /* Button
  475. -------------------------- */
  476. /* cascader
  477. -------------------------- */
  478. /* Switch
  479. -------------------------- */
  480. /* Dialog
  481. -------------------------- */
  482. /* Table
  483. -------------------------- */
  484. /* Pagination
  485. -------------------------- */
  486. /* Popup
  487. -------------------------- */
  488. /* Popover
  489. -------------------------- */
  490. /* Tooltip
  491. -------------------------- */
  492. /* Tag
  493. -------------------------- */
  494. /* Tree
  495. -------------------------- */
  496. /* Dropdown
  497. -------------------------- */
  498. /* Badge
  499. -------------------------- */
  500. /* Card
  501. --------------------------*/
  502. /* Slider
  503. --------------------------*/
  504. /* Steps
  505. --------------------------*/
  506. /* Menu
  507. --------------------------*/
  508. /* Rate
  509. --------------------------*/
  510. /* DatePicker
  511. --------------------------*/
  512. /* Loading
  513. --------------------------*/
  514. /* Scrollbar
  515. --------------------------*/
  516. /* Carousel
  517. --------------------------*/
  518. /* Collapse
  519. --------------------------*/
  520. /* Transfer
  521. --------------------------*/
  522. /* Header
  523. --------------------------*/
  524. /* Footer
  525. --------------------------*/
  526. /* Main
  527. --------------------------*/
  528. /* Timeline
  529. --------------------------*/
  530. /* Backtop
  531. --------------------------*/
  532. /* Link
  533. --------------------------*/
  534. /* Calendar
  535. --------------------------*/
  536. /* Form
  537. -------------------------- */
  538. /* Avatar
  539. --------------------------*/
  540. /* Break-point
  541. --------------------------*/
  542. .el-carousel__item {
  543. position: absolute;
  544. top: 0;
  545. left: 0;
  546. width: 100%;
  547. height: 100%;
  548. display: inline-block;
  549. overflow: hidden;
  550. z-index: 0; }
  551. .el-carousel__item.is-active {
  552. z-index: 2; }
  553. .el-carousel__item.is-animating {
  554. -webkit-transition: -webkit-transform .4s ease-in-out;
  555. transition: -webkit-transform .4s ease-in-out;
  556. transition: transform .4s ease-in-out;
  557. transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }
  558. .el-carousel__item--card {
  559. width: 50%;
  560. -webkit-transition: -webkit-transform .4s ease-in-out;
  561. transition: -webkit-transform .4s ease-in-out;
  562. transition: transform .4s ease-in-out;
  563. transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }
  564. .el-carousel__item--card.is-in-stage {
  565. cursor: pointer;
  566. z-index: 1; }
  567. .el-carousel__item--card.is-in-stage:hover .el-carousel__mask,
  568. .el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask {
  569. opacity: 0.12; }
  570. .el-carousel__item--card.is-active {
  571. z-index: 2; }
  572. .el-carousel__mask {
  573. position: absolute;
  574. width: 100%;
  575. height: 100%;
  576. top: 0;
  577. left: 0;
  578. background-color: #000000;
  579. opacity: 0.24;
  580. -webkit-transition: .2s;
  581. transition: .2s; }