autocomplete.css 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557
  1. /* BEM support Func
  2. -------------------------- */
  3. /* Element Chalk Variables */
  4. /* Transition
  5. -------------------------- */
  6. /* Color
  7. -------------------------- */
  8. /* 53a8ff */
  9. /* 66b1ff */
  10. /* 79bbff */
  11. /* 8cc5ff */
  12. /* a0cfff */
  13. /* b3d8ff */
  14. /* c6e2ff */
  15. /* d9ecff */
  16. /* ecf5ff */
  17. /* Link
  18. -------------------------- */
  19. /* Border
  20. -------------------------- */
  21. /* Fill
  22. -------------------------- */
  23. /* Typography
  24. -------------------------- */
  25. /* Size
  26. -------------------------- */
  27. /* z-index
  28. -------------------------- */
  29. /* Disable base
  30. -------------------------- */
  31. /* Icon
  32. -------------------------- */
  33. /* Checkbox
  34. -------------------------- */
  35. /* Radio
  36. -------------------------- */
  37. /* Select
  38. -------------------------- */
  39. /* Alert
  40. -------------------------- */
  41. /* MessageBox
  42. -------------------------- */
  43. /* Message
  44. -------------------------- */
  45. /* Notification
  46. -------------------------- */
  47. /* Input
  48. -------------------------- */
  49. /* Cascader
  50. -------------------------- */
  51. /* Group
  52. -------------------------- */
  53. /* Tab
  54. -------------------------- */
  55. /* Button
  56. -------------------------- */
  57. /* cascader
  58. -------------------------- */
  59. /* Switch
  60. -------------------------- */
  61. /* Dialog
  62. -------------------------- */
  63. /* Table
  64. -------------------------- */
  65. /* Pagination
  66. -------------------------- */
  67. /* Popup
  68. -------------------------- */
  69. /* Popover
  70. -------------------------- */
  71. /* Tooltip
  72. -------------------------- */
  73. /* Tag
  74. -------------------------- */
  75. /* Tree
  76. -------------------------- */
  77. /* Dropdown
  78. -------------------------- */
  79. /* Badge
  80. -------------------------- */
  81. /* Card
  82. --------------------------*/
  83. /* Slider
  84. --------------------------*/
  85. /* Steps
  86. --------------------------*/
  87. /* Menu
  88. --------------------------*/
  89. /* Rate
  90. --------------------------*/
  91. /* DatePicker
  92. --------------------------*/
  93. /* Loading
  94. --------------------------*/
  95. /* Scrollbar
  96. --------------------------*/
  97. /* Carousel
  98. --------------------------*/
  99. /* Collapse
  100. --------------------------*/
  101. /* Transfer
  102. --------------------------*/
  103. /* Header
  104. --------------------------*/
  105. /* Footer
  106. --------------------------*/
  107. /* Main
  108. --------------------------*/
  109. /* Timeline
  110. --------------------------*/
  111. /* Backtop
  112. --------------------------*/
  113. /* Link
  114. --------------------------*/
  115. /* Calendar
  116. --------------------------*/
  117. /* Form
  118. -------------------------- */
  119. /* Avatar
  120. --------------------------*/
  121. /* Empty
  122. -------------------------- */
  123. /* Descriptions
  124. -------------------------- */
  125. /* Skeleton
  126. --------------------------*/
  127. /* Svg
  128. --------------- */
  129. /* Result
  130. -------------------------- */
  131. /* Break-point
  132. --------------------------*/
  133. /* Break-points
  134. -------------------------- */
  135. /* Scrollbar
  136. -------------------------- */
  137. /* Placeholder
  138. -------------------------- */
  139. /* BEM
  140. -------------------------- */
  141. /* Element Chalk Variables */
  142. /* Transition
  143. -------------------------- */
  144. /* Color
  145. -------------------------- */
  146. /* 53a8ff */
  147. /* 66b1ff */
  148. /* 79bbff */
  149. /* 8cc5ff */
  150. /* a0cfff */
  151. /* b3d8ff */
  152. /* c6e2ff */
  153. /* d9ecff */
  154. /* ecf5ff */
  155. /* Link
  156. -------------------------- */
  157. /* Border
  158. -------------------------- */
  159. /* Fill
  160. -------------------------- */
  161. /* Typography
  162. -------------------------- */
  163. /* Size
  164. -------------------------- */
  165. /* z-index
  166. -------------------------- */
  167. /* Disable base
  168. -------------------------- */
  169. /* Icon
  170. -------------------------- */
  171. /* Checkbox
  172. -------------------------- */
  173. /* Radio
  174. -------------------------- */
  175. /* Select
  176. -------------------------- */
  177. /* Alert
  178. -------------------------- */
  179. /* MessageBox
  180. -------------------------- */
  181. /* Message
  182. -------------------------- */
  183. /* Notification
  184. -------------------------- */
  185. /* Input
  186. -------------------------- */
  187. /* Cascader
  188. -------------------------- */
  189. /* Group
  190. -------------------------- */
  191. /* Tab
  192. -------------------------- */
  193. /* Button
  194. -------------------------- */
  195. /* cascader
  196. -------------------------- */
  197. /* Switch
  198. -------------------------- */
  199. /* Dialog
  200. -------------------------- */
  201. /* Table
  202. -------------------------- */
  203. /* Pagination
  204. -------------------------- */
  205. /* Popup
  206. -------------------------- */
  207. /* Popover
  208. -------------------------- */
  209. /* Tooltip
  210. -------------------------- */
  211. /* Tag
  212. -------------------------- */
  213. /* Tree
  214. -------------------------- */
  215. /* Dropdown
  216. -------------------------- */
  217. /* Badge
  218. -------------------------- */
  219. /* Card
  220. --------------------------*/
  221. /* Slider
  222. --------------------------*/
  223. /* Steps
  224. --------------------------*/
  225. /* Menu
  226. --------------------------*/
  227. /* Rate
  228. --------------------------*/
  229. /* DatePicker
  230. --------------------------*/
  231. /* Loading
  232. --------------------------*/
  233. /* Scrollbar
  234. --------------------------*/
  235. /* Carousel
  236. --------------------------*/
  237. /* Collapse
  238. --------------------------*/
  239. /* Transfer
  240. --------------------------*/
  241. /* Header
  242. --------------------------*/
  243. /* Footer
  244. --------------------------*/
  245. /* Main
  246. --------------------------*/
  247. /* Timeline
  248. --------------------------*/
  249. /* Backtop
  250. --------------------------*/
  251. /* Link
  252. --------------------------*/
  253. /* Calendar
  254. --------------------------*/
  255. /* Form
  256. -------------------------- */
  257. /* Avatar
  258. --------------------------*/
  259. /* Empty
  260. -------------------------- */
  261. /* Descriptions
  262. -------------------------- */
  263. /* Skeleton
  264. --------------------------*/
  265. /* Svg
  266. --------------- */
  267. /* Result
  268. -------------------------- */
  269. /* Break-point
  270. --------------------------*/
  271. /* BEM support Func
  272. -------------------------- */
  273. /* Element Chalk Variables */
  274. /* Transition
  275. -------------------------- */
  276. /* Color
  277. -------------------------- */
  278. /* 53a8ff */
  279. /* 66b1ff */
  280. /* 79bbff */
  281. /* 8cc5ff */
  282. /* a0cfff */
  283. /* b3d8ff */
  284. /* c6e2ff */
  285. /* d9ecff */
  286. /* ecf5ff */
  287. /* Link
  288. -------------------------- */
  289. /* Border
  290. -------------------------- */
  291. /* Fill
  292. -------------------------- */
  293. /* Typography
  294. -------------------------- */
  295. /* Size
  296. -------------------------- */
  297. /* z-index
  298. -------------------------- */
  299. /* Disable base
  300. -------------------------- */
  301. /* Icon
  302. -------------------------- */
  303. /* Checkbox
  304. -------------------------- */
  305. /* Radio
  306. -------------------------- */
  307. /* Select
  308. -------------------------- */
  309. /* Alert
  310. -------------------------- */
  311. /* MessageBox
  312. -------------------------- */
  313. /* Message
  314. -------------------------- */
  315. /* Notification
  316. -------------------------- */
  317. /* Input
  318. -------------------------- */
  319. /* Cascader
  320. -------------------------- */
  321. /* Group
  322. -------------------------- */
  323. /* Tab
  324. -------------------------- */
  325. /* Button
  326. -------------------------- */
  327. /* cascader
  328. -------------------------- */
  329. /* Switch
  330. -------------------------- */
  331. /* Dialog
  332. -------------------------- */
  333. /* Table
  334. -------------------------- */
  335. /* Pagination
  336. -------------------------- */
  337. /* Popup
  338. -------------------------- */
  339. /* Popover
  340. -------------------------- */
  341. /* Tooltip
  342. -------------------------- */
  343. /* Tag
  344. -------------------------- */
  345. /* Tree
  346. -------------------------- */
  347. /* Dropdown
  348. -------------------------- */
  349. /* Badge
  350. -------------------------- */
  351. /* Card
  352. --------------------------*/
  353. /* Slider
  354. --------------------------*/
  355. /* Steps
  356. --------------------------*/
  357. /* Menu
  358. --------------------------*/
  359. /* Rate
  360. --------------------------*/
  361. /* DatePicker
  362. --------------------------*/
  363. /* Loading
  364. --------------------------*/
  365. /* Scrollbar
  366. --------------------------*/
  367. /* Carousel
  368. --------------------------*/
  369. /* Collapse
  370. --------------------------*/
  371. /* Transfer
  372. --------------------------*/
  373. /* Header
  374. --------------------------*/
  375. /* Footer
  376. --------------------------*/
  377. /* Main
  378. --------------------------*/
  379. /* Timeline
  380. --------------------------*/
  381. /* Backtop
  382. --------------------------*/
  383. /* Link
  384. --------------------------*/
  385. /* Calendar
  386. --------------------------*/
  387. /* Form
  388. -------------------------- */
  389. /* Avatar
  390. --------------------------*/
  391. /* Empty
  392. -------------------------- */
  393. /* Descriptions
  394. -------------------------- */
  395. /* Skeleton
  396. --------------------------*/
  397. /* Svg
  398. --------------- */
  399. /* Result
  400. -------------------------- */
  401. /* Break-point
  402. --------------------------*/
  403. /* Break-points
  404. -------------------------- */
  405. /* Scrollbar
  406. -------------------------- */
  407. /* Placeholder
  408. -------------------------- */
  409. /* BEM
  410. -------------------------- */
  411. /* Element Chalk Variables */
  412. /* Transition
  413. -------------------------- */
  414. /* Color
  415. -------------------------- */
  416. /* 53a8ff */
  417. /* 66b1ff */
  418. /* 79bbff */
  419. /* 8cc5ff */
  420. /* a0cfff */
  421. /* b3d8ff */
  422. /* c6e2ff */
  423. /* d9ecff */
  424. /* ecf5ff */
  425. /* Link
  426. -------------------------- */
  427. /* Border
  428. -------------------------- */
  429. /* Fill
  430. -------------------------- */
  431. /* Typography
  432. -------------------------- */
  433. /* Size
  434. -------------------------- */
  435. /* z-index
  436. -------------------------- */
  437. /* Disable base
  438. -------------------------- */
  439. /* Icon
  440. -------------------------- */
  441. /* Checkbox
  442. -------------------------- */
  443. /* Radio
  444. -------------------------- */
  445. /* Select
  446. -------------------------- */
  447. /* Alert
  448. -------------------------- */
  449. /* MessageBox
  450. -------------------------- */
  451. /* Message
  452. -------------------------- */
  453. /* Notification
  454. -------------------------- */
  455. /* Input
  456. -------------------------- */
  457. /* Cascader
  458. -------------------------- */
  459. /* Group
  460. -------------------------- */
  461. /* Tab
  462. -------------------------- */
  463. /* Button
  464. -------------------------- */
  465. /* cascader
  466. -------------------------- */
  467. /* Switch
  468. -------------------------- */
  469. /* Dialog
  470. -------------------------- */
  471. /* Table
  472. -------------------------- */
  473. /* Pagination
  474. -------------------------- */
  475. /* Popup
  476. -------------------------- */
  477. /* Popover
  478. -------------------------- */
  479. /* Tooltip
  480. -------------------------- */
  481. /* Tag
  482. -------------------------- */
  483. /* Tree
  484. -------------------------- */
  485. /* Dropdown
  486. -------------------------- */
  487. /* Badge
  488. -------------------------- */
  489. /* Card
  490. --------------------------*/
  491. /* Slider
  492. --------------------------*/
  493. /* Steps
  494. --------------------------*/
  495. /* Menu
  496. --------------------------*/
  497. /* Rate
  498. --------------------------*/
  499. /* DatePicker
  500. --------------------------*/
  501. /* Loading
  502. --------------------------*/
  503. /* Scrollbar
  504. --------------------------*/
  505. /* Carousel
  506. --------------------------*/
  507. /* Collapse
  508. --------------------------*/
  509. /* Transfer
  510. --------------------------*/
  511. /* Header
  512. --------------------------*/
  513. /* Footer
  514. --------------------------*/
  515. /* Main
  516. --------------------------*/
  517. /* Timeline
  518. --------------------------*/
  519. /* Backtop
  520. --------------------------*/
  521. /* Link
  522. --------------------------*/
  523. /* Calendar
  524. --------------------------*/
  525. /* Form
  526. -------------------------- */
  527. /* Avatar
  528. --------------------------*/
  529. /* Empty
  530. -------------------------- */
  531. /* Descriptions
  532. -------------------------- */
  533. /* Skeleton
  534. --------------------------*/
  535. /* Svg
  536. --------------- */
  537. /* Result
  538. -------------------------- */
  539. /* Break-point
  540. --------------------------*/
  541. .el-textarea {
  542. position: relative;
  543. display: inline-block;
  544. width: 100%;
  545. vertical-align: bottom;
  546. font-size: 14px; }
  547. .el-textarea__inner {
  548. display: block;
  549. resize: vertical;
  550. padding: 5px 15px;
  551. line-height: 1.5;
  552. -webkit-box-sizing: border-box;
  553. box-sizing: border-box;
  554. width: 100%;
  555. font-size: inherit;
  556. color: #606266;
  557. background-color: #FFFFFF;
  558. background-image: none;
  559. border: 1px solid #DCDFE6;
  560. border-radius: 4px;
  561. -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  562. transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  563. .el-textarea__inner::-webkit-input-placeholder {
  564. color: #C0C4CC; }
  565. .el-textarea__inner::-moz-placeholder {
  566. color: #C0C4CC; }
  567. .el-textarea__inner:-ms-input-placeholder {
  568. color: #C0C4CC; }
  569. .el-textarea__inner::-ms-input-placeholder {
  570. color: #C0C4CC; }
  571. .el-textarea__inner::placeholder {
  572. color: #C0C4CC; }
  573. .el-textarea__inner:hover {
  574. border-color: #C0C4CC; }
  575. .el-textarea__inner:focus {
  576. outline: none;
  577. border-color: #5075FC; }
  578. .el-textarea .el-input__count {
  579. color: #909399;
  580. background: #FFFFFF;
  581. position: absolute;
  582. font-size: 12px;
  583. bottom: 5px;
  584. right: 10px; }
  585. .el-textarea.is-disabled .el-textarea__inner {
  586. background-color: #F5F7FA;
  587. border-color: #E4E7ED;
  588. color: #C0C4CC;
  589. cursor: not-allowed; }
  590. .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
  591. color: #C0C4CC; }
  592. .el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  593. color: #C0C4CC; }
  594. .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  595. color: #C0C4CC; }
  596. .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
  597. color: #C0C4CC; }
  598. .el-textarea.is-disabled .el-textarea__inner::placeholder {
  599. color: #C0C4CC; }
  600. .el-textarea.is-exceed .el-textarea__inner {
  601. border-color: #F56C6C; }
  602. .el-textarea.is-exceed .el-input__count {
  603. color: #F56C6C; }
  604. .el-input {
  605. position: relative;
  606. font-size: 14px;
  607. display: inline-block;
  608. width: 100%; }
  609. .el-input::-webkit-scrollbar {
  610. z-index: 11;
  611. width: 6px; }
  612. .el-input::-webkit-scrollbar:horizontal {
  613. height: 6px; }
  614. .el-input::-webkit-scrollbar-thumb {
  615. border-radius: 5px;
  616. width: 6px;
  617. background: #b4bccc; }
  618. .el-input::-webkit-scrollbar-corner {
  619. background: #fff; }
  620. .el-input::-webkit-scrollbar-track {
  621. background: #fff; }
  622. .el-input::-webkit-scrollbar-track-piece {
  623. background: #fff;
  624. width: 6px; }
  625. .el-input .el-input__clear {
  626. color: #C0C4CC;
  627. font-size: 14px;
  628. cursor: pointer;
  629. -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  630. transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  631. .el-input .el-input__clear:hover {
  632. color: #909399; }
  633. .el-input .el-input__count {
  634. height: 100%;
  635. display: -webkit-inline-box;
  636. display: -ms-inline-flexbox;
  637. display: inline-flex;
  638. -webkit-box-align: center;
  639. -ms-flex-align: center;
  640. align-items: center;
  641. color: #909399;
  642. font-size: 12px; }
  643. .el-input .el-input__count .el-input__count-inner {
  644. background: #FFFFFF;
  645. line-height: initial;
  646. display: inline-block;
  647. padding: 0 5px; }
  648. .el-input__inner {
  649. -webkit-appearance: none;
  650. background-color: #FFFFFF;
  651. background-image: none;
  652. border-radius: 4px;
  653. border: 1px solid #DCDFE6;
  654. -webkit-box-sizing: border-box;
  655. box-sizing: border-box;
  656. color: #606266;
  657. display: inline-block;
  658. font-size: inherit;
  659. height: 40px;
  660. line-height: 40px;
  661. outline: none;
  662. padding: 0 15px;
  663. -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  664. transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  665. width: 100%; }
  666. .el-input__inner::-ms-reveal {
  667. display: none; }
  668. .el-input__inner::-webkit-input-placeholder {
  669. color: #C0C4CC; }
  670. .el-input__inner::-moz-placeholder {
  671. color: #C0C4CC; }
  672. .el-input__inner:-ms-input-placeholder {
  673. color: #C0C4CC; }
  674. .el-input__inner::-ms-input-placeholder {
  675. color: #C0C4CC; }
  676. .el-input__inner::placeholder {
  677. color: #C0C4CC; }
  678. .el-input__inner:hover {
  679. border-color: #C0C4CC; }
  680. .el-input__inner:focus {
  681. outline: none;
  682. border-color: #5075FC; }
  683. .el-input__suffix {
  684. position: absolute;
  685. height: 100%;
  686. right: 5px;
  687. top: 0;
  688. text-align: center;
  689. color: #C0C4CC;
  690. -webkit-transition: all .3s;
  691. transition: all .3s;
  692. pointer-events: none; }
  693. .el-input__suffix-inner {
  694. pointer-events: all; }
  695. .el-input__prefix {
  696. position: absolute;
  697. height: 100%;
  698. left: 5px;
  699. top: 0;
  700. text-align: center;
  701. color: #C0C4CC;
  702. -webkit-transition: all .3s;
  703. transition: all .3s; }
  704. .el-input__icon {
  705. height: 100%;
  706. width: 25px;
  707. text-align: center;
  708. -webkit-transition: all .3s;
  709. transition: all .3s;
  710. line-height: 40px; }
  711. .el-input__icon:after {
  712. content: '';
  713. height: 100%;
  714. width: 0;
  715. display: inline-block;
  716. vertical-align: middle; }
  717. .el-input__validateIcon {
  718. pointer-events: none; }
  719. .el-input.is-active .el-input__inner {
  720. outline: none;
  721. border-color: #5075FC; }
  722. .el-input.is-disabled .el-input__inner {
  723. background-color: #F5F7FA;
  724. border-color: #E4E7ED;
  725. color: #C0C4CC;
  726. cursor: not-allowed; }
  727. .el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  728. color: #C0C4CC; }
  729. .el-input.is-disabled .el-input__inner::-moz-placeholder {
  730. color: #C0C4CC; }
  731. .el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  732. color: #C0C4CC; }
  733. .el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  734. color: #C0C4CC; }
  735. .el-input.is-disabled .el-input__inner::placeholder {
  736. color: #C0C4CC; }
  737. .el-input.is-disabled .el-input__icon {
  738. cursor: not-allowed; }
  739. .el-input.is-exceed .el-input__inner {
  740. border-color: #F56C6C; }
  741. .el-input.is-exceed .el-input__suffix .el-input__count {
  742. color: #F56C6C; }
  743. .el-input--suffix .el-input__inner {
  744. padding-right: 30px; }
  745. .el-input--prefix .el-input__inner {
  746. padding-left: 30px; }
  747. .el-input--medium {
  748. font-size: 14px; }
  749. .el-input--medium .el-input__inner {
  750. height: 36px;
  751. line-height: 36px; }
  752. .el-input--medium .el-input__icon {
  753. line-height: 36px; }
  754. .el-input--small {
  755. font-size: 13px; }
  756. .el-input--small .el-input__inner {
  757. height: 32px;
  758. line-height: 32px; }
  759. .el-input--small .el-input__icon {
  760. line-height: 32px; }
  761. .el-input--mini {
  762. font-size: 12px; }
  763. .el-input--mini .el-input__inner {
  764. height: 28px;
  765. line-height: 28px; }
  766. .el-input--mini .el-input__icon {
  767. line-height: 28px; }
  768. .el-input-group {
  769. line-height: normal;
  770. display: inline-table;
  771. width: 100%;
  772. border-collapse: separate;
  773. border-spacing: 0; }
  774. .el-input-group > .el-input__inner {
  775. vertical-align: middle;
  776. display: table-cell; }
  777. .el-input-group__append, .el-input-group__prepend {
  778. background-color: #F5F7FA;
  779. color: #909399;
  780. vertical-align: middle;
  781. display: table-cell;
  782. position: relative;
  783. border: 1px solid #DCDFE6;
  784. border-radius: 4px;
  785. padding: 0 20px;
  786. width: 1px;
  787. white-space: nowrap; }
  788. .el-input-group__append:focus, .el-input-group__prepend:focus {
  789. outline: none; }
  790. .el-input-group__append .el-select,
  791. .el-input-group__append .el-button, .el-input-group__prepend .el-select,
  792. .el-input-group__prepend .el-button {
  793. display: inline-block;
  794. margin: -10px -20px; }
  795. .el-input-group__append button.el-button,
  796. .el-input-group__append div.el-select .el-input__inner,
  797. .el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
  798. .el-input-group__prepend div.el-select .el-input__inner,
  799. .el-input-group__prepend div.el-select:hover .el-input__inner {
  800. border-color: transparent;
  801. background-color: transparent;
  802. color: inherit;
  803. border-top: 0;
  804. border-bottom: 0; }
  805. .el-input-group__append .el-button,
  806. .el-input-group__append .el-input, .el-input-group__prepend .el-button,
  807. .el-input-group__prepend .el-input {
  808. font-size: inherit; }
  809. .el-input-group__prepend {
  810. border-right: 0;
  811. border-top-right-radius: 0;
  812. border-bottom-right-radius: 0; }
  813. .el-input-group__append {
  814. border-left: 0;
  815. border-top-left-radius: 0;
  816. border-bottom-left-radius: 0; }
  817. .el-input-group--prepend .el-input__inner {
  818. border-top-left-radius: 0;
  819. border-bottom-left-radius: 0; }
  820. .el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  821. border-color: transparent; }
  822. .el-input-group--append .el-input__inner {
  823. border-top-right-radius: 0;
  824. border-bottom-right-radius: 0; }
  825. .el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  826. border-color: transparent; }
  827. /** disalbe default clear on IE */
  828. .el-input__inner::-ms-clear {
  829. display: none;
  830. width: 0;
  831. height: 0; }
  832. /* BEM support Func
  833. -------------------------- */
  834. /* Element Chalk Variables */
  835. /* Transition
  836. -------------------------- */
  837. /* Color
  838. -------------------------- */
  839. /* 53a8ff */
  840. /* 66b1ff */
  841. /* 79bbff */
  842. /* 8cc5ff */
  843. /* a0cfff */
  844. /* b3d8ff */
  845. /* c6e2ff */
  846. /* d9ecff */
  847. /* ecf5ff */
  848. /* Link
  849. -------------------------- */
  850. /* Border
  851. -------------------------- */
  852. /* Fill
  853. -------------------------- */
  854. /* Typography
  855. -------------------------- */
  856. /* Size
  857. -------------------------- */
  858. /* z-index
  859. -------------------------- */
  860. /* Disable base
  861. -------------------------- */
  862. /* Icon
  863. -------------------------- */
  864. /* Checkbox
  865. -------------------------- */
  866. /* Radio
  867. -------------------------- */
  868. /* Select
  869. -------------------------- */
  870. /* Alert
  871. -------------------------- */
  872. /* MessageBox
  873. -------------------------- */
  874. /* Message
  875. -------------------------- */
  876. /* Notification
  877. -------------------------- */
  878. /* Input
  879. -------------------------- */
  880. /* Cascader
  881. -------------------------- */
  882. /* Group
  883. -------------------------- */
  884. /* Tab
  885. -------------------------- */
  886. /* Button
  887. -------------------------- */
  888. /* cascader
  889. -------------------------- */
  890. /* Switch
  891. -------------------------- */
  892. /* Dialog
  893. -------------------------- */
  894. /* Table
  895. -------------------------- */
  896. /* Pagination
  897. -------------------------- */
  898. /* Popup
  899. -------------------------- */
  900. /* Popover
  901. -------------------------- */
  902. /* Tooltip
  903. -------------------------- */
  904. /* Tag
  905. -------------------------- */
  906. /* Tree
  907. -------------------------- */
  908. /* Dropdown
  909. -------------------------- */
  910. /* Badge
  911. -------------------------- */
  912. /* Card
  913. --------------------------*/
  914. /* Slider
  915. --------------------------*/
  916. /* Steps
  917. --------------------------*/
  918. /* Menu
  919. --------------------------*/
  920. /* Rate
  921. --------------------------*/
  922. /* DatePicker
  923. --------------------------*/
  924. /* Loading
  925. --------------------------*/
  926. /* Scrollbar
  927. --------------------------*/
  928. /* Carousel
  929. --------------------------*/
  930. /* Collapse
  931. --------------------------*/
  932. /* Transfer
  933. --------------------------*/
  934. /* Header
  935. --------------------------*/
  936. /* Footer
  937. --------------------------*/
  938. /* Main
  939. --------------------------*/
  940. /* Timeline
  941. --------------------------*/
  942. /* Backtop
  943. --------------------------*/
  944. /* Link
  945. --------------------------*/
  946. /* Calendar
  947. --------------------------*/
  948. /* Form
  949. -------------------------- */
  950. /* Avatar
  951. --------------------------*/
  952. /* Empty
  953. -------------------------- */
  954. /* Descriptions
  955. -------------------------- */
  956. /* Skeleton
  957. --------------------------*/
  958. /* Svg
  959. --------------- */
  960. /* Result
  961. -------------------------- */
  962. /* Break-point
  963. --------------------------*/
  964. /* Break-points
  965. -------------------------- */
  966. /* Scrollbar
  967. -------------------------- */
  968. /* Placeholder
  969. -------------------------- */
  970. /* BEM
  971. -------------------------- */
  972. /* Element Chalk Variables */
  973. /* Transition
  974. -------------------------- */
  975. /* Color
  976. -------------------------- */
  977. /* 53a8ff */
  978. /* 66b1ff */
  979. /* 79bbff */
  980. /* 8cc5ff */
  981. /* a0cfff */
  982. /* b3d8ff */
  983. /* c6e2ff */
  984. /* d9ecff */
  985. /* ecf5ff */
  986. /* Link
  987. -------------------------- */
  988. /* Border
  989. -------------------------- */
  990. /* Fill
  991. -------------------------- */
  992. /* Typography
  993. -------------------------- */
  994. /* Size
  995. -------------------------- */
  996. /* z-index
  997. -------------------------- */
  998. /* Disable base
  999. -------------------------- */
  1000. /* Icon
  1001. -------------------------- */
  1002. /* Checkbox
  1003. -------------------------- */
  1004. /* Radio
  1005. -------------------------- */
  1006. /* Select
  1007. -------------------------- */
  1008. /* Alert
  1009. -------------------------- */
  1010. /* MessageBox
  1011. -------------------------- */
  1012. /* Message
  1013. -------------------------- */
  1014. /* Notification
  1015. -------------------------- */
  1016. /* Input
  1017. -------------------------- */
  1018. /* Cascader
  1019. -------------------------- */
  1020. /* Group
  1021. -------------------------- */
  1022. /* Tab
  1023. -------------------------- */
  1024. /* Button
  1025. -------------------------- */
  1026. /* cascader
  1027. -------------------------- */
  1028. /* Switch
  1029. -------------------------- */
  1030. /* Dialog
  1031. -------------------------- */
  1032. /* Table
  1033. -------------------------- */
  1034. /* Pagination
  1035. -------------------------- */
  1036. /* Popup
  1037. -------------------------- */
  1038. /* Popover
  1039. -------------------------- */
  1040. /* Tooltip
  1041. -------------------------- */
  1042. /* Tag
  1043. -------------------------- */
  1044. /* Tree
  1045. -------------------------- */
  1046. /* Dropdown
  1047. -------------------------- */
  1048. /* Badge
  1049. -------------------------- */
  1050. /* Card
  1051. --------------------------*/
  1052. /* Slider
  1053. --------------------------*/
  1054. /* Steps
  1055. --------------------------*/
  1056. /* Menu
  1057. --------------------------*/
  1058. /* Rate
  1059. --------------------------*/
  1060. /* DatePicker
  1061. --------------------------*/
  1062. /* Loading
  1063. --------------------------*/
  1064. /* Scrollbar
  1065. --------------------------*/
  1066. /* Carousel
  1067. --------------------------*/
  1068. /* Collapse
  1069. --------------------------*/
  1070. /* Transfer
  1071. --------------------------*/
  1072. /* Header
  1073. --------------------------*/
  1074. /* Footer
  1075. --------------------------*/
  1076. /* Main
  1077. --------------------------*/
  1078. /* Timeline
  1079. --------------------------*/
  1080. /* Backtop
  1081. --------------------------*/
  1082. /* Link
  1083. --------------------------*/
  1084. /* Calendar
  1085. --------------------------*/
  1086. /* Form
  1087. -------------------------- */
  1088. /* Avatar
  1089. --------------------------*/
  1090. /* Empty
  1091. -------------------------- */
  1092. /* Descriptions
  1093. -------------------------- */
  1094. /* Skeleton
  1095. --------------------------*/
  1096. /* Svg
  1097. --------------- */
  1098. /* Result
  1099. -------------------------- */
  1100. /* Break-point
  1101. --------------------------*/
  1102. .el-scrollbar {
  1103. overflow: hidden;
  1104. position: relative; }
  1105. .el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  1106. opacity: 1;
  1107. -webkit-transition: opacity 340ms ease-out;
  1108. transition: opacity 340ms ease-out; }
  1109. .el-scrollbar__wrap {
  1110. overflow: scroll;
  1111. height: 100%; }
  1112. .el-scrollbar__wrap--hidden-default {
  1113. scrollbar-width: none; }
  1114. .el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  1115. width: 0;
  1116. height: 0; }
  1117. .el-scrollbar__thumb {
  1118. position: relative;
  1119. display: block;
  1120. width: 0;
  1121. height: 0;
  1122. cursor: pointer;
  1123. border-radius: inherit;
  1124. background-color: rgba(144, 147, 153, 0.3);
  1125. -webkit-transition: .3s background-color;
  1126. transition: .3s background-color; }
  1127. .el-scrollbar__thumb:hover {
  1128. background-color: rgba(144, 147, 153, 0.5); }
  1129. .el-scrollbar__bar {
  1130. position: absolute;
  1131. right: 2px;
  1132. bottom: 2px;
  1133. z-index: 1;
  1134. border-radius: 4px;
  1135. opacity: 0;
  1136. -webkit-transition: opacity 120ms ease-out;
  1137. transition: opacity 120ms ease-out; }
  1138. .el-scrollbar__bar.is-vertical {
  1139. width: 6px;
  1140. top: 2px; }
  1141. .el-scrollbar__bar.is-vertical > div {
  1142. width: 100%; }
  1143. .el-scrollbar__bar.is-horizontal {
  1144. height: 6px;
  1145. left: 2px; }
  1146. .el-scrollbar__bar.is-horizontal > div {
  1147. height: 100%; }
  1148. /* BEM support Func
  1149. -------------------------- */
  1150. /* Element Chalk Variables */
  1151. /* Transition
  1152. -------------------------- */
  1153. /* Color
  1154. -------------------------- */
  1155. /* 53a8ff */
  1156. /* 66b1ff */
  1157. /* 79bbff */
  1158. /* 8cc5ff */
  1159. /* a0cfff */
  1160. /* b3d8ff */
  1161. /* c6e2ff */
  1162. /* d9ecff */
  1163. /* ecf5ff */
  1164. /* Link
  1165. -------------------------- */
  1166. /* Border
  1167. -------------------------- */
  1168. /* Fill
  1169. -------------------------- */
  1170. /* Typography
  1171. -------------------------- */
  1172. /* Size
  1173. -------------------------- */
  1174. /* z-index
  1175. -------------------------- */
  1176. /* Disable base
  1177. -------------------------- */
  1178. /* Icon
  1179. -------------------------- */
  1180. /* Checkbox
  1181. -------------------------- */
  1182. /* Radio
  1183. -------------------------- */
  1184. /* Select
  1185. -------------------------- */
  1186. /* Alert
  1187. -------------------------- */
  1188. /* MessageBox
  1189. -------------------------- */
  1190. /* Message
  1191. -------------------------- */
  1192. /* Notification
  1193. -------------------------- */
  1194. /* Input
  1195. -------------------------- */
  1196. /* Cascader
  1197. -------------------------- */
  1198. /* Group
  1199. -------------------------- */
  1200. /* Tab
  1201. -------------------------- */
  1202. /* Button
  1203. -------------------------- */
  1204. /* cascader
  1205. -------------------------- */
  1206. /* Switch
  1207. -------------------------- */
  1208. /* Dialog
  1209. -------------------------- */
  1210. /* Table
  1211. -------------------------- */
  1212. /* Pagination
  1213. -------------------------- */
  1214. /* Popup
  1215. -------------------------- */
  1216. /* Popover
  1217. -------------------------- */
  1218. /* Tooltip
  1219. -------------------------- */
  1220. /* Tag
  1221. -------------------------- */
  1222. /* Tree
  1223. -------------------------- */
  1224. /* Dropdown
  1225. -------------------------- */
  1226. /* Badge
  1227. -------------------------- */
  1228. /* Card
  1229. --------------------------*/
  1230. /* Slider
  1231. --------------------------*/
  1232. /* Steps
  1233. --------------------------*/
  1234. /* Menu
  1235. --------------------------*/
  1236. /* Rate
  1237. --------------------------*/
  1238. /* DatePicker
  1239. --------------------------*/
  1240. /* Loading
  1241. --------------------------*/
  1242. /* Scrollbar
  1243. --------------------------*/
  1244. /* Carousel
  1245. --------------------------*/
  1246. /* Collapse
  1247. --------------------------*/
  1248. /* Transfer
  1249. --------------------------*/
  1250. /* Header
  1251. --------------------------*/
  1252. /* Footer
  1253. --------------------------*/
  1254. /* Main
  1255. --------------------------*/
  1256. /* Timeline
  1257. --------------------------*/
  1258. /* Backtop
  1259. --------------------------*/
  1260. /* Link
  1261. --------------------------*/
  1262. /* Calendar
  1263. --------------------------*/
  1264. /* Form
  1265. -------------------------- */
  1266. /* Avatar
  1267. --------------------------*/
  1268. /* Empty
  1269. -------------------------- */
  1270. /* Descriptions
  1271. -------------------------- */
  1272. /* Skeleton
  1273. --------------------------*/
  1274. /* Svg
  1275. --------------- */
  1276. /* Result
  1277. -------------------------- */
  1278. /* Break-point
  1279. --------------------------*/
  1280. /* Break-points
  1281. -------------------------- */
  1282. /* Scrollbar
  1283. -------------------------- */
  1284. /* Placeholder
  1285. -------------------------- */
  1286. /* BEM
  1287. -------------------------- */
  1288. /* Element Chalk Variables */
  1289. /* Transition
  1290. -------------------------- */
  1291. /* Color
  1292. -------------------------- */
  1293. /* 53a8ff */
  1294. /* 66b1ff */
  1295. /* 79bbff */
  1296. /* 8cc5ff */
  1297. /* a0cfff */
  1298. /* b3d8ff */
  1299. /* c6e2ff */
  1300. /* d9ecff */
  1301. /* ecf5ff */
  1302. /* Link
  1303. -------------------------- */
  1304. /* Border
  1305. -------------------------- */
  1306. /* Fill
  1307. -------------------------- */
  1308. /* Typography
  1309. -------------------------- */
  1310. /* Size
  1311. -------------------------- */
  1312. /* z-index
  1313. -------------------------- */
  1314. /* Disable base
  1315. -------------------------- */
  1316. /* Icon
  1317. -------------------------- */
  1318. /* Checkbox
  1319. -------------------------- */
  1320. /* Radio
  1321. -------------------------- */
  1322. /* Select
  1323. -------------------------- */
  1324. /* Alert
  1325. -------------------------- */
  1326. /* MessageBox
  1327. -------------------------- */
  1328. /* Message
  1329. -------------------------- */
  1330. /* Notification
  1331. -------------------------- */
  1332. /* Input
  1333. -------------------------- */
  1334. /* Cascader
  1335. -------------------------- */
  1336. /* Group
  1337. -------------------------- */
  1338. /* Tab
  1339. -------------------------- */
  1340. /* Button
  1341. -------------------------- */
  1342. /* cascader
  1343. -------------------------- */
  1344. /* Switch
  1345. -------------------------- */
  1346. /* Dialog
  1347. -------------------------- */
  1348. /* Table
  1349. -------------------------- */
  1350. /* Pagination
  1351. -------------------------- */
  1352. /* Popup
  1353. -------------------------- */
  1354. /* Popover
  1355. -------------------------- */
  1356. /* Tooltip
  1357. -------------------------- */
  1358. /* Tag
  1359. -------------------------- */
  1360. /* Tree
  1361. -------------------------- */
  1362. /* Dropdown
  1363. -------------------------- */
  1364. /* Badge
  1365. -------------------------- */
  1366. /* Card
  1367. --------------------------*/
  1368. /* Slider
  1369. --------------------------*/
  1370. /* Steps
  1371. --------------------------*/
  1372. /* Menu
  1373. --------------------------*/
  1374. /* Rate
  1375. --------------------------*/
  1376. /* DatePicker
  1377. --------------------------*/
  1378. /* Loading
  1379. --------------------------*/
  1380. /* Scrollbar
  1381. --------------------------*/
  1382. /* Carousel
  1383. --------------------------*/
  1384. /* Collapse
  1385. --------------------------*/
  1386. /* Transfer
  1387. --------------------------*/
  1388. /* Header
  1389. --------------------------*/
  1390. /* Footer
  1391. --------------------------*/
  1392. /* Main
  1393. --------------------------*/
  1394. /* Timeline
  1395. --------------------------*/
  1396. /* Backtop
  1397. --------------------------*/
  1398. /* Link
  1399. --------------------------*/
  1400. /* Calendar
  1401. --------------------------*/
  1402. /* Form
  1403. -------------------------- */
  1404. /* Avatar
  1405. --------------------------*/
  1406. /* Empty
  1407. -------------------------- */
  1408. /* Descriptions
  1409. -------------------------- */
  1410. /* Skeleton
  1411. --------------------------*/
  1412. /* Svg
  1413. --------------- */
  1414. /* Result
  1415. -------------------------- */
  1416. /* Break-point
  1417. --------------------------*/
  1418. .el-popper .popper__arrow,
  1419. .el-popper .popper__arrow::after {
  1420. position: absolute;
  1421. display: block;
  1422. width: 0;
  1423. height: 0;
  1424. border-color: transparent;
  1425. border-style: solid; }
  1426. .el-popper .popper__arrow {
  1427. border-width: 6px;
  1428. -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  1429. filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03)); }
  1430. .el-popper .popper__arrow::after {
  1431. content: " ";
  1432. border-width: 6px; }
  1433. .el-popper[x-placement^="top"] {
  1434. margin-bottom: 12px; }
  1435. .el-popper[x-placement^="top"] .popper__arrow {
  1436. bottom: -6px;
  1437. left: 50%;
  1438. margin-right: 3px;
  1439. border-top-color: #EBEEF5;
  1440. border-bottom-width: 0; }
  1441. .el-popper[x-placement^="top"] .popper__arrow::after {
  1442. bottom: 1px;
  1443. margin-left: -6px;
  1444. border-top-color: #FFFFFF;
  1445. border-bottom-width: 0; }
  1446. .el-popper[x-placement^="bottom"] {
  1447. margin-top: 12px; }
  1448. .el-popper[x-placement^="bottom"] .popper__arrow {
  1449. top: -6px;
  1450. left: 50%;
  1451. margin-right: 3px;
  1452. border-top-width: 0;
  1453. border-bottom-color: #EBEEF5; }
  1454. .el-popper[x-placement^="bottom"] .popper__arrow::after {
  1455. top: 1px;
  1456. margin-left: -6px;
  1457. border-top-width: 0;
  1458. border-bottom-color: #FFFFFF; }
  1459. .el-popper[x-placement^="right"] {
  1460. margin-left: 12px; }
  1461. .el-popper[x-placement^="right"] .popper__arrow {
  1462. top: 50%;
  1463. left: -6px;
  1464. margin-bottom: 3px;
  1465. border-right-color: #EBEEF5;
  1466. border-left-width: 0; }
  1467. .el-popper[x-placement^="right"] .popper__arrow::after {
  1468. bottom: -6px;
  1469. left: 1px;
  1470. border-right-color: #FFFFFF;
  1471. border-left-width: 0; }
  1472. .el-popper[x-placement^="left"] {
  1473. margin-right: 12px; }
  1474. .el-popper[x-placement^="left"] .popper__arrow {
  1475. top: 50%;
  1476. right: -6px;
  1477. margin-bottom: 3px;
  1478. border-right-width: 0;
  1479. border-left-color: #EBEEF5; }
  1480. .el-popper[x-placement^="left"] .popper__arrow::after {
  1481. right: 1px;
  1482. bottom: -6px;
  1483. margin-left: -6px;
  1484. border-right-width: 0;
  1485. border-left-color: #FFFFFF; }
  1486. .el-autocomplete {
  1487. position: relative;
  1488. display: inline-block; }
  1489. .el-autocomplete-suggestion {
  1490. margin: 5px 0;
  1491. -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  1492. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  1493. border-radius: 4px;
  1494. border: 1px solid #E4E7ED;
  1495. -webkit-box-sizing: border-box;
  1496. box-sizing: border-box;
  1497. background-color: #FFFFFF; }
  1498. .el-autocomplete-suggestion__wrap {
  1499. max-height: 280px;
  1500. padding: 10px 0;
  1501. -webkit-box-sizing: border-box;
  1502. box-sizing: border-box; }
  1503. .el-autocomplete-suggestion__list {
  1504. margin: 0;
  1505. padding: 0; }
  1506. .el-autocomplete-suggestion li {
  1507. padding: 0 20px;
  1508. margin: 0;
  1509. line-height: 34px;
  1510. cursor: pointer;
  1511. color: #606266;
  1512. font-size: 14px;
  1513. list-style: none;
  1514. white-space: nowrap;
  1515. overflow: hidden;
  1516. text-overflow: ellipsis; }
  1517. .el-autocomplete-suggestion li:hover {
  1518. background-color: #F5F7FA; }
  1519. .el-autocomplete-suggestion li.highlighted {
  1520. background-color: #F5F7FA; }
  1521. .el-autocomplete-suggestion li.divider {
  1522. margin-top: 6px;
  1523. border-top: 1px solid #000000; }
  1524. .el-autocomplete-suggestion li.divider:last-child {
  1525. margin-bottom: -6px; }
  1526. .el-autocomplete-suggestion.is-loading li {
  1527. text-align: center;
  1528. height: 100px;
  1529. line-height: 100px;
  1530. font-size: 20px;
  1531. color: #999; }
  1532. .el-autocomplete-suggestion.is-loading li::after {
  1533. display: inline-block;
  1534. content: "";
  1535. height: 100%;
  1536. vertical-align: middle; }
  1537. .el-autocomplete-suggestion.is-loading li:hover {
  1538. background-color: #FFFFFF; }
  1539. .el-autocomplete-suggestion.is-loading .el-icon-loading {
  1540. vertical-align: middle; }