/* 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 --------------------------*/ /* Menu --------------------------*/ /* 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 --------------------------*/ /* Menu --------------------------*/ /* 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 --------------------------*/ /* Menu --------------------------*/ /* 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 #dcdfe6; border-color: #dcdfe6; color: #606266; -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: #C8A063; border-color: #efe3d0; background-color: #faf6ef; } .el-button:active { color: #b49059; border-color: #b49059; 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: #C8A063; color: #C8A063; } .el-button.is-plain:active { background: #fff; border-color: #b49059; color: #b49059; outline: none; } .el-button.is-active { color: #b49059; border-color: #b49059; } .el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus { color: #c0c4cc; cursor: not-allowed; background-image: none; background-color: #fff; border-color: #ebeef5; } .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: #ebeef5; color: #c0c4cc; } .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.is-circle { border-radius: 50%; padding: 12px; } .el-button--primary { color: #fff; background-color: #C8A063; border-color: #C8A063; } .el-button--primary:hover, .el-button--primary:focus { background: #d3b382; border-color: #d3b382; color: #fff; } .el-button--primary:active { background: #b49059; border-color: #b49059; color: #fff; outline: none; } .el-button--primary.is-active { background: #b49059; border-color: #b49059; 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: #e4d0b1; border-color: #e4d0b1; } .el-button--primary.is-plain { color: #C8A063; background: #faf6ef; border-color: #e9d9c1; } .el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus { background: #C8A063; border-color: #C8A063; color: #fff; } .el-button--primary.is-plain:active { background: #b49059; border-color: #b49059; 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: #dec6a1; background-color: #faf6ef; border-color: #f4ece0; } .el-button--success { color: #fff; background-color: #70D36C; border-color: #70D36C; } .el-button--success:hover, .el-button--success:focus { background: #8ddc89; border-color: #8ddc89; color: #fff; } .el-button--success:active { background: #65be61; border-color: #65be61; color: #fff; outline: none; } .el-button--success.is-active { background: #65be61; border-color: #65be61; 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: #b8e9b6; border-color: #b8e9b6; } .el-button--success.is-plain { color: #70D36C; background: #f1fbf0; border-color: #c6edc4; } .el-button--success.is-plain:hover, .el-button--success.is-plain:focus { background: #70D36C; border-color: #70D36C; color: #fff; } .el-button--success.is-plain:active { background: #65be61; border-color: #65be61; 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: #a9e5a7; background-color: #f1fbf0; border-color: #e2f6e2; } .el-button--warning { color: #fff; background-color: #e6a23c; border-color: #e6a23c; } .el-button--warning:hover, .el-button--warning:focus { background: #ebb563; border-color: #ebb563; color: #fff; } .el-button--warning:active { background: #cf9236; border-color: #cf9236; color: #fff; outline: none; } .el-button--warning.is-active { background: #cf9236; border-color: #cf9236; 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: #f3d19e; border-color: #f3d19e; } .el-button--warning.is-plain { color: #e6a23c; background: #fdf6ec; border-color: #f5dab1; } .el-button--warning.is-plain:hover, .el-button--warning.is-plain:focus { background: #e6a23c; border-color: #e6a23c; color: #fff; } .el-button--warning.is-plain:active { background: #cf9236; border-color: #cf9236; 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: #f0c78a; background-color: #fdf6ec; border-color: #faecd8; } .el-button--danger { color: #fff; background-color: #F58467; border-color: #F58467; } .el-button--danger:hover, .el-button--danger:focus { background: #f79d85; border-color: #f79d85; color: #fff; } .el-button--danger:active { background: #dd775d; border-color: #dd775d; color: #fff; outline: none; } .el-button--danger.is-active { background: #dd775d; border-color: #dd775d; 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: #fac2b3; border-color: #fac2b3; } .el-button--danger.is-plain { color: #F58467; background: #fef3f0; border-color: #fbcec2; } .el-button--danger.is-plain:hover, .el-button--danger.is-plain:focus { background: #F58467; border-color: #F58467; color: #fff; } .el-button--danger.is-plain:active { background: #dd775d; border-color: #dd775d; 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: #f9b5a4; background-color: #fef3f0; border-color: #fde6e1; } .el-button--info { color: #fff; background-color: #68C7FF; border-color: #68C7FF; } .el-button--info:hover, .el-button--info:focus { background: #86d2ff; border-color: #86d2ff; color: #fff; } .el-button--info:active { background: #5eb3e6; border-color: #5eb3e6; color: #fff; outline: none; } .el-button--info.is-active { background: #5eb3e6; border-color: #5eb3e6; 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: #b4e3ff; border-color: #b4e3ff; } .el-button--info.is-plain { color: #68C7FF; background: #f0f9ff; border-color: #c3e9ff; } .el-button--info.is-plain:hover, .el-button--info.is-plain:focus { background: #68C7FF; border-color: #68C7FF; color: #fff; } .el-button--info.is-plain:active { background: #5eb3e6; border-color: #5eb3e6; 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: #a4ddff; background-color: #f0f9ff; border-color: #e1f4ff; } .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-color: transparent; color: #C8A063; background: transparent; padding-left: 0; padding-right: 0; } .el-button--text:hover, .el-button--text:focus { color: #d3b382; border-color: transparent; background-color: transparent; } .el-button--text:active { color: #b49059; border-color: transparent; background-color: transparent; } .el-button--text.is-disabled, .el-button--text.is-disabled:hover, .el-button--text.is-disabled:focus { border-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:first-child:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .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); }