calendar.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065
  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. /* Element Chalk Variables */
  252. /* Transition
  253. -------------------------- */
  254. /* Color
  255. -------------------------- */
  256. /* 53a8ff */
  257. /* 66b1ff */
  258. /* 79bbff */
  259. /* 8cc5ff */
  260. /* a0cfff */
  261. /* b3d8ff */
  262. /* c6e2ff */
  263. /* d9ecff */
  264. /* ecf5ff */
  265. /* Link
  266. -------------------------- */
  267. /* Border
  268. -------------------------- */
  269. /* Fill
  270. -------------------------- */
  271. /* Typography
  272. -------------------------- */
  273. /* Size
  274. -------------------------- */
  275. /* z-index
  276. -------------------------- */
  277. /* Disable base
  278. -------------------------- */
  279. /* Icon
  280. -------------------------- */
  281. /* Checkbox
  282. -------------------------- */
  283. /* Radio
  284. -------------------------- */
  285. /* Select
  286. -------------------------- */
  287. /* Alert
  288. -------------------------- */
  289. /* MessageBox
  290. -------------------------- */
  291. /* Message
  292. -------------------------- */
  293. /* Notification
  294. -------------------------- */
  295. /* Input
  296. -------------------------- */
  297. /* Cascader
  298. -------------------------- */
  299. /* Group
  300. -------------------------- */
  301. /* Tab
  302. -------------------------- */
  303. /* Button
  304. -------------------------- */
  305. /* cascader
  306. -------------------------- */
  307. /* Switch
  308. -------------------------- */
  309. /* Dialog
  310. -------------------------- */
  311. /* Table
  312. -------------------------- */
  313. /* Pagination
  314. -------------------------- */
  315. /* Popup
  316. -------------------------- */
  317. /* Popover
  318. -------------------------- */
  319. /* Tooltip
  320. -------------------------- */
  321. /* Tag
  322. -------------------------- */
  323. /* Tree
  324. -------------------------- */
  325. /* Dropdown
  326. -------------------------- */
  327. /* Badge
  328. -------------------------- */
  329. /* Card
  330. --------------------------*/
  331. /* Slider
  332. --------------------------*/
  333. /* Steps
  334. --------------------------*/
  335. /* Menu
  336. --------------------------*/
  337. /* Rate
  338. --------------------------*/
  339. /* DatePicker
  340. --------------------------*/
  341. /* Loading
  342. --------------------------*/
  343. /* Scrollbar
  344. --------------------------*/
  345. /* Carousel
  346. --------------------------*/
  347. /* Collapse
  348. --------------------------*/
  349. /* Transfer
  350. --------------------------*/
  351. /* Header
  352. --------------------------*/
  353. /* Footer
  354. --------------------------*/
  355. /* Main
  356. --------------------------*/
  357. /* Timeline
  358. --------------------------*/
  359. /* Backtop
  360. --------------------------*/
  361. /* Link
  362. --------------------------*/
  363. /* Calendar
  364. --------------------------*/
  365. /* Form
  366. -------------------------- */
  367. /* Avatar
  368. --------------------------*/
  369. /* Break-point
  370. --------------------------*/
  371. /* Element Chalk Variables */
  372. /* Transition
  373. -------------------------- */
  374. /* Color
  375. -------------------------- */
  376. /* 53a8ff */
  377. /* 66b1ff */
  378. /* 79bbff */
  379. /* 8cc5ff */
  380. /* a0cfff */
  381. /* b3d8ff */
  382. /* c6e2ff */
  383. /* d9ecff */
  384. /* ecf5ff */
  385. /* Link
  386. -------------------------- */
  387. /* Border
  388. -------------------------- */
  389. /* Fill
  390. -------------------------- */
  391. /* Typography
  392. -------------------------- */
  393. /* Size
  394. -------------------------- */
  395. /* z-index
  396. -------------------------- */
  397. /* Disable base
  398. -------------------------- */
  399. /* Icon
  400. -------------------------- */
  401. /* Checkbox
  402. -------------------------- */
  403. /* Radio
  404. -------------------------- */
  405. /* Select
  406. -------------------------- */
  407. /* Alert
  408. -------------------------- */
  409. /* MessageBox
  410. -------------------------- */
  411. /* Message
  412. -------------------------- */
  413. /* Notification
  414. -------------------------- */
  415. /* Input
  416. -------------------------- */
  417. /* Cascader
  418. -------------------------- */
  419. /* Group
  420. -------------------------- */
  421. /* Tab
  422. -------------------------- */
  423. /* Button
  424. -------------------------- */
  425. /* cascader
  426. -------------------------- */
  427. /* Switch
  428. -------------------------- */
  429. /* Dialog
  430. -------------------------- */
  431. /* Table
  432. -------------------------- */
  433. /* Pagination
  434. -------------------------- */
  435. /* Popup
  436. -------------------------- */
  437. /* Popover
  438. -------------------------- */
  439. /* Tooltip
  440. -------------------------- */
  441. /* Tag
  442. -------------------------- */
  443. /* Tree
  444. -------------------------- */
  445. /* Dropdown
  446. -------------------------- */
  447. /* Badge
  448. -------------------------- */
  449. /* Card
  450. --------------------------*/
  451. /* Slider
  452. --------------------------*/
  453. /* Steps
  454. --------------------------*/
  455. /* Menu
  456. --------------------------*/
  457. /* Rate
  458. --------------------------*/
  459. /* DatePicker
  460. --------------------------*/
  461. /* Loading
  462. --------------------------*/
  463. /* Scrollbar
  464. --------------------------*/
  465. /* Carousel
  466. --------------------------*/
  467. /* Collapse
  468. --------------------------*/
  469. /* Transfer
  470. --------------------------*/
  471. /* Header
  472. --------------------------*/
  473. /* Footer
  474. --------------------------*/
  475. /* Main
  476. --------------------------*/
  477. /* Timeline
  478. --------------------------*/
  479. /* Backtop
  480. --------------------------*/
  481. /* Link
  482. --------------------------*/
  483. /* Calendar
  484. --------------------------*/
  485. /* Form
  486. -------------------------- */
  487. /* Avatar
  488. --------------------------*/
  489. /* Break-point
  490. --------------------------*/
  491. /* BEM support Func
  492. -------------------------- */
  493. /* Element Chalk Variables */
  494. /* Transition
  495. -------------------------- */
  496. /* Color
  497. -------------------------- */
  498. /* 53a8ff */
  499. /* 66b1ff */
  500. /* 79bbff */
  501. /* 8cc5ff */
  502. /* a0cfff */
  503. /* b3d8ff */
  504. /* c6e2ff */
  505. /* d9ecff */
  506. /* ecf5ff */
  507. /* Link
  508. -------------------------- */
  509. /* Border
  510. -------------------------- */
  511. /* Fill
  512. -------------------------- */
  513. /* Typography
  514. -------------------------- */
  515. /* Size
  516. -------------------------- */
  517. /* z-index
  518. -------------------------- */
  519. /* Disable base
  520. -------------------------- */
  521. /* Icon
  522. -------------------------- */
  523. /* Checkbox
  524. -------------------------- */
  525. /* Radio
  526. -------------------------- */
  527. /* Select
  528. -------------------------- */
  529. /* Alert
  530. -------------------------- */
  531. /* MessageBox
  532. -------------------------- */
  533. /* Message
  534. -------------------------- */
  535. /* Notification
  536. -------------------------- */
  537. /* Input
  538. -------------------------- */
  539. /* Cascader
  540. -------------------------- */
  541. /* Group
  542. -------------------------- */
  543. /* Tab
  544. -------------------------- */
  545. /* Button
  546. -------------------------- */
  547. /* cascader
  548. -------------------------- */
  549. /* Switch
  550. -------------------------- */
  551. /* Dialog
  552. -------------------------- */
  553. /* Table
  554. -------------------------- */
  555. /* Pagination
  556. -------------------------- */
  557. /* Popup
  558. -------------------------- */
  559. /* Popover
  560. -------------------------- */
  561. /* Tooltip
  562. -------------------------- */
  563. /* Tag
  564. -------------------------- */
  565. /* Tree
  566. -------------------------- */
  567. /* Dropdown
  568. -------------------------- */
  569. /* Badge
  570. -------------------------- */
  571. /* Card
  572. --------------------------*/
  573. /* Slider
  574. --------------------------*/
  575. /* Steps
  576. --------------------------*/
  577. /* Menu
  578. --------------------------*/
  579. /* Rate
  580. --------------------------*/
  581. /* DatePicker
  582. --------------------------*/
  583. /* Loading
  584. --------------------------*/
  585. /* Scrollbar
  586. --------------------------*/
  587. /* Carousel
  588. --------------------------*/
  589. /* Collapse
  590. --------------------------*/
  591. /* Transfer
  592. --------------------------*/
  593. /* Header
  594. --------------------------*/
  595. /* Footer
  596. --------------------------*/
  597. /* Main
  598. --------------------------*/
  599. /* Timeline
  600. --------------------------*/
  601. /* Backtop
  602. --------------------------*/
  603. /* Link
  604. --------------------------*/
  605. /* Calendar
  606. --------------------------*/
  607. /* Form
  608. -------------------------- */
  609. /* Avatar
  610. --------------------------*/
  611. /* Break-point
  612. --------------------------*/
  613. /* Break-points
  614. -------------------------- */
  615. /* Scrollbar
  616. -------------------------- */
  617. /* Placeholder
  618. -------------------------- */
  619. /* BEM
  620. -------------------------- */
  621. .el-button {
  622. display: inline-block;
  623. line-height: 1;
  624. white-space: nowrap;
  625. cursor: pointer;
  626. background: #FFFFFF;
  627. border: 1px solid #DCDFE6;
  628. border-color: #DCDFE6;
  629. color: #606266;
  630. -webkit-appearance: none;
  631. text-align: center;
  632. -webkit-box-sizing: border-box;
  633. box-sizing: border-box;
  634. outline: none;
  635. margin: 0;
  636. -webkit-transition: .1s;
  637. transition: .1s;
  638. font-weight: 500;
  639. -moz-user-select: none;
  640. -webkit-user-select: none;
  641. -ms-user-select: none;
  642. padding: 12px 20px;
  643. font-size: 14px;
  644. border-radius: 4px; }
  645. .el-button + .el-button {
  646. margin-left: 10px; }
  647. .el-button.is-round {
  648. padding: 12px 20px; }
  649. .el-button:hover, .el-button:focus {
  650. color: #2D74E7;
  651. border-color: #c0d5f8;
  652. background-color: #eaf1fd; }
  653. .el-button:active {
  654. color: #2968d0;
  655. border-color: #2968d0;
  656. outline: none; }
  657. .el-button::-moz-focus-inner {
  658. border: 0; }
  659. .el-button [class*="el-icon-"] + span {
  660. margin-left: 5px; }
  661. .el-button.is-plain:hover, .el-button.is-plain:focus {
  662. background: #FFFFFF;
  663. border-color: #2D74E7;
  664. color: #2D74E7; }
  665. .el-button.is-plain:active {
  666. background: #FFFFFF;
  667. border-color: #2968d0;
  668. color: #2968d0;
  669. outline: none; }
  670. .el-button.is-active {
  671. color: #2968d0;
  672. border-color: #2968d0; }
  673. .el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus {
  674. color: #C0C4CC;
  675. cursor: not-allowed;
  676. background-image: none;
  677. background-color: #FFFFFF;
  678. border-color: #EBEEF5; }
  679. .el-button.is-disabled.el-button--text {
  680. background-color: transparent; }
  681. .el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:hover, .el-button.is-disabled.is-plain:focus {
  682. background-color: #FFFFFF;
  683. border-color: #EBEEF5;
  684. color: #C0C4CC; }
  685. .el-button.is-loading {
  686. position: relative;
  687. pointer-events: none; }
  688. .el-button.is-loading:before {
  689. pointer-events: none;
  690. content: '';
  691. position: absolute;
  692. left: -1px;
  693. top: -1px;
  694. right: -1px;
  695. bottom: -1px;
  696. border-radius: inherit;
  697. background-color: rgba(255, 255, 255, 0.35); }
  698. .el-button.is-round {
  699. border-radius: 20px;
  700. padding: 12px 23px; }
  701. .el-button.is-circle {
  702. border-radius: 50%;
  703. padding: 12px; }
  704. .el-button--primary {
  705. color: #FFFFFF;
  706. background-color: #2D74E7;
  707. border-color: #2D74E7; }
  708. .el-button--primary:hover, .el-button--primary:focus {
  709. background: #5790ec;
  710. border-color: #5790ec;
  711. color: #FFFFFF; }
  712. .el-button--primary:active {
  713. background: #2968d0;
  714. border-color: #2968d0;
  715. color: #FFFFFF;
  716. outline: none; }
  717. .el-button--primary.is-active {
  718. background: #2968d0;
  719. border-color: #2968d0;
  720. color: #FFFFFF; }
  721. .el-button--primary.is-disabled, .el-button--primary.is-disabled:hover, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:active {
  722. color: #FFFFFF;
  723. background-color: #96baf3;
  724. border-color: #96baf3; }
  725. .el-button--primary.is-plain {
  726. color: #2D74E7;
  727. background: #eaf1fd;
  728. border-color: #abc7f5; }
  729. .el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus {
  730. background: #2D74E7;
  731. border-color: #2D74E7;
  732. color: #FFFFFF; }
  733. .el-button--primary.is-plain:active {
  734. background: #2968d0;
  735. border-color: #2968d0;
  736. color: #FFFFFF;
  737. outline: none; }
  738. .el-button--primary.is-plain.is-disabled, .el-button--primary.is-plain.is-disabled:hover, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:active {
  739. color: #81acf1;
  740. background-color: #eaf1fd;
  741. border-color: #d5e3fa; }
  742. .el-button--success {
  743. color: #FFFFFF;
  744. background-color: #67C23A;
  745. border-color: #67C23A; }
  746. .el-button--success:hover, .el-button--success:focus {
  747. background: #85ce61;
  748. border-color: #85ce61;
  749. color: #FFFFFF; }
  750. .el-button--success:active {
  751. background: #5daf34;
  752. border-color: #5daf34;
  753. color: #FFFFFF;
  754. outline: none; }
  755. .el-button--success.is-active {
  756. background: #5daf34;
  757. border-color: #5daf34;
  758. color: #FFFFFF; }
  759. .el-button--success.is-disabled, .el-button--success.is-disabled:hover, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:active {
  760. color: #FFFFFF;
  761. background-color: #b3e19d;
  762. border-color: #b3e19d; }
  763. .el-button--success.is-plain {
  764. color: #67C23A;
  765. background: #f0f9eb;
  766. border-color: #c2e7b0; }
  767. .el-button--success.is-plain:hover, .el-button--success.is-plain:focus {
  768. background: #67C23A;
  769. border-color: #67C23A;
  770. color: #FFFFFF; }
  771. .el-button--success.is-plain:active {
  772. background: #5daf34;
  773. border-color: #5daf34;
  774. color: #FFFFFF;
  775. outline: none; }
  776. .el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:active {
  777. color: #a4da89;
  778. background-color: #f0f9eb;
  779. border-color: #e1f3d8; }
  780. .el-button--warning {
  781. color: #FFFFFF;
  782. background-color: #E6A23C;
  783. border-color: #E6A23C; }
  784. .el-button--warning:hover, .el-button--warning:focus {
  785. background: #ebb563;
  786. border-color: #ebb563;
  787. color: #FFFFFF; }
  788. .el-button--warning:active {
  789. background: #cf9236;
  790. border-color: #cf9236;
  791. color: #FFFFFF;
  792. outline: none; }
  793. .el-button--warning.is-active {
  794. background: #cf9236;
  795. border-color: #cf9236;
  796. color: #FFFFFF; }
  797. .el-button--warning.is-disabled, .el-button--warning.is-disabled:hover, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:active {
  798. color: #FFFFFF;
  799. background-color: #f3d19e;
  800. border-color: #f3d19e; }
  801. .el-button--warning.is-plain {
  802. color: #E6A23C;
  803. background: #fdf6ec;
  804. border-color: #f5dab1; }
  805. .el-button--warning.is-plain:hover, .el-button--warning.is-plain:focus {
  806. background: #E6A23C;
  807. border-color: #E6A23C;
  808. color: #FFFFFF; }
  809. .el-button--warning.is-plain:active {
  810. background: #cf9236;
  811. border-color: #cf9236;
  812. color: #FFFFFF;
  813. outline: none; }
  814. .el-button--warning.is-plain.is-disabled, .el-button--warning.is-plain.is-disabled:hover, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:active {
  815. color: #f0c78a;
  816. background-color: #fdf6ec;
  817. border-color: #faecd8; }
  818. .el-button--danger {
  819. color: #FFFFFF;
  820. background-color: #e7304e;
  821. border-color: #e7304e; }
  822. .el-button--danger:hover, .el-button--danger:focus {
  823. background: #ec5971;
  824. border-color: #ec5971;
  825. color: #FFFFFF; }
  826. .el-button--danger:active {
  827. background: #d02b46;
  828. border-color: #d02b46;
  829. color: #FFFFFF;
  830. outline: none; }
  831. .el-button--danger.is-active {
  832. background: #d02b46;
  833. border-color: #d02b46;
  834. color: #FFFFFF; }
  835. .el-button--danger.is-disabled, .el-button--danger.is-disabled:hover, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:active {
  836. color: #FFFFFF;
  837. background-color: #f398a7;
  838. border-color: #f398a7; }
  839. .el-button--danger.is-plain {
  840. color: #e7304e;
  841. background: #fdeaed;
  842. border-color: #f5acb8; }
  843. .el-button--danger.is-plain:hover, .el-button--danger.is-plain:focus {
  844. background: #e7304e;
  845. border-color: #e7304e;
  846. color: #FFFFFF; }
  847. .el-button--danger.is-plain:active {
  848. background: #d02b46;
  849. border-color: #d02b46;
  850. color: #FFFFFF;
  851. outline: none; }
  852. .el-button--danger.is-plain.is-disabled, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:active {
  853. color: #f18395;
  854. background-color: #fdeaed;
  855. border-color: #fad6dc; }
  856. .el-button--info {
  857. color: #FFFFFF;
  858. background-color: #909399;
  859. border-color: #909399; }
  860. .el-button--info:hover, .el-button--info:focus {
  861. background: #a6a9ad;
  862. border-color: #a6a9ad;
  863. color: #FFFFFF; }
  864. .el-button--info:active {
  865. background: #82848a;
  866. border-color: #82848a;
  867. color: #FFFFFF;
  868. outline: none; }
  869. .el-button--info.is-active {
  870. background: #82848a;
  871. border-color: #82848a;
  872. color: #FFFFFF; }
  873. .el-button--info.is-disabled, .el-button--info.is-disabled:hover, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:active {
  874. color: #FFFFFF;
  875. background-color: #c8c9cc;
  876. border-color: #c8c9cc; }
  877. .el-button--info.is-plain {
  878. color: #909399;
  879. background: #f4f4f5;
  880. border-color: #d3d4d6; }
  881. .el-button--info.is-plain:hover, .el-button--info.is-plain:focus {
  882. background: #909399;
  883. border-color: #909399;
  884. color: #FFFFFF; }
  885. .el-button--info.is-plain:active {
  886. background: #82848a;
  887. border-color: #82848a;
  888. color: #FFFFFF;
  889. outline: none; }
  890. .el-button--info.is-plain.is-disabled, .el-button--info.is-plain.is-disabled:hover, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:active {
  891. color: #bcbec2;
  892. background-color: #f4f4f5;
  893. border-color: #e9e9eb; }
  894. .el-button--medium {
  895. padding: 10px 20px;
  896. font-size: 14px;
  897. border-radius: 4px; }
  898. .el-button--medium.is-round {
  899. padding: 10px 20px; }
  900. .el-button--medium.is-circle {
  901. padding: 10px; }
  902. .el-button--small {
  903. padding: 9px 15px;
  904. font-size: 12px;
  905. border-radius: 3px; }
  906. .el-button--small.is-round {
  907. padding: 9px 15px; }
  908. .el-button--small.is-circle {
  909. padding: 9px; }
  910. .el-button--mini {
  911. padding: 7px 15px;
  912. font-size: 12px;
  913. border-radius: 3px; }
  914. .el-button--mini.is-round {
  915. padding: 7px 15px; }
  916. .el-button--mini.is-circle {
  917. padding: 7px; }
  918. .el-button--text {
  919. border-color: transparent;
  920. color: #2D74E7;
  921. background: transparent;
  922. padding-left: 0;
  923. padding-right: 0; }
  924. .el-button--text:hover, .el-button--text:focus {
  925. color: #5790ec;
  926. border-color: transparent;
  927. background-color: transparent; }
  928. .el-button--text:active {
  929. color: #2968d0;
  930. border-color: transparent;
  931. background-color: transparent; }
  932. .el-button--text.is-disabled, .el-button--text.is-disabled:hover, .el-button--text.is-disabled:focus {
  933. border-color: transparent; }
  934. .el-button-group {
  935. display: inline-block;
  936. vertical-align: middle; }
  937. .el-button-group::before,
  938. .el-button-group::after {
  939. display: table;
  940. content: ""; }
  941. .el-button-group::after {
  942. clear: both; }
  943. .el-button-group > .el-button {
  944. float: left;
  945. position: relative; }
  946. .el-button-group > .el-button + .el-button {
  947. margin-left: 0; }
  948. .el-button-group > .el-button.is-disabled {
  949. z-index: 1; }
  950. .el-button-group > .el-button:first-child {
  951. border-top-right-radius: 0;
  952. border-bottom-right-radius: 0; }
  953. .el-button-group > .el-button:last-child {
  954. border-top-left-radius: 0;
  955. border-bottom-left-radius: 0; }
  956. .el-button-group > .el-button:first-child:last-child {
  957. border-top-right-radius: 4px;
  958. border-bottom-right-radius: 4px;
  959. border-top-left-radius: 4px;
  960. border-bottom-left-radius: 4px; }
  961. .el-button-group > .el-button:first-child:last-child.is-round {
  962. border-radius: 20px; }
  963. .el-button-group > .el-button:first-child:last-child.is-circle {
  964. border-radius: 50%; }
  965. .el-button-group > .el-button:not(:first-child):not(:last-child) {
  966. border-radius: 0; }
  967. .el-button-group > .el-button:not(:last-child) {
  968. margin-right: -1px; }
  969. .el-button-group > .el-button:hover, .el-button-group > .el-button:focus, .el-button-group > .el-button:active {
  970. z-index: 1; }
  971. .el-button-group > .el-button.is-active {
  972. z-index: 1; }
  973. .el-button-group > .el-dropdown > .el-button {
  974. border-top-left-radius: 0;
  975. border-bottom-left-radius: 0;
  976. border-left-color: rgba(255, 255, 255, 0.5); }
  977. .el-button-group .el-button--primary:first-child {
  978. border-right-color: rgba(255, 255, 255, 0.5); }
  979. .el-button-group .el-button--primary:last-child {
  980. border-left-color: rgba(255, 255, 255, 0.5); }
  981. .el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  982. border-left-color: rgba(255, 255, 255, 0.5);
  983. border-right-color: rgba(255, 255, 255, 0.5); }
  984. .el-button-group .el-button--success:first-child {
  985. border-right-color: rgba(255, 255, 255, 0.5); }
  986. .el-button-group .el-button--success:last-child {
  987. border-left-color: rgba(255, 255, 255, 0.5); }
  988. .el-button-group .el-button--success:not(:first-child):not(:last-child) {
  989. border-left-color: rgba(255, 255, 255, 0.5);
  990. border-right-color: rgba(255, 255, 255, 0.5); }
  991. .el-button-group .el-button--warning:first-child {
  992. border-right-color: rgba(255, 255, 255, 0.5); }
  993. .el-button-group .el-button--warning:last-child {
  994. border-left-color: rgba(255, 255, 255, 0.5); }
  995. .el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  996. border-left-color: rgba(255, 255, 255, 0.5);
  997. border-right-color: rgba(255, 255, 255, 0.5); }
  998. .el-button-group .el-button--danger:first-child {
  999. border-right-color: rgba(255, 255, 255, 0.5); }
  1000. .el-button-group .el-button--danger:last-child {
  1001. border-left-color: rgba(255, 255, 255, 0.5); }
  1002. .el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  1003. border-left-color: rgba(255, 255, 255, 0.5);
  1004. border-right-color: rgba(255, 255, 255, 0.5); }
  1005. .el-button-group .el-button--info:first-child {
  1006. border-right-color: rgba(255, 255, 255, 0.5); }
  1007. .el-button-group .el-button--info:last-child {
  1008. border-left-color: rgba(255, 255, 255, 0.5); }
  1009. .el-button-group .el-button--info:not(:first-child):not(:last-child) {
  1010. border-left-color: rgba(255, 255, 255, 0.5);
  1011. border-right-color: rgba(255, 255, 255, 0.5); }
  1012. .el-calendar {
  1013. background-color: #fff; }
  1014. .el-calendar__header {
  1015. display: -webkit-box;
  1016. display: -ms-flexbox;
  1017. display: flex;
  1018. -webkit-box-pack: justify;
  1019. -ms-flex-pack: justify;
  1020. justify-content: space-between;
  1021. padding: 0 20px 2px;
  1022. border-bottom: 1px solid #EBEEF5; }
  1023. .el-calendar__title {
  1024. color: #000000;
  1025. -ms-flex-item-align: center;
  1026. align-self: center; }
  1027. .el-calendar__body {
  1028. padding: 0 20px; }
  1029. .el-calendar-table {
  1030. table-layout: fixed;
  1031. width: 100%; }
  1032. .el-calendar-table thead th {
  1033. padding: 8px 0;
  1034. color: #606266;
  1035. font-weight: normal; }
  1036. .el-calendar-table:not(.is-range) td.prev,
  1037. .el-calendar-table:not(.is-range) td.next {
  1038. color: #C0C4CC; }
  1039. .el-calendar-table td {
  1040. border-bottom: 1px solid #EBEEF5;
  1041. border-right: 1px solid #EBEEF5;
  1042. vertical-align: top;
  1043. -webkit-transition: background-color 0.2s ease;
  1044. transition: background-color 0.2s ease; }
  1045. .el-calendar-table td.is-selected {
  1046. background-color: #F2F8FE; }
  1047. .el-calendar-table td.is-today {
  1048. color: #2D74E7; }
  1049. .el-calendar-table tr:first-child td {
  1050. border-top: 1px solid #EBEEF5; }
  1051. .el-calendar-table tr td:first-child {
  1052. border-left: 1px solid #EBEEF5; }
  1053. .el-calendar-table tr.el-calendar-table__row--hide-border td {
  1054. border-top: none; }
  1055. .el-calendar-table .el-calendar-day {
  1056. -webkit-box-sizing: border-box;
  1057. box-sizing: border-box;
  1058. padding: 8px;
  1059. height: 26px; }
  1060. .el-calendar-table .el-calendar-day:hover {
  1061. cursor: pointer;
  1062. background-color: #F2F8FE; }