cascader.css 26 KB

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