Plat Admin

slider.css 39KB

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