autocomplete.css 33 KB

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