autocomplete.css 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354
  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. /* Menu
  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. /* Menu
  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. /* Menu
  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. /* Menu
  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-textarea {
  462. display: inline-block;
  463. width: 100%;
  464. vertical-align: bottom;
  465. font-size: 14px; }
  466. .el-textarea__inner {
  467. display: block;
  468. resize: vertical;
  469. padding: 5px 15px;
  470. line-height: 1.5;
  471. -webkit-box-sizing: border-box;
  472. box-sizing: border-box;
  473. width: 100%;
  474. font-size: inherit;
  475. color: #606266;
  476. background-color: #fff;
  477. background-image: none;
  478. border: 1px solid #dcdfe6;
  479. border-radius: 4px;
  480. -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  481. transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  482. .el-textarea__inner::-webkit-input-placeholder {
  483. color: #c0c4cc; }
  484. .el-textarea__inner:-ms-input-placeholder {
  485. color: #c0c4cc; }
  486. .el-textarea__inner::-ms-input-placeholder {
  487. color: #c0c4cc; }
  488. .el-textarea__inner::placeholder {
  489. color: #c0c4cc; }
  490. .el-textarea__inner:hover {
  491. border-color: #c0c4cc; }
  492. .el-textarea__inner:focus {
  493. outline: none;
  494. border-color: #C8A063; }
  495. .el-textarea.is-disabled .el-textarea__inner {
  496. background-color: #f5f7fa;
  497. border-color: #e4e7ed;
  498. color: #c0c4cc;
  499. cursor: not-allowed; }
  500. .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
  501. color: #c0c4cc; }
  502. .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  503. color: #c0c4cc; }
  504. .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
  505. color: #c0c4cc; }
  506. .el-textarea.is-disabled .el-textarea__inner::placeholder {
  507. color: #c0c4cc; }
  508. .el-input {
  509. position: relative;
  510. font-size: 14px;
  511. display: inline-block;
  512. width: 100%; }
  513. .el-input::-webkit-scrollbar {
  514. z-index: 11;
  515. width: 6px; }
  516. .el-input::-webkit-scrollbar:horizontal {
  517. height: 6px; }
  518. .el-input::-webkit-scrollbar-thumb {
  519. border-radius: 5px;
  520. width: 6px;
  521. background: #b4bccc; }
  522. .el-input::-webkit-scrollbar-corner {
  523. background: #fff; }
  524. .el-input::-webkit-scrollbar-track {
  525. background: #fff; }
  526. .el-input::-webkit-scrollbar-track-piece {
  527. background: #fff;
  528. width: 6px; }
  529. .el-input .el-input__clear {
  530. color: #c0c4cc;
  531. font-size: 14px;
  532. line-height: 16px;
  533. cursor: pointer;
  534. -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  535. transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  536. .el-input .el-input__clear:hover {
  537. color: #909399; }
  538. .el-input__inner {
  539. -webkit-appearance: none;
  540. background-color: #fff;
  541. background-image: none;
  542. border-radius: 4px;
  543. border: 1px solid #dcdfe6;
  544. -webkit-box-sizing: border-box;
  545. box-sizing: border-box;
  546. color: #606266;
  547. display: inline-block;
  548. font-size: inherit;
  549. height: 40px;
  550. line-height: 40px;
  551. outline: none;
  552. padding: 0 15px;
  553. -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  554. transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  555. width: 100%; }
  556. .el-input__inner::-webkit-input-placeholder {
  557. color: #c0c4cc; }
  558. .el-input__inner:-ms-input-placeholder {
  559. color: #c0c4cc; }
  560. .el-input__inner::-ms-input-placeholder {
  561. color: #c0c4cc; }
  562. .el-input__inner::placeholder {
  563. color: #c0c4cc; }
  564. .el-input__inner:hover {
  565. border-color: #c0c4cc; }
  566. .el-input__inner:focus {
  567. outline: none;
  568. border-color: #C8A063; }
  569. .el-input__suffix {
  570. position: absolute;
  571. height: 100%;
  572. right: 5px;
  573. top: 0;
  574. text-align: center;
  575. color: #c0c4cc;
  576. -webkit-transition: all .3s;
  577. transition: all .3s;
  578. pointer-events: none; }
  579. .el-input__suffix-inner {
  580. pointer-events: all; }
  581. .el-input__prefix {
  582. position: absolute;
  583. height: 100%;
  584. left: 5px;
  585. top: 0;
  586. text-align: center;
  587. color: #c0c4cc;
  588. -webkit-transition: all .3s;
  589. transition: all .3s; }
  590. .el-input__icon {
  591. height: 100%;
  592. width: 25px;
  593. text-align: center;
  594. -webkit-transition: all .3s;
  595. transition: all .3s;
  596. line-height: 40px; }
  597. .el-input__icon:after {
  598. content: '';
  599. height: 100%;
  600. width: 0;
  601. display: inline-block;
  602. vertical-align: middle; }
  603. .el-input__validateIcon {
  604. pointer-events: none; }
  605. .el-input.is-active .el-input__inner {
  606. outline: none;
  607. border-color: #C8A063; }
  608. .el-input.is-disabled .el-input__inner {
  609. background-color: #f5f7fa;
  610. border-color: #e4e7ed;
  611. color: #c0c4cc;
  612. cursor: not-allowed; }
  613. .el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  614. color: #c0c4cc; }
  615. .el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  616. color: #c0c4cc; }
  617. .el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  618. color: #c0c4cc; }
  619. .el-input.is-disabled .el-input__inner::placeholder {
  620. color: #c0c4cc; }
  621. .el-input.is-disabled .el-input__icon {
  622. cursor: not-allowed; }
  623. .el-input--suffix .el-input__inner {
  624. padding-right: 30px; }
  625. .el-input--prefix .el-input__inner {
  626. padding-left: 30px; }
  627. .el-input--medium {
  628. font-size: 14px; }
  629. .el-input--medium .el-input__inner {
  630. height: 36px;
  631. line-height: 36px; }
  632. .el-input--medium .el-input__icon {
  633. line-height: 36px; }
  634. .el-input--small {
  635. font-size: 13px; }
  636. .el-input--small .el-input__inner {
  637. height: 32px;
  638. line-height: 32px; }
  639. .el-input--small .el-input__icon {
  640. line-height: 32px; }
  641. .el-input--mini {
  642. font-size: 12px; }
  643. .el-input--mini .el-input__inner {
  644. height: 28px;
  645. line-height: 28px; }
  646. .el-input--mini .el-input__icon {
  647. line-height: 28px; }
  648. .el-input-group {
  649. line-height: normal;
  650. display: inline-table;
  651. width: 100%;
  652. border-collapse: separate; }
  653. .el-input-group > .el-input__inner {
  654. vertical-align: middle;
  655. display: table-cell; }
  656. .el-input-group__append, .el-input-group__prepend {
  657. background-color: #f5f7fa;
  658. color: #68C7FF;
  659. vertical-align: middle;
  660. display: table-cell;
  661. position: relative;
  662. border: 1px solid #dcdfe6;
  663. border-radius: 4px;
  664. padding: 0 20px;
  665. width: 1px;
  666. white-space: nowrap; }
  667. .el-input-group__append:focus, .el-input-group__prepend:focus {
  668. outline: none; }
  669. .el-input-group__append .el-select,
  670. .el-input-group__append .el-button, .el-input-group__prepend .el-select,
  671. .el-input-group__prepend .el-button {
  672. display: inline-block;
  673. margin: -10px -20px; }
  674. .el-input-group__append button.el-button,
  675. .el-input-group__append div.el-select .el-input__inner,
  676. .el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
  677. .el-input-group__prepend div.el-select .el-input__inner,
  678. .el-input-group__prepend div.el-select:hover .el-input__inner {
  679. border-color: transparent;
  680. background-color: transparent;
  681. color: inherit;
  682. border-top: 0;
  683. border-bottom: 0; }
  684. .el-input-group__append .el-button,
  685. .el-input-group__append .el-input, .el-input-group__prepend .el-button,
  686. .el-input-group__prepend .el-input {
  687. font-size: inherit; }
  688. .el-input-group__prepend {
  689. border-right: 0;
  690. border-top-right-radius: 0;
  691. border-bottom-right-radius: 0; }
  692. .el-input-group__append {
  693. border-left: 0;
  694. border-top-left-radius: 0;
  695. border-bottom-left-radius: 0; }
  696. .el-input-group--prepend .el-input__inner {
  697. border-top-left-radius: 0;
  698. border-bottom-left-radius: 0; }
  699. .el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  700. border-color: transparent; }
  701. .el-input-group--append .el-input__inner {
  702. border-top-right-radius: 0;
  703. border-bottom-right-radius: 0; }
  704. .el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  705. border-color: transparent; }
  706. /** disalbe default clear on IE */
  707. .el-input__inner::-ms-clear {
  708. display: none;
  709. width: 0;
  710. height: 0; }
  711. /* BEM support Func
  712. -------------------------- */
  713. /* Element Chalk Variables */
  714. /* Transition
  715. -------------------------- */
  716. /* Colors
  717. -------------------------- */
  718. /* 53a8ff */
  719. /* 66b1ff */
  720. /* 79bbff */
  721. /* 8cc5ff */
  722. /* a0cfff */
  723. /* b3d8ff */
  724. /* c6e2ff */
  725. /* d9ecff */
  726. /* ecf5ff */
  727. /* Link
  728. -------------------------- */
  729. /* Background
  730. -------------------------- */
  731. /* Border
  732. -------------------------- */
  733. /* Box-shadow
  734. -------------------------- */
  735. /* Fill
  736. -------------------------- */
  737. /* Font
  738. -------------------------- */
  739. /* Size
  740. -------------------------- */
  741. /* z-index
  742. -------------------------- */
  743. /* Disable base
  744. -------------------------- */
  745. /* Icon
  746. -------------------------- */
  747. /* Checkbox
  748. -------------------------- */
  749. /* Radio
  750. -------------------------- */
  751. /* Select
  752. -------------------------- */
  753. /* Alert
  754. -------------------------- */
  755. /* Message Box
  756. -------------------------- */
  757. /* Message
  758. -------------------------- */
  759. /* Notification
  760. -------------------------- */
  761. /* Input
  762. -------------------------- */
  763. /* Cascader
  764. -------------------------- */
  765. /* Group
  766. -------------------------- */
  767. /* Tab
  768. -------------------------- */
  769. /* Button
  770. -------------------------- */
  771. /* cascader
  772. -------------------------- */
  773. /* Switch
  774. -------------------------- */
  775. /* Dialog
  776. -------------------------- */
  777. /* Table
  778. -------------------------- */
  779. /* Pagination
  780. -------------------------- */
  781. /* Popover
  782. -------------------------- */
  783. /* Tooltip
  784. -------------------------- */
  785. /* Tag
  786. -------------------------- */
  787. /* Tree
  788. -------------------------- */
  789. /* Dropdown
  790. -------------------------- */
  791. /* Badge
  792. -------------------------- */
  793. /* Card
  794. --------------------------*/
  795. /* Slider
  796. --------------------------*/
  797. /* Steps
  798. --------------------------*/
  799. /* Menu
  800. --------------------------*/
  801. /* Rate
  802. --------------------------*/
  803. /* DatePicker
  804. --------------------------*/
  805. /* Loading
  806. --------------------------*/
  807. /* Scrollbar
  808. --------------------------*/
  809. /* Carousel
  810. --------------------------*/
  811. /* Collapse
  812. --------------------------*/
  813. /* Transfer
  814. --------------------------*/
  815. /* Header
  816. --------------------------*/
  817. /* Footer
  818. --------------------------*/
  819. /* Main
  820. --------------------------*/
  821. /* Break-point
  822. --------------------------*/
  823. /* Break-points
  824. -------------------------- */
  825. /* Scrollbar
  826. -------------------------- */
  827. /* Placeholder
  828. -------------------------- */
  829. /* BEM
  830. -------------------------- */
  831. /* Element Chalk Variables */
  832. /* Transition
  833. -------------------------- */
  834. /* Colors
  835. -------------------------- */
  836. /* 53a8ff */
  837. /* 66b1ff */
  838. /* 79bbff */
  839. /* 8cc5ff */
  840. /* a0cfff */
  841. /* b3d8ff */
  842. /* c6e2ff */
  843. /* d9ecff */
  844. /* ecf5ff */
  845. /* Link
  846. -------------------------- */
  847. /* Background
  848. -------------------------- */
  849. /* Border
  850. -------------------------- */
  851. /* Box-shadow
  852. -------------------------- */
  853. /* Fill
  854. -------------------------- */
  855. /* Font
  856. -------------------------- */
  857. /* Size
  858. -------------------------- */
  859. /* z-index
  860. -------------------------- */
  861. /* Disable base
  862. -------------------------- */
  863. /* Icon
  864. -------------------------- */
  865. /* Checkbox
  866. -------------------------- */
  867. /* Radio
  868. -------------------------- */
  869. /* Select
  870. -------------------------- */
  871. /* Alert
  872. -------------------------- */
  873. /* Message Box
  874. -------------------------- */
  875. /* Message
  876. -------------------------- */
  877. /* Notification
  878. -------------------------- */
  879. /* Input
  880. -------------------------- */
  881. /* Cascader
  882. -------------------------- */
  883. /* Group
  884. -------------------------- */
  885. /* Tab
  886. -------------------------- */
  887. /* Button
  888. -------------------------- */
  889. /* cascader
  890. -------------------------- */
  891. /* Switch
  892. -------------------------- */
  893. /* Dialog
  894. -------------------------- */
  895. /* Table
  896. -------------------------- */
  897. /* Pagination
  898. -------------------------- */
  899. /* Popover
  900. -------------------------- */
  901. /* Tooltip
  902. -------------------------- */
  903. /* Tag
  904. -------------------------- */
  905. /* Tree
  906. -------------------------- */
  907. /* Dropdown
  908. -------------------------- */
  909. /* Badge
  910. -------------------------- */
  911. /* Card
  912. --------------------------*/
  913. /* Slider
  914. --------------------------*/
  915. /* Steps
  916. --------------------------*/
  917. /* Menu
  918. --------------------------*/
  919. /* Rate
  920. --------------------------*/
  921. /* DatePicker
  922. --------------------------*/
  923. /* Loading
  924. --------------------------*/
  925. /* Scrollbar
  926. --------------------------*/
  927. /* Carousel
  928. --------------------------*/
  929. /* Collapse
  930. --------------------------*/
  931. /* Transfer
  932. --------------------------*/
  933. /* Header
  934. --------------------------*/
  935. /* Footer
  936. --------------------------*/
  937. /* Main
  938. --------------------------*/
  939. /* Break-point
  940. --------------------------*/
  941. .el-scrollbar {
  942. overflow: hidden;
  943. position: relative; }
  944. .el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  945. opacity: 1;
  946. -webkit-transition: opacity 340ms ease-out;
  947. transition: opacity 340ms ease-out; }
  948. .el-scrollbar__wrap {
  949. overflow: scroll;
  950. height: 100%; }
  951. .el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  952. width: 0;
  953. height: 0; }
  954. .el-scrollbar__thumb {
  955. position: relative;
  956. display: block;
  957. width: 0;
  958. height: 0;
  959. cursor: pointer;
  960. border-radius: inherit;
  961. background-color: rgba(144, 147, 153, 0.3);
  962. -webkit-transition: .3s background-color;
  963. transition: .3s background-color; }
  964. .el-scrollbar__thumb:hover {
  965. background-color: rgba(144, 147, 153, 0.5); }
  966. .el-scrollbar__bar {
  967. position: absolute;
  968. right: 2px;
  969. bottom: 2px;
  970. z-index: 1;
  971. border-radius: 4px;
  972. opacity: 0;
  973. -webkit-transition: opacity 120ms ease-out;
  974. transition: opacity 120ms ease-out; }
  975. .el-scrollbar__bar.is-vertical {
  976. width: 6px;
  977. top: 2px; }
  978. .el-scrollbar__bar.is-vertical > div {
  979. width: 100%; }
  980. .el-scrollbar__bar.is-horizontal {
  981. height: 6px;
  982. left: 2px; }
  983. .el-scrollbar__bar.is-horizontal > div {
  984. height: 100%; }
  985. /* BEM support Func
  986. -------------------------- */
  987. /* Element Chalk Variables */
  988. /* Transition
  989. -------------------------- */
  990. /* Colors
  991. -------------------------- */
  992. /* 53a8ff */
  993. /* 66b1ff */
  994. /* 79bbff */
  995. /* 8cc5ff */
  996. /* a0cfff */
  997. /* b3d8ff */
  998. /* c6e2ff */
  999. /* d9ecff */
  1000. /* ecf5ff */
  1001. /* Link
  1002. -------------------------- */
  1003. /* Background
  1004. -------------------------- */
  1005. /* Border
  1006. -------------------------- */
  1007. /* Box-shadow
  1008. -------------------------- */
  1009. /* Fill
  1010. -------------------------- */
  1011. /* Font
  1012. -------------------------- */
  1013. /* Size
  1014. -------------------------- */
  1015. /* z-index
  1016. -------------------------- */
  1017. /* Disable base
  1018. -------------------------- */
  1019. /* Icon
  1020. -------------------------- */
  1021. /* Checkbox
  1022. -------------------------- */
  1023. /* Radio
  1024. -------------------------- */
  1025. /* Select
  1026. -------------------------- */
  1027. /* Alert
  1028. -------------------------- */
  1029. /* Message Box
  1030. -------------------------- */
  1031. /* Message
  1032. -------------------------- */
  1033. /* Notification
  1034. -------------------------- */
  1035. /* Input
  1036. -------------------------- */
  1037. /* Cascader
  1038. -------------------------- */
  1039. /* Group
  1040. -------------------------- */
  1041. /* Tab
  1042. -------------------------- */
  1043. /* Button
  1044. -------------------------- */
  1045. /* cascader
  1046. -------------------------- */
  1047. /* Switch
  1048. -------------------------- */
  1049. /* Dialog
  1050. -------------------------- */
  1051. /* Table
  1052. -------------------------- */
  1053. /* Pagination
  1054. -------------------------- */
  1055. /* Popover
  1056. -------------------------- */
  1057. /* Tooltip
  1058. -------------------------- */
  1059. /* Tag
  1060. -------------------------- */
  1061. /* Tree
  1062. -------------------------- */
  1063. /* Dropdown
  1064. -------------------------- */
  1065. /* Badge
  1066. -------------------------- */
  1067. /* Card
  1068. --------------------------*/
  1069. /* Slider
  1070. --------------------------*/
  1071. /* Steps
  1072. --------------------------*/
  1073. /* Menu
  1074. --------------------------*/
  1075. /* Rate
  1076. --------------------------*/
  1077. /* DatePicker
  1078. --------------------------*/
  1079. /* Loading
  1080. --------------------------*/
  1081. /* Scrollbar
  1082. --------------------------*/
  1083. /* Carousel
  1084. --------------------------*/
  1085. /* Collapse
  1086. --------------------------*/
  1087. /* Transfer
  1088. --------------------------*/
  1089. /* Header
  1090. --------------------------*/
  1091. /* Footer
  1092. --------------------------*/
  1093. /* Main
  1094. --------------------------*/
  1095. /* Break-point
  1096. --------------------------*/
  1097. /* Break-points
  1098. -------------------------- */
  1099. /* Scrollbar
  1100. -------------------------- */
  1101. /* Placeholder
  1102. -------------------------- */
  1103. /* BEM
  1104. -------------------------- */
  1105. /* Element Chalk Variables */
  1106. /* Transition
  1107. -------------------------- */
  1108. /* Colors
  1109. -------------------------- */
  1110. /* 53a8ff */
  1111. /* 66b1ff */
  1112. /* 79bbff */
  1113. /* 8cc5ff */
  1114. /* a0cfff */
  1115. /* b3d8ff */
  1116. /* c6e2ff */
  1117. /* d9ecff */
  1118. /* ecf5ff */
  1119. /* Link
  1120. -------------------------- */
  1121. /* Background
  1122. -------------------------- */
  1123. /* Border
  1124. -------------------------- */
  1125. /* Box-shadow
  1126. -------------------------- */
  1127. /* Fill
  1128. -------------------------- */
  1129. /* Font
  1130. -------------------------- */
  1131. /* Size
  1132. -------------------------- */
  1133. /* z-index
  1134. -------------------------- */
  1135. /* Disable base
  1136. -------------------------- */
  1137. /* Icon
  1138. -------------------------- */
  1139. /* Checkbox
  1140. -------------------------- */
  1141. /* Radio
  1142. -------------------------- */
  1143. /* Select
  1144. -------------------------- */
  1145. /* Alert
  1146. -------------------------- */
  1147. /* Message Box
  1148. -------------------------- */
  1149. /* Message
  1150. -------------------------- */
  1151. /* Notification
  1152. -------------------------- */
  1153. /* Input
  1154. -------------------------- */
  1155. /* Cascader
  1156. -------------------------- */
  1157. /* Group
  1158. -------------------------- */
  1159. /* Tab
  1160. -------------------------- */
  1161. /* Button
  1162. -------------------------- */
  1163. /* cascader
  1164. -------------------------- */
  1165. /* Switch
  1166. -------------------------- */
  1167. /* Dialog
  1168. -------------------------- */
  1169. /* Table
  1170. -------------------------- */
  1171. /* Pagination
  1172. -------------------------- */
  1173. /* Popover
  1174. -------------------------- */
  1175. /* Tooltip
  1176. -------------------------- */
  1177. /* Tag
  1178. -------------------------- */
  1179. /* Tree
  1180. -------------------------- */
  1181. /* Dropdown
  1182. -------------------------- */
  1183. /* Badge
  1184. -------------------------- */
  1185. /* Card
  1186. --------------------------*/
  1187. /* Slider
  1188. --------------------------*/
  1189. /* Steps
  1190. --------------------------*/
  1191. /* Menu
  1192. --------------------------*/
  1193. /* Rate
  1194. --------------------------*/
  1195. /* DatePicker
  1196. --------------------------*/
  1197. /* Loading
  1198. --------------------------*/
  1199. /* Scrollbar
  1200. --------------------------*/
  1201. /* Carousel
  1202. --------------------------*/
  1203. /* Collapse
  1204. --------------------------*/
  1205. /* Transfer
  1206. --------------------------*/
  1207. /* Header
  1208. --------------------------*/
  1209. /* Footer
  1210. --------------------------*/
  1211. /* Main
  1212. --------------------------*/
  1213. /* Break-point
  1214. --------------------------*/
  1215. .el-popper .popper__arrow,
  1216. .el-popper .popper__arrow::after {
  1217. position: absolute;
  1218. display: block;
  1219. width: 0;
  1220. height: 0;
  1221. border-color: transparent;
  1222. border-style: solid; }
  1223. .el-popper .popper__arrow {
  1224. border-width: 6px;
  1225. -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  1226. filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03)); }
  1227. .el-popper .popper__arrow::after {
  1228. content: " ";
  1229. border-width: 6px; }
  1230. .el-popper[x-placement^="top"] {
  1231. margin-bottom: 12px; }
  1232. .el-popper[x-placement^="top"] .popper__arrow {
  1233. bottom: -6px;
  1234. left: 50%;
  1235. margin-right: 3px;
  1236. border-top-color: #ebeef5;
  1237. border-bottom-width: 0; }
  1238. .el-popper[x-placement^="top"] .popper__arrow::after {
  1239. bottom: 1px;
  1240. margin-left: -6px;
  1241. border-top-color: #fff;
  1242. border-bottom-width: 0; }
  1243. .el-popper[x-placement^="bottom"] {
  1244. margin-top: 12px; }
  1245. .el-popper[x-placement^="bottom"] .popper__arrow {
  1246. top: -6px;
  1247. left: 50%;
  1248. margin-right: 3px;
  1249. border-top-width: 0;
  1250. border-bottom-color: #ebeef5; }
  1251. .el-popper[x-placement^="bottom"] .popper__arrow::after {
  1252. top: 1px;
  1253. margin-left: -6px;
  1254. border-top-width: 0;
  1255. border-bottom-color: #fff; }
  1256. .el-popper[x-placement^="right"] {
  1257. margin-left: 12px; }
  1258. .el-popper[x-placement^="right"] .popper__arrow {
  1259. top: 50%;
  1260. left: -6px;
  1261. margin-bottom: 3px;
  1262. border-right-color: #ebeef5;
  1263. border-left-width: 0; }
  1264. .el-popper[x-placement^="right"] .popper__arrow::after {
  1265. bottom: -6px;
  1266. left: 1px;
  1267. border-right-color: #fff;
  1268. border-left-width: 0; }
  1269. .el-popper[x-placement^="left"] {
  1270. margin-right: 12px; }
  1271. .el-popper[x-placement^="left"] .popper__arrow {
  1272. top: 50%;
  1273. right: -6px;
  1274. margin-bottom: 3px;
  1275. border-right-width: 0;
  1276. border-left-color: #ebeef5; }
  1277. .el-popper[x-placement^="left"] .popper__arrow::after {
  1278. right: 1px;
  1279. bottom: -6px;
  1280. margin-left: -6px;
  1281. border-right-width: 0;
  1282. border-left-color: #fff; }
  1283. .el-autocomplete {
  1284. position: relative;
  1285. display: inline-block; }
  1286. .el-autocomplete-suggestion {
  1287. margin: 5px 0;
  1288. -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  1289. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  1290. border-radius: 4px; }
  1291. .el-autocomplete-suggestion__wrap {
  1292. max-height: 280px;
  1293. padding: 10px 0;
  1294. -webkit-box-sizing: border-box;
  1295. box-sizing: border-box;
  1296. overflow: auto;
  1297. background-color: #fff;
  1298. border: 1px solid #e4e7ed;
  1299. border-radius: 4px; }
  1300. .el-autocomplete-suggestion__list {
  1301. margin: 0;
  1302. padding: 0; }
  1303. .el-autocomplete-suggestion li {
  1304. padding: 0 20px;
  1305. margin: 0;
  1306. line-height: 34px;
  1307. cursor: pointer;
  1308. color: #606266;
  1309. font-size: 14px;
  1310. list-style: none;
  1311. white-space: nowrap;
  1312. overflow: hidden;
  1313. text-overflow: ellipsis; }
  1314. .el-autocomplete-suggestion li:hover {
  1315. background-color: #f5f7fa; }
  1316. .el-autocomplete-suggestion li.highlighted {
  1317. background-color: #f5f7fa; }
  1318. .el-autocomplete-suggestion li.divider {
  1319. margin-top: 6px;
  1320. border-top: 1px solid #000; }
  1321. .el-autocomplete-suggestion li.divider:last-child {
  1322. margin-bottom: -6px; }
  1323. .el-autocomplete-suggestion.is-loading li {
  1324. text-align: center;
  1325. height: 100px;
  1326. line-height: 100px;
  1327. font-size: 20px;
  1328. color: #999; }
  1329. .el-autocomplete-suggestion.is-loading li::after {
  1330. display: inline-block;
  1331. content: "";
  1332. height: 100%;
  1333. vertical-align: middle; }
  1334. .el-autocomplete-suggestion.is-loading li:hover {
  1335. background-color: #fff; }
  1336. .el-autocomplete-suggestion.is-loading .el-icon-loading {
  1337. vertical-align: middle; }