/* Element Chalk Variables */ /* Transition -------------------------- */ /* Colors -------------------------- */ /* 53a8ff */ /* 66b1ff */ /* 79bbff */ /* 8cc5ff */ /* a0cfff */ /* b3d8ff */ /* c6e2ff */ /* d9ecff */ /* ecf5ff */ /* Link -------------------------- */ /* Background -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Tree -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* MenuSlide --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ /* Header --------------------------*/ /* Footer --------------------------*/ /* Main --------------------------*/ /* Break-point --------------------------*/ /* Element Chalk Variables */ /* Transition -------------------------- */ /* Colors -------------------------- */ /* 53a8ff */ /* 66b1ff */ /* 79bbff */ /* 8cc5ff */ /* a0cfff */ /* b3d8ff */ /* c6e2ff */ /* d9ecff */ /* ecf5ff */ /* Link -------------------------- */ /* Background -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Tree -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* MenuSlide --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ /* Header --------------------------*/ /* Footer --------------------------*/ /* Main --------------------------*/ /* Break-point --------------------------*/ /* BEM support Func -------------------------- */ /* Element Chalk Variables */ /* Transition -------------------------- */ /* Colors -------------------------- */ /* 53a8ff */ /* 66b1ff */ /* 79bbff */ /* 8cc5ff */ /* a0cfff */ /* b3d8ff */ /* c6e2ff */ /* d9ecff */ /* ecf5ff */ /* Link -------------------------- */ /* Background -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -------------------------- */ /* Size -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* Message Box -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Tree -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* MenuSlide --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ /* Header --------------------------*/ /* Footer --------------------------*/ /* Main --------------------------*/ /* Break-point --------------------------*/ /* Break-points -------------------------- */ /* Scrollbar -------------------------- */ /* Placeholder -------------------------- */ /* BEM -------------------------- */ .el-button { display: inline-block; line-height: 1; white-space: nowrap; cursor: pointer; background: #fff; border: 1px solid #d8dce5; border-color: #d8dce5; color: #5a5e66; -webkit-appearance: none; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; margin: 0; -webkit-transition: .1s; transition: .1s; font-weight: 500; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; padding: 12px 20px; font-size: 14px; border-radius: 4px; } .el-button + .el-button { margin-left: 10px; } .el-button.is-round { padding: 12px 20px; } .el-button:hover, .el-button:focus { color: #1b1e24; border-color: #bbbcbd; background-color: #e8e9e9; } .el-button:active { color: #181b20; border-color: #181b20; outline: none; } .el-button::-moz-focus-inner { border: 0; } .el-button [class*="el-icon-"] + span { margin-left: 5px; } .el-button.is-plain:hover, .el-button.is-plain:focus { background: #fff; border-color: #1b1e24; color: #1b1e24; } .el-button.is-plain:active { background: #fff; border-color: #181b20; color: #181b20; outline: none; } .el-button.is-active { color: #181b20; border-color: #181b20; } .el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus { color: #b4bccc; cursor: not-allowed; background-image: none; background-color: #fff; border-color: #e6ebf5; } .el-button.is-disabled.el-button--text { background-color: transparent; } .el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:hover, .el-button.is-disabled.is-plain:focus { background-color: #fff; border-color: #e6ebf5; color: #b4bccc; } .el-button.is-loading { position: relative; pointer-events: none; } .el-button.is-loading:before { pointer-events: none; content: ''; position: absolute; left: -1px; top: -1px; right: -1px; bottom: -1px; border-radius: inherit; background-color: rgba(255, 255, 255, 0.35); } .el-button.is-round { border-radius: 20px; padding: 12px 23px; } .el-button--primary { color: #fff; background-color: #1b1e24; border-color: #1b1e24; } .el-button--primary:hover, .el-button--primary:focus { background: #494b50; border-color: #494b50; color: #fff; } .el-button--primary:active { background: #181b20; border-color: #181b20; color: #fff; outline: none; } .el-button--primary.is-active { background: #181b20; border-color: #181b20; color: #fff; } .el-button--primary.is-disabled, .el-button--primary.is-disabled:hover, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:active { color: #fff; background-color: #8d8f92; border-color: #8d8f92; } .el-button--primary.is-plain { color: #1b1e24; background: #e8e9e9; border-color: #a4a5a7; } .el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus { background: #1b1e24; border-color: #1b1e24; color: #fff; } .el-button--primary.is-plain:active { background: #181b20; border-color: #181b20; color: #fff; outline: none; } .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 { color: #76787c; background-color: #e8e9e9; border-color: #d1d2d3; } .el-button--success { color: #fff; background-color: #1caf9a; border-color: #1caf9a; } .el-button--success:hover, .el-button--success:focus { background: #49bfae; border-color: #49bfae; color: #fff; } .el-button--success:active { background: #199e8b; border-color: #199e8b; color: #fff; outline: none; } .el-button--success.is-active { background: #199e8b; border-color: #199e8b; color: #fff; } .el-button--success.is-disabled, .el-button--success.is-disabled:hover, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:active { color: #fff; background-color: #8ed7cd; border-color: #8ed7cd; } .el-button--success.is-plain { color: #1caf9a; background: #e8f7f5; border-color: #a4dfd7; } .el-button--success.is-plain:hover, .el-button--success.is-plain:focus { background: #1caf9a; border-color: #1caf9a; color: #fff; } .el-button--success.is-plain:active { background: #199e8b; border-color: #199e8b; color: #fff; outline: none; } .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 { color: #77cfc2; background-color: #e8f7f5; border-color: #d2efeb; } .el-button--warning { color: #fff; background-color: #FA8273; border-color: #FA8273; } .el-button--warning:hover, .el-button--warning:focus { background: #fb9b8f; border-color: #fb9b8f; color: #fff; } .el-button--warning:active { background: #e17568; border-color: #e17568; color: #fff; outline: none; } .el-button--warning.is-active { background: #e17568; border-color: #e17568; color: #fff; } .el-button--warning.is-disabled, .el-button--warning.is-disabled:hover, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:active { color: #fff; background-color: #fdc1b9; border-color: #fdc1b9; } .el-button--warning.is-plain { color: #FA8273; background: #fff3f1; border-color: #fdcdc7; } .el-button--warning.is-plain:hover, .el-button--warning.is-plain:focus { background: #FA8273; border-color: #FA8273; color: #fff; } .el-button--warning.is-plain:active { background: #e17568; border-color: #e17568; color: #fff; outline: none; } .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 { color: #fcb4ab; background-color: #fff3f1; border-color: #fee6e3; } .el-button--danger { color: #fff; background-color: #E04B4A; border-color: #E04B4A; } .el-button--danger:hover, .el-button--danger:focus { background: #e66f6e; border-color: #e66f6e; color: #fff; } .el-button--danger:active { background: #ca4443; border-color: #ca4443; color: #fff; outline: none; } .el-button--danger.is-active { background: #ca4443; border-color: #ca4443; color: #fff; } .el-button--danger.is-disabled, .el-button--danger.is-disabled:hover, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:active { color: #fff; background-color: #f0a5a5; border-color: #f0a5a5; } .el-button--danger.is-plain { color: #E04B4A; background: #fceded; border-color: #f3b7b7; } .el-button--danger.is-plain:hover, .el-button--danger.is-plain:focus { background: #E04B4A; border-color: #E04B4A; color: #fff; } .el-button--danger.is-plain:active { background: #ca4443; border-color: #ca4443; color: #fff; outline: none; } .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 { color: #ec9392; background-color: #fceded; border-color: #f9dbdb; } .el-button--info { color: #fff; background-color: #777; border-color: #777; } .el-button--info:hover, .el-button--info:focus { background: #929292; border-color: #929292; color: #fff; } .el-button--info:active { background: #6b6b6b; border-color: #6b6b6b; color: #fff; outline: none; } .el-button--info.is-active { background: #6b6b6b; border-color: #6b6b6b; color: #fff; } .el-button--info.is-disabled, .el-button--info.is-disabled:hover, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:active { color: #fff; background-color: #bbbbbb; border-color: #bbbbbb; } .el-button--info.is-plain { color: #777; background: #f1f1f1; border-color: #c9c9c9; } .el-button--info.is-plain:hover, .el-button--info.is-plain:focus { background: #777; border-color: #777; color: #fff; } .el-button--info.is-plain:active { background: #6b6b6b; border-color: #6b6b6b; color: #fff; outline: none; } .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 { color: #adadad; background-color: #f1f1f1; border-color: #e4e4e4; } .el-button--medium { padding: 10px 20px; font-size: 14px; border-radius: 4px; } .el-button--medium.is-round { padding: 10px 20px; } .el-button--small { padding: 9px 15px; font-size: 12px; border-radius: 3px; } .el-button--small.is-round { padding: 9px 15px; } .el-button--mini { padding: 7px 15px; font-size: 12px; border-radius: 3px; } .el-button--mini.is-round { padding: 7px 15px; } .el-button--text { border: none; color: #1b1e24; background: transparent; padding-left: 0; padding-right: 0; } .el-button--text:hover, .el-button--text:focus { color: #494b50; border-color: transparent; background-color: transparent; } .el-button--text:active { color: #181b20; border-color: transparent; background-color: transparent; } .el-button-group { display: inline-block; vertical-align: middle; } .el-button-group::before, .el-button-group::after { display: table; content: ""; } .el-button-group::after { clear: both; } .el-button-group .el-button { float: left; position: relative; } .el-button-group .el-button + .el-button { margin-left: 0; } .el-button-group .el-button:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; } .el-button-group .el-button:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .el-button-group .el-button:not(:first-child):not(:last-child) { border-radius: 0; } .el-button-group .el-button:not(:last-child) { margin-right: -1px; } .el-button-group .el-button:hover, .el-button-group .el-button:focus, .el-button-group .el-button:active { z-index: 1; } .el-button-group .el-button.is-active { z-index: 1; } .el-button-group .el-button--primary:first-child { border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--primary:last-child { border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--primary:not(:first-child):not(:last-child) { border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--success:first-child { border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--success:last-child { border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--success:not(:first-child):not(:last-child) { border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--warning:first-child { border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--warning:last-child { border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--warning:not(:first-child):not(:last-child) { border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--danger:first-child { border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--danger:last-child { border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--danger:not(:first-child):not(:last-child) { border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--info:first-child { border-right-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--info:last-child { border-left-color: rgba(255, 255, 255, 0.5); } .el-button-group .el-button--info:not(:first-child):not(:last-child) { border-left-color: rgba(255, 255, 255, 0.5); border-right-color: rgba(255, 255, 255, 0.5); }