cascader-panel.css 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781
  1. @charset "UTF-8";
  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. /* Element Chalk Variables */
  253. /* Transition
  254. -------------------------- */
  255. /* Color
  256. -------------------------- */
  257. /* 53a8ff */
  258. /* 66b1ff */
  259. /* 79bbff */
  260. /* 8cc5ff */
  261. /* a0cfff */
  262. /* b3d8ff */
  263. /* c6e2ff */
  264. /* d9ecff */
  265. /* ecf5ff */
  266. /* Link
  267. -------------------------- */
  268. /* Border
  269. -------------------------- */
  270. /* Fill
  271. -------------------------- */
  272. /* Typography
  273. -------------------------- */
  274. /* Size
  275. -------------------------- */
  276. /* z-index
  277. -------------------------- */
  278. /* Disable base
  279. -------------------------- */
  280. /* Icon
  281. -------------------------- */
  282. /* Checkbox
  283. -------------------------- */
  284. /* Radio
  285. -------------------------- */
  286. /* Select
  287. -------------------------- */
  288. /* Alert
  289. -------------------------- */
  290. /* MessageBox
  291. -------------------------- */
  292. /* Message
  293. -------------------------- */
  294. /* Notification
  295. -------------------------- */
  296. /* Input
  297. -------------------------- */
  298. /* Cascader
  299. -------------------------- */
  300. /* Group
  301. -------------------------- */
  302. /* Tab
  303. -------------------------- */
  304. /* Button
  305. -------------------------- */
  306. /* cascader
  307. -------------------------- */
  308. /* Switch
  309. -------------------------- */
  310. /* Dialog
  311. -------------------------- */
  312. /* Table
  313. -------------------------- */
  314. /* Pagination
  315. -------------------------- */
  316. /* Popup
  317. -------------------------- */
  318. /* Popover
  319. -------------------------- */
  320. /* Tooltip
  321. -------------------------- */
  322. /* Tag
  323. -------------------------- */
  324. /* Tree
  325. -------------------------- */
  326. /* Dropdown
  327. -------------------------- */
  328. /* Badge
  329. -------------------------- */
  330. /* Card
  331. --------------------------*/
  332. /* Slider
  333. --------------------------*/
  334. /* Steps
  335. --------------------------*/
  336. /* Menu
  337. --------------------------*/
  338. /* Rate
  339. --------------------------*/
  340. /* DatePicker
  341. --------------------------*/
  342. /* Loading
  343. --------------------------*/
  344. /* Scrollbar
  345. --------------------------*/
  346. /* Carousel
  347. --------------------------*/
  348. /* Collapse
  349. --------------------------*/
  350. /* Transfer
  351. --------------------------*/
  352. /* Header
  353. --------------------------*/
  354. /* Footer
  355. --------------------------*/
  356. /* Main
  357. --------------------------*/
  358. /* Timeline
  359. --------------------------*/
  360. /* Backtop
  361. --------------------------*/
  362. /* Link
  363. --------------------------*/
  364. /* Calendar
  365. --------------------------*/
  366. /* Form
  367. -------------------------- */
  368. /* Avatar
  369. --------------------------*/
  370. /* Break-point
  371. --------------------------*/
  372. /* BEM support Func
  373. -------------------------- */
  374. /* Element Chalk Variables */
  375. /* Transition
  376. -------------------------- */
  377. /* Color
  378. -------------------------- */
  379. /* 53a8ff */
  380. /* 66b1ff */
  381. /* 79bbff */
  382. /* 8cc5ff */
  383. /* a0cfff */
  384. /* b3d8ff */
  385. /* c6e2ff */
  386. /* d9ecff */
  387. /* ecf5ff */
  388. /* Link
  389. -------------------------- */
  390. /* Border
  391. -------------------------- */
  392. /* Fill
  393. -------------------------- */
  394. /* Typography
  395. -------------------------- */
  396. /* Size
  397. -------------------------- */
  398. /* z-index
  399. -------------------------- */
  400. /* Disable base
  401. -------------------------- */
  402. /* Icon
  403. -------------------------- */
  404. /* Checkbox
  405. -------------------------- */
  406. /* Radio
  407. -------------------------- */
  408. /* Select
  409. -------------------------- */
  410. /* Alert
  411. -------------------------- */
  412. /* MessageBox
  413. -------------------------- */
  414. /* Message
  415. -------------------------- */
  416. /* Notification
  417. -------------------------- */
  418. /* Input
  419. -------------------------- */
  420. /* Cascader
  421. -------------------------- */
  422. /* Group
  423. -------------------------- */
  424. /* Tab
  425. -------------------------- */
  426. /* Button
  427. -------------------------- */
  428. /* cascader
  429. -------------------------- */
  430. /* Switch
  431. -------------------------- */
  432. /* Dialog
  433. -------------------------- */
  434. /* Table
  435. -------------------------- */
  436. /* Pagination
  437. -------------------------- */
  438. /* Popup
  439. -------------------------- */
  440. /* Popover
  441. -------------------------- */
  442. /* Tooltip
  443. -------------------------- */
  444. /* Tag
  445. -------------------------- */
  446. /* Tree
  447. -------------------------- */
  448. /* Dropdown
  449. -------------------------- */
  450. /* Badge
  451. -------------------------- */
  452. /* Card
  453. --------------------------*/
  454. /* Slider
  455. --------------------------*/
  456. /* Steps
  457. --------------------------*/
  458. /* Menu
  459. --------------------------*/
  460. /* Rate
  461. --------------------------*/
  462. /* DatePicker
  463. --------------------------*/
  464. /* Loading
  465. --------------------------*/
  466. /* Scrollbar
  467. --------------------------*/
  468. /* Carousel
  469. --------------------------*/
  470. /* Collapse
  471. --------------------------*/
  472. /* Transfer
  473. --------------------------*/
  474. /* Header
  475. --------------------------*/
  476. /* Footer
  477. --------------------------*/
  478. /* Main
  479. --------------------------*/
  480. /* Timeline
  481. --------------------------*/
  482. /* Backtop
  483. --------------------------*/
  484. /* Link
  485. --------------------------*/
  486. /* Calendar
  487. --------------------------*/
  488. /* Form
  489. -------------------------- */
  490. /* Avatar
  491. --------------------------*/
  492. /* Break-point
  493. --------------------------*/
  494. /* Break-points
  495. -------------------------- */
  496. /* Scrollbar
  497. -------------------------- */
  498. /* Placeholder
  499. -------------------------- */
  500. /* BEM
  501. -------------------------- */
  502. /* Element Chalk Variables */
  503. /* Transition
  504. -------------------------- */
  505. /* Color
  506. -------------------------- */
  507. /* 53a8ff */
  508. /* 66b1ff */
  509. /* 79bbff */
  510. /* 8cc5ff */
  511. /* a0cfff */
  512. /* b3d8ff */
  513. /* c6e2ff */
  514. /* d9ecff */
  515. /* ecf5ff */
  516. /* Link
  517. -------------------------- */
  518. /* Border
  519. -------------------------- */
  520. /* Fill
  521. -------------------------- */
  522. /* Typography
  523. -------------------------- */
  524. /* Size
  525. -------------------------- */
  526. /* z-index
  527. -------------------------- */
  528. /* Disable base
  529. -------------------------- */
  530. /* Icon
  531. -------------------------- */
  532. /* Checkbox
  533. -------------------------- */
  534. /* Radio
  535. -------------------------- */
  536. /* Select
  537. -------------------------- */
  538. /* Alert
  539. -------------------------- */
  540. /* MessageBox
  541. -------------------------- */
  542. /* Message
  543. -------------------------- */
  544. /* Notification
  545. -------------------------- */
  546. /* Input
  547. -------------------------- */
  548. /* Cascader
  549. -------------------------- */
  550. /* Group
  551. -------------------------- */
  552. /* Tab
  553. -------------------------- */
  554. /* Button
  555. -------------------------- */
  556. /* cascader
  557. -------------------------- */
  558. /* Switch
  559. -------------------------- */
  560. /* Dialog
  561. -------------------------- */
  562. /* Table
  563. -------------------------- */
  564. /* Pagination
  565. -------------------------- */
  566. /* Popup
  567. -------------------------- */
  568. /* Popover
  569. -------------------------- */
  570. /* Tooltip
  571. -------------------------- */
  572. /* Tag
  573. -------------------------- */
  574. /* Tree
  575. -------------------------- */
  576. /* Dropdown
  577. -------------------------- */
  578. /* Badge
  579. -------------------------- */
  580. /* Card
  581. --------------------------*/
  582. /* Slider
  583. --------------------------*/
  584. /* Steps
  585. --------------------------*/
  586. /* Menu
  587. --------------------------*/
  588. /* Rate
  589. --------------------------*/
  590. /* DatePicker
  591. --------------------------*/
  592. /* Loading
  593. --------------------------*/
  594. /* Scrollbar
  595. --------------------------*/
  596. /* Carousel
  597. --------------------------*/
  598. /* Collapse
  599. --------------------------*/
  600. /* Transfer
  601. --------------------------*/
  602. /* Header
  603. --------------------------*/
  604. /* Footer
  605. --------------------------*/
  606. /* Main
  607. --------------------------*/
  608. /* Timeline
  609. --------------------------*/
  610. /* Backtop
  611. --------------------------*/
  612. /* Link
  613. --------------------------*/
  614. /* Calendar
  615. --------------------------*/
  616. /* Form
  617. -------------------------- */
  618. /* Avatar
  619. --------------------------*/
  620. /* Break-point
  621. --------------------------*/
  622. .el-checkbox {
  623. color: #606266;
  624. font-weight: 500;
  625. font-size: 14px;
  626. position: relative;
  627. cursor: pointer;
  628. display: inline-block;
  629. white-space: nowrap;
  630. -webkit-user-select: none;
  631. -moz-user-select: none;
  632. -ms-user-select: none;
  633. user-select: none;
  634. margin-right: 30px; }
  635. .el-checkbox.is-bordered {
  636. padding: 9px 20px 9px 10px;
  637. border-radius: 4px;
  638. border: 1px solid #DCDFE6;
  639. -webkit-box-sizing: border-box;
  640. box-sizing: border-box;
  641. line-height: normal;
  642. height: 40px; }
  643. .el-checkbox.is-bordered.is-checked {
  644. border-color: #2D74E7; }
  645. .el-checkbox.is-bordered.is-disabled {
  646. border-color: #EBEEF5;
  647. cursor: not-allowed; }
  648. .el-checkbox.is-bordered + .el-checkbox.is-bordered {
  649. margin-left: 10px; }
  650. .el-checkbox.is-bordered.el-checkbox--medium {
  651. padding: 7px 20px 7px 10px;
  652. border-radius: 4px;
  653. height: 36px; }
  654. .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  655. line-height: 17px;
  656. font-size: 14px; }
  657. .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  658. height: 14px;
  659. width: 14px; }
  660. .el-checkbox.is-bordered.el-checkbox--small {
  661. padding: 5px 15px 5px 10px;
  662. border-radius: 3px;
  663. height: 32px; }
  664. .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  665. line-height: 15px;
  666. font-size: 12px; }
  667. .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  668. height: 12px;
  669. width: 12px; }
  670. .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  671. height: 6px;
  672. width: 2px; }
  673. .el-checkbox.is-bordered.el-checkbox--mini {
  674. padding: 3px 15px 3px 10px;
  675. border-radius: 3px;
  676. height: 28px; }
  677. .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  678. line-height: 12px;
  679. font-size: 12px; }
  680. .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  681. height: 12px;
  682. width: 12px; }
  683. .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  684. height: 6px;
  685. width: 2px; }
  686. .el-checkbox__input {
  687. white-space: nowrap;
  688. cursor: pointer;
  689. outline: none;
  690. display: inline-block;
  691. line-height: 1;
  692. position: relative;
  693. vertical-align: middle; }
  694. .el-checkbox__input.is-disabled .el-checkbox__inner {
  695. background-color: #edf2fc;
  696. border-color: #DCDFE6;
  697. cursor: not-allowed; }
  698. .el-checkbox__input.is-disabled .el-checkbox__inner::after {
  699. cursor: not-allowed;
  700. border-color: #C0C4CC; }
  701. .el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  702. cursor: not-allowed; }
  703. .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  704. background-color: #F2F6FC;
  705. border-color: #DCDFE6; }
  706. .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  707. border-color: #C0C4CC; }
  708. .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  709. background-color: #F2F6FC;
  710. border-color: #DCDFE6; }
  711. .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  712. background-color: #C0C4CC;
  713. border-color: #C0C4CC; }
  714. .el-checkbox__input.is-disabled + span.el-checkbox__label {
  715. color: #C0C4CC;
  716. cursor: not-allowed; }
  717. .el-checkbox__input.is-checked .el-checkbox__inner {
  718. background-color: #2D74E7;
  719. border-color: #2D74E7; }
  720. .el-checkbox__input.is-checked .el-checkbox__inner::after {
  721. -webkit-transform: rotate(45deg) scaleY(1);
  722. transform: rotate(45deg) scaleY(1); }
  723. .el-checkbox__input.is-checked + .el-checkbox__label {
  724. color: #2D74E7; }
  725. .el-checkbox__input.is-focus {
  726. /*focus时 视觉上区分*/ }
  727. .el-checkbox__input.is-focus .el-checkbox__inner {
  728. border-color: #2D74E7; }
  729. .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  730. background-color: #2D74E7;
  731. border-color: #2D74E7; }
  732. .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  733. content: '';
  734. position: absolute;
  735. display: block;
  736. background-color: #FFFFFF;
  737. height: 2px;
  738. -webkit-transform: scale(0.5);
  739. transform: scale(0.5);
  740. left: 0;
  741. right: 0;
  742. top: 5px; }
  743. .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  744. display: none; }
  745. .el-checkbox__inner {
  746. display: inline-block;
  747. position: relative;
  748. border: 1px solid #DCDFE6;
  749. border-radius: 2px;
  750. -webkit-box-sizing: border-box;
  751. box-sizing: border-box;
  752. width: 14px;
  753. height: 14px;
  754. background-color: #FFFFFF;
  755. z-index: 1;
  756. -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);
  757. 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); }
  758. .el-checkbox__inner:hover {
  759. border-color: #2D74E7; }
  760. .el-checkbox__inner::after {
  761. -webkit-box-sizing: content-box;
  762. box-sizing: content-box;
  763. content: "";
  764. border: 1px solid #FFFFFF;
  765. border-left: 0;
  766. border-top: 0;
  767. height: 7px;
  768. left: 4px;
  769. position: absolute;
  770. top: 1px;
  771. -webkit-transform: rotate(45deg) scaleY(0);
  772. transform: rotate(45deg) scaleY(0);
  773. width: 3px;
  774. -webkit-transition: -webkit-transform .15s ease-in .05s;
  775. transition: -webkit-transform .15s ease-in .05s;
  776. transition: transform .15s ease-in .05s;
  777. transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
  778. -webkit-transform-origin: center;
  779. transform-origin: center; }
  780. .el-checkbox__original {
  781. opacity: 0;
  782. outline: none;
  783. position: absolute;
  784. margin: 0;
  785. width: 0;
  786. height: 0;
  787. z-index: -1; }
  788. .el-checkbox__label {
  789. display: inline-block;
  790. padding-left: 10px;
  791. line-height: 19px;
  792. font-size: 14px; }
  793. .el-checkbox:last-of-type {
  794. margin-right: 0; }
  795. .el-checkbox-button {
  796. position: relative;
  797. display: inline-block; }
  798. .el-checkbox-button__inner {
  799. display: inline-block;
  800. line-height: 1;
  801. font-weight: 500;
  802. white-space: nowrap;
  803. vertical-align: middle;
  804. cursor: pointer;
  805. background: #FFFFFF;
  806. border: 1px solid #DCDFE6;
  807. border-left: 0;
  808. color: #606266;
  809. -webkit-appearance: none;
  810. text-align: center;
  811. -webkit-box-sizing: border-box;
  812. box-sizing: border-box;
  813. outline: none;
  814. margin: 0;
  815. position: relative;
  816. -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  817. transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  818. -moz-user-select: none;
  819. -webkit-user-select: none;
  820. -ms-user-select: none;
  821. padding: 12px 20px;
  822. font-size: 14px;
  823. border-radius: 0; }
  824. .el-checkbox-button__inner.is-round {
  825. padding: 12px 20px; }
  826. .el-checkbox-button__inner:hover {
  827. color: #2D74E7; }
  828. .el-checkbox-button__inner [class*="el-icon-"] {
  829. line-height: 0.9; }
  830. .el-checkbox-button__inner [class*="el-icon-"] + span {
  831. margin-left: 5px; }
  832. .el-checkbox-button__original {
  833. opacity: 0;
  834. outline: none;
  835. position: absolute;
  836. margin: 0;
  837. z-index: -1; }
  838. .el-checkbox-button.is-checked .el-checkbox-button__inner {
  839. color: #FFFFFF;
  840. background-color: #2D74E7;
  841. border-color: #2D74E7;
  842. -webkit-box-shadow: -1px 0 0 0 #81acf1;
  843. box-shadow: -1px 0 0 0 #81acf1; }
  844. .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  845. border-left-color: #2D74E7; }
  846. .el-checkbox-button.is-disabled .el-checkbox-button__inner {
  847. color: #C0C4CC;
  848. cursor: not-allowed;
  849. background-image: none;
  850. background-color: #FFFFFF;
  851. border-color: #EBEEF5;
  852. -webkit-box-shadow: none;
  853. box-shadow: none; }
  854. .el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  855. border-left-color: #EBEEF5; }
  856. .el-checkbox-button:first-child .el-checkbox-button__inner {
  857. border-left: 1px solid #DCDFE6;
  858. border-radius: 4px 0 0 4px;
  859. -webkit-box-shadow: none !important;
  860. box-shadow: none !important; }
  861. .el-checkbox-button.is-focus .el-checkbox-button__inner {
  862. border-color: #2D74E7; }
  863. .el-checkbox-button:last-child .el-checkbox-button__inner {
  864. border-radius: 0 4px 4px 0; }
  865. .el-checkbox-button--medium .el-checkbox-button__inner {
  866. padding: 10px 20px;
  867. font-size: 14px;
  868. border-radius: 0; }
  869. .el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  870. padding: 10px 20px; }
  871. .el-checkbox-button--small .el-checkbox-button__inner {
  872. padding: 9px 15px;
  873. font-size: 12px;
  874. border-radius: 0; }
  875. .el-checkbox-button--small .el-checkbox-button__inner.is-round {
  876. padding: 9px 15px; }
  877. .el-checkbox-button--mini .el-checkbox-button__inner {
  878. padding: 7px 15px;
  879. font-size: 12px;
  880. border-radius: 0; }
  881. .el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  882. padding: 7px 15px; }
  883. .el-checkbox-group {
  884. font-size: 0; }
  885. /* BEM support Func
  886. -------------------------- */
  887. /* Element Chalk Variables */
  888. /* Transition
  889. -------------------------- */
  890. /* Color
  891. -------------------------- */
  892. /* 53a8ff */
  893. /* 66b1ff */
  894. /* 79bbff */
  895. /* 8cc5ff */
  896. /* a0cfff */
  897. /* b3d8ff */
  898. /* c6e2ff */
  899. /* d9ecff */
  900. /* ecf5ff */
  901. /* Link
  902. -------------------------- */
  903. /* Border
  904. -------------------------- */
  905. /* Fill
  906. -------------------------- */
  907. /* Typography
  908. -------------------------- */
  909. /* Size
  910. -------------------------- */
  911. /* z-index
  912. -------------------------- */
  913. /* Disable base
  914. -------------------------- */
  915. /* Icon
  916. -------------------------- */
  917. /* Checkbox
  918. -------------------------- */
  919. /* Radio
  920. -------------------------- */
  921. /* Select
  922. -------------------------- */
  923. /* Alert
  924. -------------------------- */
  925. /* MessageBox
  926. -------------------------- */
  927. /* Message
  928. -------------------------- */
  929. /* Notification
  930. -------------------------- */
  931. /* Input
  932. -------------------------- */
  933. /* Cascader
  934. -------------------------- */
  935. /* Group
  936. -------------------------- */
  937. /* Tab
  938. -------------------------- */
  939. /* Button
  940. -------------------------- */
  941. /* cascader
  942. -------------------------- */
  943. /* Switch
  944. -------------------------- */
  945. /* Dialog
  946. -------------------------- */
  947. /* Table
  948. -------------------------- */
  949. /* Pagination
  950. -------------------------- */
  951. /* Popup
  952. -------------------------- */
  953. /* Popover
  954. -------------------------- */
  955. /* Tooltip
  956. -------------------------- */
  957. /* Tag
  958. -------------------------- */
  959. /* Tree
  960. -------------------------- */
  961. /* Dropdown
  962. -------------------------- */
  963. /* Badge
  964. -------------------------- */
  965. /* Card
  966. --------------------------*/
  967. /* Slider
  968. --------------------------*/
  969. /* Steps
  970. --------------------------*/
  971. /* Menu
  972. --------------------------*/
  973. /* Rate
  974. --------------------------*/
  975. /* DatePicker
  976. --------------------------*/
  977. /* Loading
  978. --------------------------*/
  979. /* Scrollbar
  980. --------------------------*/
  981. /* Carousel
  982. --------------------------*/
  983. /* Collapse
  984. --------------------------*/
  985. /* Transfer
  986. --------------------------*/
  987. /* Header
  988. --------------------------*/
  989. /* Footer
  990. --------------------------*/
  991. /* Main
  992. --------------------------*/
  993. /* Timeline
  994. --------------------------*/
  995. /* Backtop
  996. --------------------------*/
  997. /* Link
  998. --------------------------*/
  999. /* Calendar
  1000. --------------------------*/
  1001. /* Form
  1002. -------------------------- */
  1003. /* Avatar
  1004. --------------------------*/
  1005. /* Break-point
  1006. --------------------------*/
  1007. /* Break-points
  1008. -------------------------- */
  1009. /* Scrollbar
  1010. -------------------------- */
  1011. /* Placeholder
  1012. -------------------------- */
  1013. /* BEM
  1014. -------------------------- */
  1015. /* Element Chalk Variables */
  1016. /* Transition
  1017. -------------------------- */
  1018. /* Color
  1019. -------------------------- */
  1020. /* 53a8ff */
  1021. /* 66b1ff */
  1022. /* 79bbff */
  1023. /* 8cc5ff */
  1024. /* a0cfff */
  1025. /* b3d8ff */
  1026. /* c6e2ff */
  1027. /* d9ecff */
  1028. /* ecf5ff */
  1029. /* Link
  1030. -------------------------- */
  1031. /* Border
  1032. -------------------------- */
  1033. /* Fill
  1034. -------------------------- */
  1035. /* Typography
  1036. -------------------------- */
  1037. /* Size
  1038. -------------------------- */
  1039. /* z-index
  1040. -------------------------- */
  1041. /* Disable base
  1042. -------------------------- */
  1043. /* Icon
  1044. -------------------------- */
  1045. /* Checkbox
  1046. -------------------------- */
  1047. /* Radio
  1048. -------------------------- */
  1049. /* Select
  1050. -------------------------- */
  1051. /* Alert
  1052. -------------------------- */
  1053. /* MessageBox
  1054. -------------------------- */
  1055. /* Message
  1056. -------------------------- */
  1057. /* Notification
  1058. -------------------------- */
  1059. /* Input
  1060. -------------------------- */
  1061. /* Cascader
  1062. -------------------------- */
  1063. /* Group
  1064. -------------------------- */
  1065. /* Tab
  1066. -------------------------- */
  1067. /* Button
  1068. -------------------------- */
  1069. /* cascader
  1070. -------------------------- */
  1071. /* Switch
  1072. -------------------------- */
  1073. /* Dialog
  1074. -------------------------- */
  1075. /* Table
  1076. -------------------------- */
  1077. /* Pagination
  1078. -------------------------- */
  1079. /* Popup
  1080. -------------------------- */
  1081. /* Popover
  1082. -------------------------- */
  1083. /* Tooltip
  1084. -------------------------- */
  1085. /* Tag
  1086. -------------------------- */
  1087. /* Tree
  1088. -------------------------- */
  1089. /* Dropdown
  1090. -------------------------- */
  1091. /* Badge
  1092. -------------------------- */
  1093. /* Card
  1094. --------------------------*/
  1095. /* Slider
  1096. --------------------------*/
  1097. /* Steps
  1098. --------------------------*/
  1099. /* Menu
  1100. --------------------------*/
  1101. /* Rate
  1102. --------------------------*/
  1103. /* DatePicker
  1104. --------------------------*/
  1105. /* Loading
  1106. --------------------------*/
  1107. /* Scrollbar
  1108. --------------------------*/
  1109. /* Carousel
  1110. --------------------------*/
  1111. /* Collapse
  1112. --------------------------*/
  1113. /* Transfer
  1114. --------------------------*/
  1115. /* Header
  1116. --------------------------*/
  1117. /* Footer
  1118. --------------------------*/
  1119. /* Main
  1120. --------------------------*/
  1121. /* Timeline
  1122. --------------------------*/
  1123. /* Backtop
  1124. --------------------------*/
  1125. /* Link
  1126. --------------------------*/
  1127. /* Calendar
  1128. --------------------------*/
  1129. /* Form
  1130. -------------------------- */
  1131. /* Avatar
  1132. --------------------------*/
  1133. /* Break-point
  1134. --------------------------*/
  1135. /* Element Chalk Variables */
  1136. /* Transition
  1137. -------------------------- */
  1138. /* Color
  1139. -------------------------- */
  1140. /* 53a8ff */
  1141. /* 66b1ff */
  1142. /* 79bbff */
  1143. /* 8cc5ff */
  1144. /* a0cfff */
  1145. /* b3d8ff */
  1146. /* c6e2ff */
  1147. /* d9ecff */
  1148. /* ecf5ff */
  1149. /* Link
  1150. -------------------------- */
  1151. /* Border
  1152. -------------------------- */
  1153. /* Fill
  1154. -------------------------- */
  1155. /* Typography
  1156. -------------------------- */
  1157. /* Size
  1158. -------------------------- */
  1159. /* z-index
  1160. -------------------------- */
  1161. /* Disable base
  1162. -------------------------- */
  1163. /* Icon
  1164. -------------------------- */
  1165. /* Checkbox
  1166. -------------------------- */
  1167. /* Radio
  1168. -------------------------- */
  1169. /* Select
  1170. -------------------------- */
  1171. /* Alert
  1172. -------------------------- */
  1173. /* MessageBox
  1174. -------------------------- */
  1175. /* Message
  1176. -------------------------- */
  1177. /* Notification
  1178. -------------------------- */
  1179. /* Input
  1180. -------------------------- */
  1181. /* Cascader
  1182. -------------------------- */
  1183. /* Group
  1184. -------------------------- */
  1185. /* Tab
  1186. -------------------------- */
  1187. /* Button
  1188. -------------------------- */
  1189. /* cascader
  1190. -------------------------- */
  1191. /* Switch
  1192. -------------------------- */
  1193. /* Dialog
  1194. -------------------------- */
  1195. /* Table
  1196. -------------------------- */
  1197. /* Pagination
  1198. -------------------------- */
  1199. /* Popup
  1200. -------------------------- */
  1201. /* Popover
  1202. -------------------------- */
  1203. /* Tooltip
  1204. -------------------------- */
  1205. /* Tag
  1206. -------------------------- */
  1207. /* Tree
  1208. -------------------------- */
  1209. /* Dropdown
  1210. -------------------------- */
  1211. /* Badge
  1212. -------------------------- */
  1213. /* Card
  1214. --------------------------*/
  1215. /* Slider
  1216. --------------------------*/
  1217. /* Steps
  1218. --------------------------*/
  1219. /* Menu
  1220. --------------------------*/
  1221. /* Rate
  1222. --------------------------*/
  1223. /* DatePicker
  1224. --------------------------*/
  1225. /* Loading
  1226. --------------------------*/
  1227. /* Scrollbar
  1228. --------------------------*/
  1229. /* Carousel
  1230. --------------------------*/
  1231. /* Collapse
  1232. --------------------------*/
  1233. /* Transfer
  1234. --------------------------*/
  1235. /* Header
  1236. --------------------------*/
  1237. /* Footer
  1238. --------------------------*/
  1239. /* Main
  1240. --------------------------*/
  1241. /* Timeline
  1242. --------------------------*/
  1243. /* Backtop
  1244. --------------------------*/
  1245. /* Link
  1246. --------------------------*/
  1247. /* Calendar
  1248. --------------------------*/
  1249. /* Form
  1250. -------------------------- */
  1251. /* Avatar
  1252. --------------------------*/
  1253. /* Break-point
  1254. --------------------------*/
  1255. .el-radio {
  1256. color: #606266;
  1257. font-weight: 500;
  1258. line-height: 1;
  1259. position: relative;
  1260. cursor: pointer;
  1261. display: inline-block;
  1262. white-space: nowrap;
  1263. outline: none;
  1264. font-size: 14px;
  1265. margin-right: 30px;
  1266. -moz-user-select: none;
  1267. -webkit-user-select: none;
  1268. -ms-user-select: none; }
  1269. .el-radio.is-bordered {
  1270. padding: 12px 20px 0 10px;
  1271. border-radius: 4px;
  1272. border: 1px solid #DCDFE6;
  1273. -webkit-box-sizing: border-box;
  1274. box-sizing: border-box;
  1275. height: 40px; }
  1276. .el-radio.is-bordered.is-checked {
  1277. border-color: #2D74E7; }
  1278. .el-radio.is-bordered.is-disabled {
  1279. cursor: not-allowed;
  1280. border-color: #EBEEF5; }
  1281. .el-radio.is-bordered + .el-radio.is-bordered {
  1282. margin-left: 10px; }
  1283. .el-radio--medium.is-bordered {
  1284. padding: 10px 20px 0 10px;
  1285. border-radius: 4px;
  1286. height: 36px; }
  1287. .el-radio--medium.is-bordered .el-radio__label {
  1288. font-size: 14px; }
  1289. .el-radio--medium.is-bordered .el-radio__inner {
  1290. height: 14px;
  1291. width: 14px; }
  1292. .el-radio--small.is-bordered {
  1293. padding: 8px 15px 0 10px;
  1294. border-radius: 3px;
  1295. height: 32px; }
  1296. .el-radio--small.is-bordered .el-radio__label {
  1297. font-size: 12px; }
  1298. .el-radio--small.is-bordered .el-radio__inner {
  1299. height: 12px;
  1300. width: 12px; }
  1301. .el-radio--mini.is-bordered {
  1302. padding: 6px 15px 0 10px;
  1303. border-radius: 3px;
  1304. height: 28px; }
  1305. .el-radio--mini.is-bordered .el-radio__label {
  1306. font-size: 12px; }
  1307. .el-radio--mini.is-bordered .el-radio__inner {
  1308. height: 12px;
  1309. width: 12px; }
  1310. .el-radio:last-child {
  1311. margin-right: 0; }
  1312. .el-radio__input {
  1313. white-space: nowrap;
  1314. cursor: pointer;
  1315. outline: none;
  1316. display: inline-block;
  1317. line-height: 1;
  1318. position: relative;
  1319. vertical-align: middle; }
  1320. .el-radio__input.is-disabled .el-radio__inner {
  1321. background-color: #F5F7FA;
  1322. border-color: #E4E7ED;
  1323. cursor: not-allowed; }
  1324. .el-radio__input.is-disabled .el-radio__inner::after {
  1325. cursor: not-allowed;
  1326. background-color: #F5F7FA; }
  1327. .el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
  1328. cursor: not-allowed; }
  1329. .el-radio__input.is-disabled.is-checked .el-radio__inner {
  1330. background-color: #F5F7FA;
  1331. border-color: #E4E7ED; }
  1332. .el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  1333. background-color: #C0C4CC; }
  1334. .el-radio__input.is-disabled + span.el-radio__label {
  1335. color: #C0C4CC;
  1336. cursor: not-allowed; }
  1337. .el-radio__input.is-checked .el-radio__inner {
  1338. border-color: #2D74E7;
  1339. background: #2D74E7; }
  1340. .el-radio__input.is-checked .el-radio__inner::after {
  1341. -webkit-transform: translate(-50%, -50%) scale(1);
  1342. transform: translate(-50%, -50%) scale(1); }
  1343. .el-radio__input.is-checked + .el-radio__label {
  1344. color: #2D74E7; }
  1345. .el-radio__input.is-focus .el-radio__inner {
  1346. border-color: #2D74E7; }
  1347. .el-radio__inner {
  1348. border: 1px solid #DCDFE6;
  1349. border-radius: 100%;
  1350. width: 14px;
  1351. height: 14px;
  1352. background-color: #FFFFFF;
  1353. position: relative;
  1354. cursor: pointer;
  1355. display: inline-block;
  1356. -webkit-box-sizing: border-box;
  1357. box-sizing: border-box; }
  1358. .el-radio__inner:hover {
  1359. border-color: #2D74E7; }
  1360. .el-radio__inner::after {
  1361. width: 4px;
  1362. height: 4px;
  1363. border-radius: 100%;
  1364. background-color: #FFFFFF;
  1365. content: "";
  1366. position: absolute;
  1367. left: 50%;
  1368. top: 50%;
  1369. -webkit-transform: translate(-50%, -50%) scale(0);
  1370. transform: translate(-50%, -50%) scale(0);
  1371. -webkit-transition: -webkit-transform .15s ease-in;
  1372. transition: -webkit-transform .15s ease-in;
  1373. transition: transform .15s ease-in;
  1374. transition: transform .15s ease-in, -webkit-transform .15s ease-in; }
  1375. .el-radio__original {
  1376. opacity: 0;
  1377. outline: none;
  1378. position: absolute;
  1379. z-index: -1;
  1380. top: 0;
  1381. left: 0;
  1382. right: 0;
  1383. bottom: 0;
  1384. margin: 0; }
  1385. .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) {
  1386. /*获得焦点时 样式提醒*/ }
  1387. .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  1388. -webkit-box-shadow: 0 0 2px 2px #2D74E7;
  1389. box-shadow: 0 0 2px 2px #2D74E7; }
  1390. .el-radio__label {
  1391. font-size: 14px;
  1392. padding-left: 10px; }
  1393. /* BEM support Func
  1394. -------------------------- */
  1395. /* Element Chalk Variables */
  1396. /* Transition
  1397. -------------------------- */
  1398. /* Color
  1399. -------------------------- */
  1400. /* 53a8ff */
  1401. /* 66b1ff */
  1402. /* 79bbff */
  1403. /* 8cc5ff */
  1404. /* a0cfff */
  1405. /* b3d8ff */
  1406. /* c6e2ff */
  1407. /* d9ecff */
  1408. /* ecf5ff */
  1409. /* Link
  1410. -------------------------- */
  1411. /* Border
  1412. -------------------------- */
  1413. /* Fill
  1414. -------------------------- */
  1415. /* Typography
  1416. -------------------------- */
  1417. /* Size
  1418. -------------------------- */
  1419. /* z-index
  1420. -------------------------- */
  1421. /* Disable base
  1422. -------------------------- */
  1423. /* Icon
  1424. -------------------------- */
  1425. /* Checkbox
  1426. -------------------------- */
  1427. /* Radio
  1428. -------------------------- */
  1429. /* Select
  1430. -------------------------- */
  1431. /* Alert
  1432. -------------------------- */
  1433. /* MessageBox
  1434. -------------------------- */
  1435. /* Message
  1436. -------------------------- */
  1437. /* Notification
  1438. -------------------------- */
  1439. /* Input
  1440. -------------------------- */
  1441. /* Cascader
  1442. -------------------------- */
  1443. /* Group
  1444. -------------------------- */
  1445. /* Tab
  1446. -------------------------- */
  1447. /* Button
  1448. -------------------------- */
  1449. /* cascader
  1450. -------------------------- */
  1451. /* Switch
  1452. -------------------------- */
  1453. /* Dialog
  1454. -------------------------- */
  1455. /* Table
  1456. -------------------------- */
  1457. /* Pagination
  1458. -------------------------- */
  1459. /* Popup
  1460. -------------------------- */
  1461. /* Popover
  1462. -------------------------- */
  1463. /* Tooltip
  1464. -------------------------- */
  1465. /* Tag
  1466. -------------------------- */
  1467. /* Tree
  1468. -------------------------- */
  1469. /* Dropdown
  1470. -------------------------- */
  1471. /* Badge
  1472. -------------------------- */
  1473. /* Card
  1474. --------------------------*/
  1475. /* Slider
  1476. --------------------------*/
  1477. /* Steps
  1478. --------------------------*/
  1479. /* Menu
  1480. --------------------------*/
  1481. /* Rate
  1482. --------------------------*/
  1483. /* DatePicker
  1484. --------------------------*/
  1485. /* Loading
  1486. --------------------------*/
  1487. /* Scrollbar
  1488. --------------------------*/
  1489. /* Carousel
  1490. --------------------------*/
  1491. /* Collapse
  1492. --------------------------*/
  1493. /* Transfer
  1494. --------------------------*/
  1495. /* Header
  1496. --------------------------*/
  1497. /* Footer
  1498. --------------------------*/
  1499. /* Main
  1500. --------------------------*/
  1501. /* Timeline
  1502. --------------------------*/
  1503. /* Backtop
  1504. --------------------------*/
  1505. /* Link
  1506. --------------------------*/
  1507. /* Calendar
  1508. --------------------------*/
  1509. /* Form
  1510. -------------------------- */
  1511. /* Avatar
  1512. --------------------------*/
  1513. /* Break-point
  1514. --------------------------*/
  1515. /* Break-points
  1516. -------------------------- */
  1517. /* Scrollbar
  1518. -------------------------- */
  1519. /* Placeholder
  1520. -------------------------- */
  1521. /* BEM
  1522. -------------------------- */
  1523. /* Element Chalk Variables */
  1524. /* Transition
  1525. -------------------------- */
  1526. /* Color
  1527. -------------------------- */
  1528. /* 53a8ff */
  1529. /* 66b1ff */
  1530. /* 79bbff */
  1531. /* 8cc5ff */
  1532. /* a0cfff */
  1533. /* b3d8ff */
  1534. /* c6e2ff */
  1535. /* d9ecff */
  1536. /* ecf5ff */
  1537. /* Link
  1538. -------------------------- */
  1539. /* Border
  1540. -------------------------- */
  1541. /* Fill
  1542. -------------------------- */
  1543. /* Typography
  1544. -------------------------- */
  1545. /* Size
  1546. -------------------------- */
  1547. /* z-index
  1548. -------------------------- */
  1549. /* Disable base
  1550. -------------------------- */
  1551. /* Icon
  1552. -------------------------- */
  1553. /* Checkbox
  1554. -------------------------- */
  1555. /* Radio
  1556. -------------------------- */
  1557. /* Select
  1558. -------------------------- */
  1559. /* Alert
  1560. -------------------------- */
  1561. /* MessageBox
  1562. -------------------------- */
  1563. /* Message
  1564. -------------------------- */
  1565. /* Notification
  1566. -------------------------- */
  1567. /* Input
  1568. -------------------------- */
  1569. /* Cascader
  1570. -------------------------- */
  1571. /* Group
  1572. -------------------------- */
  1573. /* Tab
  1574. -------------------------- */
  1575. /* Button
  1576. -------------------------- */
  1577. /* cascader
  1578. -------------------------- */
  1579. /* Switch
  1580. -------------------------- */
  1581. /* Dialog
  1582. -------------------------- */
  1583. /* Table
  1584. -------------------------- */
  1585. /* Pagination
  1586. -------------------------- */
  1587. /* Popup
  1588. -------------------------- */
  1589. /* Popover
  1590. -------------------------- */
  1591. /* Tooltip
  1592. -------------------------- */
  1593. /* Tag
  1594. -------------------------- */
  1595. /* Tree
  1596. -------------------------- */
  1597. /* Dropdown
  1598. -------------------------- */
  1599. /* Badge
  1600. -------------------------- */
  1601. /* Card
  1602. --------------------------*/
  1603. /* Slider
  1604. --------------------------*/
  1605. /* Steps
  1606. --------------------------*/
  1607. /* Menu
  1608. --------------------------*/
  1609. /* Rate
  1610. --------------------------*/
  1611. /* DatePicker
  1612. --------------------------*/
  1613. /* Loading
  1614. --------------------------*/
  1615. /* Scrollbar
  1616. --------------------------*/
  1617. /* Carousel
  1618. --------------------------*/
  1619. /* Collapse
  1620. --------------------------*/
  1621. /* Transfer
  1622. --------------------------*/
  1623. /* Header
  1624. --------------------------*/
  1625. /* Footer
  1626. --------------------------*/
  1627. /* Main
  1628. --------------------------*/
  1629. /* Timeline
  1630. --------------------------*/
  1631. /* Backtop
  1632. --------------------------*/
  1633. /* Link
  1634. --------------------------*/
  1635. /* Calendar
  1636. --------------------------*/
  1637. /* Form
  1638. -------------------------- */
  1639. /* Avatar
  1640. --------------------------*/
  1641. /* Break-point
  1642. --------------------------*/
  1643. .el-scrollbar {
  1644. overflow: hidden;
  1645. position: relative; }
  1646. .el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  1647. opacity: 1;
  1648. -webkit-transition: opacity 340ms ease-out;
  1649. transition: opacity 340ms ease-out; }
  1650. .el-scrollbar__wrap {
  1651. overflow: scroll;
  1652. height: 100%; }
  1653. .el-scrollbar__wrap--hidden-default {
  1654. scrollbar-width: none; }
  1655. .el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  1656. width: 0;
  1657. height: 0; }
  1658. .el-scrollbar__thumb {
  1659. position: relative;
  1660. display: block;
  1661. width: 0;
  1662. height: 0;
  1663. cursor: pointer;
  1664. border-radius: inherit;
  1665. background-color: rgba(144, 147, 153, 0.3);
  1666. -webkit-transition: .3s background-color;
  1667. transition: .3s background-color; }
  1668. .el-scrollbar__thumb:hover {
  1669. background-color: rgba(144, 147, 153, 0.5); }
  1670. .el-scrollbar__bar {
  1671. position: absolute;
  1672. right: 2px;
  1673. bottom: 2px;
  1674. z-index: 1;
  1675. border-radius: 4px;
  1676. opacity: 0;
  1677. -webkit-transition: opacity 120ms ease-out;
  1678. transition: opacity 120ms ease-out; }
  1679. .el-scrollbar__bar.is-vertical {
  1680. width: 6px;
  1681. top: 2px; }
  1682. .el-scrollbar__bar.is-vertical > div {
  1683. width: 100%; }
  1684. .el-scrollbar__bar.is-horizontal {
  1685. height: 6px;
  1686. left: 2px; }
  1687. .el-scrollbar__bar.is-horizontal > div {
  1688. height: 100%; }
  1689. .el-cascader-panel {
  1690. display: -webkit-box;
  1691. display: -ms-flexbox;
  1692. display: flex;
  1693. border-radius: 4px;
  1694. font-size: 14px; }
  1695. .el-cascader-panel.is-bordered {
  1696. border: solid 1px #E4E7ED;
  1697. border-radius: 4px; }
  1698. .el-cascader-menu {
  1699. min-width: 180px;
  1700. -webkit-box-sizing: border-box;
  1701. box-sizing: border-box;
  1702. color: #606266;
  1703. border-right: solid 1px #E4E7ED; }
  1704. .el-cascader-menu:last-child {
  1705. border-right: none; }
  1706. .el-cascader-menu:last-child .el-cascader-node {
  1707. padding-right: 20px; }
  1708. .el-cascader-menu__wrap {
  1709. height: 204px; }
  1710. .el-cascader-menu__list {
  1711. position: relative;
  1712. min-height: 100%;
  1713. margin: 0;
  1714. padding: 6px 0;
  1715. list-style: none;
  1716. -webkit-box-sizing: border-box;
  1717. box-sizing: border-box; }
  1718. .el-cascader-menu__hover-zone {
  1719. position: absolute;
  1720. top: 0;
  1721. left: 0;
  1722. width: 100%;
  1723. height: 100%;
  1724. pointer-events: none; }
  1725. .el-cascader-menu__empty-text {
  1726. position: absolute;
  1727. top: 50%;
  1728. left: 50%;
  1729. -webkit-transform: translate(-50%, -50%);
  1730. transform: translate(-50%, -50%);
  1731. text-align: center;
  1732. color: #C0C4CC; }
  1733. .el-cascader-node {
  1734. position: relative;
  1735. display: -webkit-box;
  1736. display: -ms-flexbox;
  1737. display: flex;
  1738. -webkit-box-align: center;
  1739. -ms-flex-align: center;
  1740. align-items: center;
  1741. padding: 0 30px 0 20px;
  1742. height: 34px;
  1743. line-height: 34px;
  1744. outline: none; }
  1745. .el-cascader-node.is-selectable.in-active-path {
  1746. color: #606266; }
  1747. .el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active {
  1748. color: #2D74E7;
  1749. font-weight: bold; }
  1750. .el-cascader-node:not(.is-disabled) {
  1751. cursor: pointer; }
  1752. .el-cascader-node:not(.is-disabled):hover, .el-cascader-node:not(.is-disabled):focus {
  1753. background: #F5F7FA; }
  1754. .el-cascader-node.is-disabled {
  1755. color: #C0C4CC;
  1756. cursor: not-allowed; }
  1757. .el-cascader-node__prefix {
  1758. position: absolute;
  1759. left: 10px; }
  1760. .el-cascader-node__postfix {
  1761. position: absolute;
  1762. right: 10px; }
  1763. .el-cascader-node__label {
  1764. -webkit-box-flex: 1;
  1765. -ms-flex: 1;
  1766. flex: 1;
  1767. padding: 0 10px;
  1768. white-space: nowrap;
  1769. overflow: hidden;
  1770. text-overflow: ellipsis; }
  1771. .el-cascader-node > .el-radio {
  1772. margin-right: 0; }
  1773. .el-cascader-node > .el-radio .el-radio__label {
  1774. padding-left: 0; }