Plat Admin

tree.css 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149
  1. @charset "UTF-8";
  2. /* BEM support Func
  3. -------------------------- */
  4. /* Element Chalk Variables */
  5. /* Transition
  6. -------------------------- */
  7. /* Colors
  8. -------------------------- */
  9. /* 53a8ff */
  10. /* 66b1ff */
  11. /* 79bbff */
  12. /* 8cc5ff */
  13. /* a0cfff */
  14. /* b3d8ff */
  15. /* c6e2ff */
  16. /* d9ecff */
  17. /* ecf5ff */
  18. /* Link
  19. -------------------------- */
  20. /* Background
  21. -------------------------- */
  22. /* Border
  23. -------------------------- */
  24. /* Box-shadow
  25. -------------------------- */
  26. /* Fill
  27. -------------------------- */
  28. /* Font
  29. -------------------------- */
  30. /* Size
  31. -------------------------- */
  32. /* z-index
  33. -------------------------- */
  34. /* Disable base
  35. -------------------------- */
  36. /* Icon
  37. -------------------------- */
  38. /* Checkbox
  39. -------------------------- */
  40. /* Radio
  41. -------------------------- */
  42. /* Select
  43. -------------------------- */
  44. /* Alert
  45. -------------------------- */
  46. /* Message Box
  47. -------------------------- */
  48. /* Message
  49. -------------------------- */
  50. /* Notification
  51. -------------------------- */
  52. /* Input
  53. -------------------------- */
  54. /* Cascader
  55. -------------------------- */
  56. /* Group
  57. -------------------------- */
  58. /* Tab
  59. -------------------------- */
  60. /* Button
  61. -------------------------- */
  62. /* cascader
  63. -------------------------- */
  64. /* Switch
  65. -------------------------- */
  66. /* Dialog
  67. -------------------------- */
  68. /* Table
  69. -------------------------- */
  70. /* Pagination
  71. -------------------------- */
  72. /* Popover
  73. -------------------------- */
  74. /* Tooltip
  75. -------------------------- */
  76. /* Tag
  77. -------------------------- */
  78. /* Tree
  79. -------------------------- */
  80. /* Dropdown
  81. -------------------------- */
  82. /* Badge
  83. -------------------------- */
  84. /* Card
  85. --------------------------*/
  86. /* Slider
  87. --------------------------*/
  88. /* Steps
  89. --------------------------*/
  90. /* Menu
  91. --------------------------*/
  92. /* Rate
  93. --------------------------*/
  94. /* DatePicker
  95. --------------------------*/
  96. /* Loading
  97. --------------------------*/
  98. /* Scrollbar
  99. --------------------------*/
  100. /* Carousel
  101. --------------------------*/
  102. /* Collapse
  103. --------------------------*/
  104. /* Transfer
  105. --------------------------*/
  106. /* Header
  107. --------------------------*/
  108. /* Footer
  109. --------------------------*/
  110. /* Main
  111. --------------------------*/
  112. /* Break-point
  113. --------------------------*/
  114. /* Break-points
  115. -------------------------- */
  116. /* Scrollbar
  117. -------------------------- */
  118. /* Placeholder
  119. -------------------------- */
  120. /* BEM
  121. -------------------------- */
  122. /* Element Chalk Variables */
  123. /* Transition
  124. -------------------------- */
  125. /* Colors
  126. -------------------------- */
  127. /* 53a8ff */
  128. /* 66b1ff */
  129. /* 79bbff */
  130. /* 8cc5ff */
  131. /* a0cfff */
  132. /* b3d8ff */
  133. /* c6e2ff */
  134. /* d9ecff */
  135. /* ecf5ff */
  136. /* Link
  137. -------------------------- */
  138. /* Background
  139. -------------------------- */
  140. /* Border
  141. -------------------------- */
  142. /* Box-shadow
  143. -------------------------- */
  144. /* Fill
  145. -------------------------- */
  146. /* Font
  147. -------------------------- */
  148. /* Size
  149. -------------------------- */
  150. /* z-index
  151. -------------------------- */
  152. /* Disable base
  153. -------------------------- */
  154. /* Icon
  155. -------------------------- */
  156. /* Checkbox
  157. -------------------------- */
  158. /* Radio
  159. -------------------------- */
  160. /* Select
  161. -------------------------- */
  162. /* Alert
  163. -------------------------- */
  164. /* Message Box
  165. -------------------------- */
  166. /* Message
  167. -------------------------- */
  168. /* Notification
  169. -------------------------- */
  170. /* Input
  171. -------------------------- */
  172. /* Cascader
  173. -------------------------- */
  174. /* Group
  175. -------------------------- */
  176. /* Tab
  177. -------------------------- */
  178. /* Button
  179. -------------------------- */
  180. /* cascader
  181. -------------------------- */
  182. /* Switch
  183. -------------------------- */
  184. /* Dialog
  185. -------------------------- */
  186. /* Table
  187. -------------------------- */
  188. /* Pagination
  189. -------------------------- */
  190. /* Popover
  191. -------------------------- */
  192. /* Tooltip
  193. -------------------------- */
  194. /* Tag
  195. -------------------------- */
  196. /* Tree
  197. -------------------------- */
  198. /* Dropdown
  199. -------------------------- */
  200. /* Badge
  201. -------------------------- */
  202. /* Card
  203. --------------------------*/
  204. /* Slider
  205. --------------------------*/
  206. /* Steps
  207. --------------------------*/
  208. /* Menu
  209. --------------------------*/
  210. /* Rate
  211. --------------------------*/
  212. /* DatePicker
  213. --------------------------*/
  214. /* Loading
  215. --------------------------*/
  216. /* Scrollbar
  217. --------------------------*/
  218. /* Carousel
  219. --------------------------*/
  220. /* Collapse
  221. --------------------------*/
  222. /* Transfer
  223. --------------------------*/
  224. /* Header
  225. --------------------------*/
  226. /* Footer
  227. --------------------------*/
  228. /* Main
  229. --------------------------*/
  230. /* Break-point
  231. --------------------------*/
  232. /* Element Chalk Variables */
  233. /* Transition
  234. -------------------------- */
  235. /* Colors
  236. -------------------------- */
  237. /* 53a8ff */
  238. /* 66b1ff */
  239. /* 79bbff */
  240. /* 8cc5ff */
  241. /* a0cfff */
  242. /* b3d8ff */
  243. /* c6e2ff */
  244. /* d9ecff */
  245. /* ecf5ff */
  246. /* Link
  247. -------------------------- */
  248. /* Background
  249. -------------------------- */
  250. /* Border
  251. -------------------------- */
  252. /* Box-shadow
  253. -------------------------- */
  254. /* Fill
  255. -------------------------- */
  256. /* Font
  257. -------------------------- */
  258. /* Size
  259. -------------------------- */
  260. /* z-index
  261. -------------------------- */
  262. /* Disable base
  263. -------------------------- */
  264. /* Icon
  265. -------------------------- */
  266. /* Checkbox
  267. -------------------------- */
  268. /* Radio
  269. -------------------------- */
  270. /* Select
  271. -------------------------- */
  272. /* Alert
  273. -------------------------- */
  274. /* Message Box
  275. -------------------------- */
  276. /* Message
  277. -------------------------- */
  278. /* Notification
  279. -------------------------- */
  280. /* Input
  281. -------------------------- */
  282. /* Cascader
  283. -------------------------- */
  284. /* Group
  285. -------------------------- */
  286. /* Tab
  287. -------------------------- */
  288. /* Button
  289. -------------------------- */
  290. /* cascader
  291. -------------------------- */
  292. /* Switch
  293. -------------------------- */
  294. /* Dialog
  295. -------------------------- */
  296. /* Table
  297. -------------------------- */
  298. /* Pagination
  299. -------------------------- */
  300. /* Popover
  301. -------------------------- */
  302. /* Tooltip
  303. -------------------------- */
  304. /* Tag
  305. -------------------------- */
  306. /* Tree
  307. -------------------------- */
  308. /* Dropdown
  309. -------------------------- */
  310. /* Badge
  311. -------------------------- */
  312. /* Card
  313. --------------------------*/
  314. /* Slider
  315. --------------------------*/
  316. /* Steps
  317. --------------------------*/
  318. /* Menu
  319. --------------------------*/
  320. /* Rate
  321. --------------------------*/
  322. /* DatePicker
  323. --------------------------*/
  324. /* Loading
  325. --------------------------*/
  326. /* Scrollbar
  327. --------------------------*/
  328. /* Carousel
  329. --------------------------*/
  330. /* Collapse
  331. --------------------------*/
  332. /* Transfer
  333. --------------------------*/
  334. /* Header
  335. --------------------------*/
  336. /* Footer
  337. --------------------------*/
  338. /* Main
  339. --------------------------*/
  340. /* Break-point
  341. --------------------------*/
  342. .fade-in-linear-enter-active,
  343. .fade-in-linear-leave-active {
  344. -webkit-transition: opacity 200ms linear;
  345. transition: opacity 200ms linear; }
  346. .fade-in-linear-enter,
  347. .fade-in-linear-leave,
  348. .fade-in-linear-leave-active {
  349. opacity: 0; }
  350. .el-fade-in-linear-enter-active,
  351. .el-fade-in-linear-leave-active {
  352. -webkit-transition: opacity 200ms linear;
  353. transition: opacity 200ms linear; }
  354. .el-fade-in-linear-enter,
  355. .el-fade-in-linear-leave,
  356. .el-fade-in-linear-leave-active {
  357. opacity: 0; }
  358. .el-fade-in-enter-active,
  359. .el-fade-in-leave-active {
  360. -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  361. transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  362. .el-fade-in-enter,
  363. .el-fade-in-leave-active {
  364. opacity: 0; }
  365. .el-zoom-in-center-enter-active,
  366. .el-zoom-in-center-leave-active {
  367. -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  368. transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  369. .el-zoom-in-center-enter,
  370. .el-zoom-in-center-leave-active {
  371. opacity: 0;
  372. -webkit-transform: scaleX(0);
  373. transform: scaleX(0); }
  374. .el-zoom-in-top-enter-active,
  375. .el-zoom-in-top-leave-active {
  376. opacity: 1;
  377. -webkit-transform: scaleY(1);
  378. transform: scaleY(1);
  379. -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  380. transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  381. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  382. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  383. -webkit-transform-origin: center top;
  384. transform-origin: center top; }
  385. .el-zoom-in-top-enter,
  386. .el-zoom-in-top-leave-active {
  387. opacity: 0;
  388. -webkit-transform: scaleY(0);
  389. transform: scaleY(0); }
  390. .el-zoom-in-bottom-enter-active,
  391. .el-zoom-in-bottom-leave-active {
  392. opacity: 1;
  393. -webkit-transform: scaleY(1);
  394. transform: scaleY(1);
  395. -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  396. transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  397. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  398. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  399. -webkit-transform-origin: center bottom;
  400. transform-origin: center bottom; }
  401. .el-zoom-in-bottom-enter,
  402. .el-zoom-in-bottom-leave-active {
  403. opacity: 0;
  404. -webkit-transform: scaleY(0);
  405. transform: scaleY(0); }
  406. .el-zoom-in-left-enter-active,
  407. .el-zoom-in-left-leave-active {
  408. opacity: 1;
  409. -webkit-transform: scale(1, 1);
  410. transform: scale(1, 1);
  411. -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  412. transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  413. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  414. transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  415. -webkit-transform-origin: top left;
  416. transform-origin: top left; }
  417. .el-zoom-in-left-enter,
  418. .el-zoom-in-left-leave-active {
  419. opacity: 0;
  420. -webkit-transform: scale(0.45, 0.45);
  421. transform: scale(0.45, 0.45); }
  422. .collapse-transition {
  423. -webkit-transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
  424. transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out; }
  425. .horizontal-collapse-transition {
  426. -webkit-transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out;
  427. transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out; }
  428. .el-list-enter-active,
  429. .el-list-leave-active {
  430. -webkit-transition: all 1s;
  431. transition: all 1s; }
  432. .el-list-enter, .el-list-leave-active {
  433. opacity: 0;
  434. -webkit-transform: translateY(-30px);
  435. transform: translateY(-30px); }
  436. .el-opacity-transition {
  437. -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  438. transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  439. /* Element Chalk Variables */
  440. /* Transition
  441. -------------------------- */
  442. /* Colors
  443. -------------------------- */
  444. /* 53a8ff */
  445. /* 66b1ff */
  446. /* 79bbff */
  447. /* 8cc5ff */
  448. /* a0cfff */
  449. /* b3d8ff */
  450. /* c6e2ff */
  451. /* d9ecff */
  452. /* ecf5ff */
  453. /* Link
  454. -------------------------- */
  455. /* Background
  456. -------------------------- */
  457. /* Border
  458. -------------------------- */
  459. /* Box-shadow
  460. -------------------------- */
  461. /* Fill
  462. -------------------------- */
  463. /* Font
  464. -------------------------- */
  465. /* Size
  466. -------------------------- */
  467. /* z-index
  468. -------------------------- */
  469. /* Disable base
  470. -------------------------- */
  471. /* Icon
  472. -------------------------- */
  473. /* Checkbox
  474. -------------------------- */
  475. /* Radio
  476. -------------------------- */
  477. /* Select
  478. -------------------------- */
  479. /* Alert
  480. -------------------------- */
  481. /* Message Box
  482. -------------------------- */
  483. /* Message
  484. -------------------------- */
  485. /* Notification
  486. -------------------------- */
  487. /* Input
  488. -------------------------- */
  489. /* Cascader
  490. -------------------------- */
  491. /* Group
  492. -------------------------- */
  493. /* Tab
  494. -------------------------- */
  495. /* Button
  496. -------------------------- */
  497. /* cascader
  498. -------------------------- */
  499. /* Switch
  500. -------------------------- */
  501. /* Dialog
  502. -------------------------- */
  503. /* Table
  504. -------------------------- */
  505. /* Pagination
  506. -------------------------- */
  507. /* Popover
  508. -------------------------- */
  509. /* Tooltip
  510. -------------------------- */
  511. /* Tag
  512. -------------------------- */
  513. /* Tree
  514. -------------------------- */
  515. /* Dropdown
  516. -------------------------- */
  517. /* Badge
  518. -------------------------- */
  519. /* Card
  520. --------------------------*/
  521. /* Slider
  522. --------------------------*/
  523. /* Steps
  524. --------------------------*/
  525. /* Menu
  526. --------------------------*/
  527. /* Rate
  528. --------------------------*/
  529. /* DatePicker
  530. --------------------------*/
  531. /* Loading
  532. --------------------------*/
  533. /* Scrollbar
  534. --------------------------*/
  535. /* Carousel
  536. --------------------------*/
  537. /* Collapse
  538. --------------------------*/
  539. /* Transfer
  540. --------------------------*/
  541. /* Header
  542. --------------------------*/
  543. /* Footer
  544. --------------------------*/
  545. /* Main
  546. --------------------------*/
  547. /* Break-point
  548. --------------------------*/
  549. /* BEM support Func
  550. -------------------------- */
  551. /* Element Chalk Variables */
  552. /* Transition
  553. -------------------------- */
  554. /* Colors
  555. -------------------------- */
  556. /* 53a8ff */
  557. /* 66b1ff */
  558. /* 79bbff */
  559. /* 8cc5ff */
  560. /* a0cfff */
  561. /* b3d8ff */
  562. /* c6e2ff */
  563. /* d9ecff */
  564. /* ecf5ff */
  565. /* Link
  566. -------------------------- */
  567. /* Background
  568. -------------------------- */
  569. /* Border
  570. -------------------------- */
  571. /* Box-shadow
  572. -------------------------- */
  573. /* Fill
  574. -------------------------- */
  575. /* Font
  576. -------------------------- */
  577. /* Size
  578. -------------------------- */
  579. /* z-index
  580. -------------------------- */
  581. /* Disable base
  582. -------------------------- */
  583. /* Icon
  584. -------------------------- */
  585. /* Checkbox
  586. -------------------------- */
  587. /* Radio
  588. -------------------------- */
  589. /* Select
  590. -------------------------- */
  591. /* Alert
  592. -------------------------- */
  593. /* Message Box
  594. -------------------------- */
  595. /* Message
  596. -------------------------- */
  597. /* Notification
  598. -------------------------- */
  599. /* Input
  600. -------------------------- */
  601. /* Cascader
  602. -------------------------- */
  603. /* Group
  604. -------------------------- */
  605. /* Tab
  606. -------------------------- */
  607. /* Button
  608. -------------------------- */
  609. /* cascader
  610. -------------------------- */
  611. /* Switch
  612. -------------------------- */
  613. /* Dialog
  614. -------------------------- */
  615. /* Table
  616. -------------------------- */
  617. /* Pagination
  618. -------------------------- */
  619. /* Popover
  620. -------------------------- */
  621. /* Tooltip
  622. -------------------------- */
  623. /* Tag
  624. -------------------------- */
  625. /* Tree
  626. -------------------------- */
  627. /* Dropdown
  628. -------------------------- */
  629. /* Badge
  630. -------------------------- */
  631. /* Card
  632. --------------------------*/
  633. /* Slider
  634. --------------------------*/
  635. /* Steps
  636. --------------------------*/
  637. /* Menu
  638. --------------------------*/
  639. /* Rate
  640. --------------------------*/
  641. /* DatePicker
  642. --------------------------*/
  643. /* Loading
  644. --------------------------*/
  645. /* Scrollbar
  646. --------------------------*/
  647. /* Carousel
  648. --------------------------*/
  649. /* Collapse
  650. --------------------------*/
  651. /* Transfer
  652. --------------------------*/
  653. /* Header
  654. --------------------------*/
  655. /* Footer
  656. --------------------------*/
  657. /* Main
  658. --------------------------*/
  659. /* Break-point
  660. --------------------------*/
  661. /* Break-points
  662. -------------------------- */
  663. /* Scrollbar
  664. -------------------------- */
  665. /* Placeholder
  666. -------------------------- */
  667. /* BEM
  668. -------------------------- */
  669. /* Element Chalk Variables */
  670. /* Transition
  671. -------------------------- */
  672. /* Colors
  673. -------------------------- */
  674. /* 53a8ff */
  675. /* 66b1ff */
  676. /* 79bbff */
  677. /* 8cc5ff */
  678. /* a0cfff */
  679. /* b3d8ff */
  680. /* c6e2ff */
  681. /* d9ecff */
  682. /* ecf5ff */
  683. /* Link
  684. -------------------------- */
  685. /* Background
  686. -------------------------- */
  687. /* Border
  688. -------------------------- */
  689. /* Box-shadow
  690. -------------------------- */
  691. /* Fill
  692. -------------------------- */
  693. /* Font
  694. -------------------------- */
  695. /* Size
  696. -------------------------- */
  697. /* z-index
  698. -------------------------- */
  699. /* Disable base
  700. -------------------------- */
  701. /* Icon
  702. -------------------------- */
  703. /* Checkbox
  704. -------------------------- */
  705. /* Radio
  706. -------------------------- */
  707. /* Select
  708. -------------------------- */
  709. /* Alert
  710. -------------------------- */
  711. /* Message Box
  712. -------------------------- */
  713. /* Message
  714. -------------------------- */
  715. /* Notification
  716. -------------------------- */
  717. /* Input
  718. -------------------------- */
  719. /* Cascader
  720. -------------------------- */
  721. /* Group
  722. -------------------------- */
  723. /* Tab
  724. -------------------------- */
  725. /* Button
  726. -------------------------- */
  727. /* cascader
  728. -------------------------- */
  729. /* Switch
  730. -------------------------- */
  731. /* Dialog
  732. -------------------------- */
  733. /* Table
  734. -------------------------- */
  735. /* Pagination
  736. -------------------------- */
  737. /* Popover
  738. -------------------------- */
  739. /* Tooltip
  740. -------------------------- */
  741. /* Tag
  742. -------------------------- */
  743. /* Tree
  744. -------------------------- */
  745. /* Dropdown
  746. -------------------------- */
  747. /* Badge
  748. -------------------------- */
  749. /* Card
  750. --------------------------*/
  751. /* Slider
  752. --------------------------*/
  753. /* Steps
  754. --------------------------*/
  755. /* Menu
  756. --------------------------*/
  757. /* Rate
  758. --------------------------*/
  759. /* DatePicker
  760. --------------------------*/
  761. /* Loading
  762. --------------------------*/
  763. /* Scrollbar
  764. --------------------------*/
  765. /* Carousel
  766. --------------------------*/
  767. /* Collapse
  768. --------------------------*/
  769. /* Transfer
  770. --------------------------*/
  771. /* Header
  772. --------------------------*/
  773. /* Footer
  774. --------------------------*/
  775. /* Main
  776. --------------------------*/
  777. /* Break-point
  778. --------------------------*/
  779. .el-checkbox {
  780. color: #606266;
  781. font-weight: 500;
  782. font-size: 14px;
  783. position: relative;
  784. cursor: pointer;
  785. display: inline-block;
  786. white-space: nowrap;
  787. -webkit-user-select: none;
  788. -moz-user-select: none;
  789. -ms-user-select: none;
  790. user-select: none; }
  791. .el-checkbox.is-bordered {
  792. padding: 9px 20px 9px 10px;
  793. border-radius: 4px;
  794. border: 1px solid #dcdfe6;
  795. -webkit-box-sizing: border-box;
  796. box-sizing: border-box;
  797. line-height: normal;
  798. height: 40px; }
  799. .el-checkbox.is-bordered.is-checked {
  800. border-color: #1b73a5; }
  801. .el-checkbox.is-bordered.is-disabled {
  802. border-color: #ebeef5;
  803. cursor: not-allowed; }
  804. .el-checkbox.is-bordered + .el-checkbox.is-bordered {
  805. margin-left: 10px; }
  806. .el-checkbox.is-bordered.el-checkbox--medium {
  807. padding: 7px 20px 7px 10px;
  808. border-radius: 4px;
  809. height: 36px; }
  810. .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  811. line-height: 17px;
  812. font-size: 14px; }
  813. .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  814. height: 14px;
  815. width: 14px; }
  816. .el-checkbox.is-bordered.el-checkbox--small {
  817. padding: 5px 15px 5px 10px;
  818. border-radius: 3px;
  819. height: 32px; }
  820. .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  821. line-height: 15px;
  822. font-size: 12px; }
  823. .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  824. height: 12px;
  825. width: 12px; }
  826. .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  827. height: 6px;
  828. width: 2px; }
  829. .el-checkbox.is-bordered.el-checkbox--mini {
  830. padding: 3px 15px 3px 10px;
  831. border-radius: 3px;
  832. height: 28px; }
  833. .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  834. line-height: 12px;
  835. font-size: 12px; }
  836. .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  837. height: 12px;
  838. width: 12px; }
  839. .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  840. height: 6px;
  841. width: 2px; }
  842. .el-checkbox__input {
  843. white-space: nowrap;
  844. cursor: pointer;
  845. outline: none;
  846. display: inline-block;
  847. line-height: 1;
  848. position: relative;
  849. vertical-align: middle; }
  850. .el-checkbox__input.is-disabled .el-checkbox__inner {
  851. background-color: #edf2fc;
  852. border-color: #dcdfe6;
  853. cursor: not-allowed; }
  854. .el-checkbox__input.is-disabled .el-checkbox__inner::after {
  855. cursor: not-allowed;
  856. border-color: #c0c4cc; }
  857. .el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  858. cursor: not-allowed; }
  859. .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  860. background-color: #f2f6fc;
  861. border-color: #dcdfe6; }
  862. .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  863. border-color: #c0c4cc; }
  864. .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  865. background-color: #f2f6fc;
  866. border-color: #dcdfe6; }
  867. .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  868. background-color: #c0c4cc;
  869. border-color: #c0c4cc; }
  870. .el-checkbox__input.is-disabled + span.el-checkbox__label {
  871. color: #c0c4cc;
  872. cursor: not-allowed; }
  873. .el-checkbox__input.is-checked .el-checkbox__inner {
  874. background-color: #1b73a5;
  875. border-color: #1b73a5; }
  876. .el-checkbox__input.is-checked .el-checkbox__inner::after {
  877. -webkit-transform: rotate(45deg) scaleY(1);
  878. transform: rotate(45deg) scaleY(1); }
  879. .el-checkbox__input.is-checked + .el-checkbox__label {
  880. color: #1b73a5; }
  881. .el-checkbox__input.is-focus {
  882. /*focus时 视觉上区分*/ }
  883. .el-checkbox__input.is-focus .el-checkbox__inner {
  884. border-color: #1b73a5; }
  885. .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  886. background-color: #1b73a5;
  887. border-color: #1b73a5; }
  888. .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  889. content: '';
  890. position: absolute;
  891. display: block;
  892. background-color: #fff;
  893. height: 2px;
  894. -webkit-transform: scale(0.5);
  895. transform: scale(0.5);
  896. left: 0;
  897. right: 0;
  898. top: 5px; }
  899. .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  900. display: none; }
  901. .el-checkbox__inner {
  902. display: inline-block;
  903. position: relative;
  904. border: 1px solid #dcdfe6;
  905. border-radius: 2px;
  906. -webkit-box-sizing: border-box;
  907. box-sizing: border-box;
  908. width: 14px;
  909. height: 14px;
  910. background-color: #fff;
  911. z-index: 1;
  912. -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  913. transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46); }
  914. .el-checkbox__inner:hover {
  915. border-color: #1b73a5; }
  916. .el-checkbox__inner::after {
  917. -webkit-box-sizing: content-box;
  918. box-sizing: content-box;
  919. content: "";
  920. border: 1px solid #fff;
  921. border-left: 0;
  922. border-top: 0;
  923. height: 7px;
  924. left: 4px;
  925. position: absolute;
  926. top: 1px;
  927. -webkit-transform: rotate(45deg) scaleY(0);
  928. transform: rotate(45deg) scaleY(0);
  929. width: 3px;
  930. -webkit-transition: -webkit-transform .15s ease-in .05s;
  931. transition: -webkit-transform .15s ease-in .05s;
  932. transition: transform .15s ease-in .05s;
  933. transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
  934. -webkit-transform-origin: center;
  935. transform-origin: center; }
  936. .el-checkbox__original {
  937. opacity: 0;
  938. outline: none;
  939. position: absolute;
  940. margin: 0;
  941. width: 0;
  942. height: 0;
  943. z-index: -1; }
  944. .el-checkbox__label {
  945. display: inline-block;
  946. padding-left: 10px;
  947. line-height: 19px;
  948. font-size: 14px; }
  949. .el-checkbox + .el-checkbox {
  950. margin-left: 30px; }
  951. .el-checkbox-button {
  952. position: relative;
  953. display: inline-block; }
  954. .el-checkbox-button__inner {
  955. display: inline-block;
  956. line-height: 1;
  957. font-weight: 500;
  958. white-space: nowrap;
  959. vertical-align: middle;
  960. cursor: pointer;
  961. background: #fff;
  962. border: 1px solid #dcdfe6;
  963. border-left: 0;
  964. color: #606266;
  965. -webkit-appearance: none;
  966. text-align: center;
  967. -webkit-box-sizing: border-box;
  968. box-sizing: border-box;
  969. outline: none;
  970. margin: 0;
  971. position: relative;
  972. -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  973. transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  974. -moz-user-select: none;
  975. -webkit-user-select: none;
  976. -ms-user-select: none;
  977. padding: 12px 20px;
  978. font-size: 14px;
  979. border-radius: 0; }
  980. .el-checkbox-button__inner.is-round {
  981. padding: 12px 20px; }
  982. .el-checkbox-button__inner:hover {
  983. color: #1b73a5; }
  984. .el-checkbox-button__inner [class*="el-icon-"] {
  985. line-height: 0.9; }
  986. .el-checkbox-button__inner [class*="el-icon-"] + span {
  987. margin-left: 5px; }
  988. .el-checkbox-button__original {
  989. opacity: 0;
  990. outline: none;
  991. position: absolute;
  992. margin: 0;
  993. z-index: -1; }
  994. .el-checkbox-button.is-checked .el-checkbox-button__inner {
  995. color: #fff;
  996. background-color: #1b73a5;
  997. border-color: #1b73a5;
  998. -webkit-box-shadow: -1px 0 0 0 #76abc9;
  999. box-shadow: -1px 0 0 0 #76abc9; }
  1000. .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  1001. border-left-color: #1b73a5; }
  1002. .el-checkbox-button.is-disabled .el-checkbox-button__inner {
  1003. color: #c0c4cc;
  1004. cursor: not-allowed;
  1005. background-image: none;
  1006. background-color: #fff;
  1007. border-color: #ebeef5;
  1008. -webkit-box-shadow: none;
  1009. box-shadow: none; }
  1010. .el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  1011. border-left-color: #ebeef5; }
  1012. .el-checkbox-button:first-child .el-checkbox-button__inner {
  1013. border-left: 1px solid #dcdfe6;
  1014. border-radius: 4px 0 0 4px;
  1015. -webkit-box-shadow: none !important;
  1016. box-shadow: none !important; }
  1017. .el-checkbox-button.is-focus .el-checkbox-button__inner {
  1018. border-color: #1b73a5; }
  1019. .el-checkbox-button:last-child .el-checkbox-button__inner {
  1020. border-radius: 0 4px 4px 0; }
  1021. .el-checkbox-button--medium .el-checkbox-button__inner {
  1022. padding: 10px 20px;
  1023. font-size: 14px;
  1024. border-radius: 0; }
  1025. .el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  1026. padding: 10px 20px; }
  1027. .el-checkbox-button--small .el-checkbox-button__inner {
  1028. padding: 9px 15px;
  1029. font-size: 12px;
  1030. border-radius: 0; }
  1031. .el-checkbox-button--small .el-checkbox-button__inner.is-round {
  1032. padding: 9px 15px; }
  1033. .el-checkbox-button--mini .el-checkbox-button__inner {
  1034. padding: 7px 15px;
  1035. font-size: 12px;
  1036. border-radius: 0; }
  1037. .el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  1038. padding: 7px 15px; }
  1039. .el-checkbox-group {
  1040. font-size: 0; }
  1041. .el-tree {
  1042. position: relative;
  1043. cursor: default;
  1044. background: #fff;
  1045. color: #606266; }
  1046. .el-tree__empty-block {
  1047. position: relative;
  1048. min-height: 60px;
  1049. text-align: center;
  1050. width: 100%;
  1051. height: 100%; }
  1052. .el-tree__empty-text {
  1053. position: absolute;
  1054. left: 50%;
  1055. top: 50%;
  1056. -webkit-transform: translate(-50%, -50%);
  1057. transform: translate(-50%, -50%);
  1058. color: #5d5c53; }
  1059. .el-tree__drop-indicator {
  1060. position: absolute;
  1061. left: 0;
  1062. right: 0;
  1063. height: 1px;
  1064. background-color: #1b73a5; }
  1065. .el-tree-node {
  1066. white-space: nowrap;
  1067. outline: none; }
  1068. .el-tree-node:focus {
  1069. /* focus */ }
  1070. .el-tree-node:focus > .el-tree-node__content {
  1071. background-color: #f5f7fa; }
  1072. .el-tree-node.is-drop-inner > .el-tree-node__content .el-tree-node__label {
  1073. background-color: #1b73a5;
  1074. color: #fff; }
  1075. .el-tree-node__content {
  1076. display: -webkit-box;
  1077. display: -ms-flexbox;
  1078. display: flex;
  1079. -webkit-box-align: center;
  1080. -ms-flex-align: center;
  1081. align-items: center;
  1082. height: 26px;
  1083. cursor: pointer; }
  1084. .el-tree-node__content > .el-tree-node__expand-icon {
  1085. padding: 6px; }
  1086. .el-tree-node__content > .el-checkbox {
  1087. margin-right: 8px; }
  1088. .el-tree-node__content:hover {
  1089. background-color: #f5f7fa; }
  1090. .el-tree.is-dragging .el-tree-node__content {
  1091. cursor: move; }
  1092. .el-tree.is-dragging .el-tree-node__content * {
  1093. pointer-events: none; }
  1094. .el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
  1095. cursor: not-allowed; }
  1096. .el-tree-node__expand-icon {
  1097. cursor: pointer;
  1098. color: #c0c4cc;
  1099. font-size: 12px;
  1100. -webkit-transform: rotate(0deg);
  1101. transform: rotate(0deg);
  1102. -webkit-transition: -webkit-transform 0.3s ease-in-out;
  1103. transition: -webkit-transform 0.3s ease-in-out;
  1104. transition: transform 0.3s ease-in-out;
  1105. transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  1106. .el-tree-node__expand-icon.expanded {
  1107. -webkit-transform: rotate(90deg);
  1108. transform: rotate(90deg); }
  1109. .el-tree-node__expand-icon.is-leaf {
  1110. color: transparent;
  1111. cursor: default; }
  1112. .el-tree-node__label {
  1113. font-size: 14px; }
  1114. .el-tree-node__loading-icon {
  1115. margin-right: 8px;
  1116. font-size: 14px;
  1117. color: #c0c4cc; }
  1118. .el-tree-node > .el-tree-node__children {
  1119. overflow: hidden;
  1120. background-color: transparent; }
  1121. .el-tree-node.is-expanded > .el-tree-node__children {
  1122. display: block; }
  1123. .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  1124. background-color: #edf4f8; }