You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

557 lines
16 KiB

[data-theme="kr-designer"] .el-button {
display: inline-block;
line-height: 1;
white-space: nowrap;
cursor: pointer;
background: #fff;
border: 1px solid #dcdfe6;
color: #606266;
-webkit-appearance: none;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: 0;
margin: 0;
-webkit-transition: 0.1s;
transition: 0.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;
}
[data-theme="kr-designer"] .el-button + .el-button {
margin-left: 10px;
}
[data-theme="kr-designer"] .el-button:focus,
[data-theme="kr-designer"] .el-button:hover {
color: #409eff;
border-color: #c6e2ff;
background-color: #ecf5ff;
}
[data-theme="kr-designer"] .el-button:active {
color: #3a8ee6;
border-color: #3a8ee6;
outline: 0;
}
[data-theme="kr-designer"] .el-button::-moz-focus-inner {
border: 0;
}
[data-theme="kr-designer"] .el-button [class*="el-icon-"] + span {
margin-left: 5px;
}
[data-theme="kr-designer"] .el-button.is-plain:focus,
[data-theme="kr-designer"] .el-button.is-plain:hover {
background: #fff;
border-color: #409eff;
color: #409eff;
}
[data-theme="kr-designer"] .el-button.is-plain:active {
background: #fff;
border-color: #3a8ee6;
color: #3a8ee6;
outline: 0;
}
[data-theme="kr-designer"] .el-button.is-active {
color: #3a8ee6;
border-color: #3a8ee6;
}
[data-theme="kr-designer"] .el-button.is-disabled,
[data-theme="kr-designer"] .el-button.is-disabled:focus,
[data-theme="kr-designer"] .el-button.is-disabled:hover {
color: #c0c4cc;
cursor: not-allowed;
background-image: none;
background-color: #fff;
border-color: #ebeef5;
}
[data-theme="kr-designer"] .el-button.is-disabled.el-button--text {
background-color: transparent;
}
[data-theme="kr-designer"] .el-button.is-disabled.is-plain,
[data-theme="kr-designer"] .el-button.is-disabled.is-plain:focus,
[data-theme="kr-designer"] .el-button.is-disabled.is-plain:hover {
background-color: #fff;
border-color: #ebeef5;
color: #c0c4cc;
}
[data-theme="kr-designer"] .el-button.is-loading {
position: relative;
pointer-events: none;
}
[data-theme="kr-designer"] .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);
}
[data-theme="kr-designer"] .el-button.is-round {
border-radius: 20px;
padding: 12px 23px;
}
[data-theme="kr-designer"] .el-button.is-circle {
border-radius: 50%;
padding: 12px;
}
[data-theme="kr-designer"] .el-button--primary {
color: #fff;
background-color: #409eff;
border-color: #409eff;
}
[data-theme="kr-designer"] .el-button--primary:focus,
[data-theme="kr-designer"] .el-button--primary:hover {
background: #66b1ff;
border-color: #66b1ff;
color: #fff;
}
[data-theme="kr-designer"] .el-button--primary:active {
background: #3a8ee6;
border-color: #3a8ee6;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--primary.is-active {
background: #3a8ee6;
border-color: #3a8ee6;
color: #fff;
}
[data-theme="kr-designer"] .el-button--primary.is-disabled,
[data-theme="kr-designer"] .el-button--primary.is-disabled:active,
[data-theme="kr-designer"] .el-button--primary.is-disabled:focus,
[data-theme="kr-designer"] .el-button--primary.is-disabled:hover {
color: #fff;
background-color: #a0cfff;
border-color: #a0cfff;
}
[data-theme="kr-designer"] .el-button--primary.is-plain {
color: #409eff;
background: #ecf5ff;
border-color: #b3d8ff;
}
[data-theme="kr-designer"] .el-button--primary.is-plain:focus,
[data-theme="kr-designer"] .el-button--primary.is-plain:hover {
background: #409eff;
border-color: #409eff;
color: #fff;
}
[data-theme="kr-designer"] .el-button--primary.is-plain:active {
background: #3a8ee6;
border-color: #3a8ee6;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--primary.is-plain.is-disabled,
[data-theme="kr-designer"] .el-button--primary.is-plain.is-disabled:active,
[data-theme="kr-designer"] .el-button--primary.is-plain.is-disabled:focus,
[data-theme="kr-designer"] .el-button--primary.is-plain.is-disabled:hover {
color: #8cc5ff;
background-color: #ecf5ff;
border-color: #d9ecff;
}
[data-theme="kr-designer"] .el-button--success {
color: #fff;
background-color: #67c23a;
border-color: #67c23a;
}
[data-theme="kr-designer"] .el-button--success:focus,
[data-theme="kr-designer"] .el-button--success:hover {
background: #85ce61;
border-color: #85ce61;
color: #fff;
}
[data-theme="kr-designer"] .el-button--success:active {
background: #5daf34;
border-color: #5daf34;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--success.is-active {
background: #5daf34;
border-color: #5daf34;
color: #fff;
}
[data-theme="kr-designer"] .el-button--success.is-disabled,
[data-theme="kr-designer"] .el-button--success.is-disabled:active,
[data-theme="kr-designer"] .el-button--success.is-disabled:focus,
[data-theme="kr-designer"] .el-button--success.is-disabled:hover {
color: #fff;
background-color: #b3e19d;
border-color: #b3e19d;
}
[data-theme="kr-designer"] .el-button--success.is-plain {
color: #67c23a;
background: #f0f9eb;
border-color: #c2e7b0;
}
[data-theme="kr-designer"] .el-button--success.is-plain:focus,
[data-theme="kr-designer"] .el-button--success.is-plain:hover {
background: #67c23a;
border-color: #67c23a;
color: #fff;
}
[data-theme="kr-designer"] .el-button--success.is-plain:active {
background: #5daf34;
border-color: #5daf34;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--success.is-plain.is-disabled,
[data-theme="kr-designer"] .el-button--success.is-plain.is-disabled:active,
[data-theme="kr-designer"] .el-button--success.is-plain.is-disabled:focus,
[data-theme="kr-designer"] .el-button--success.is-plain.is-disabled:hover {
color: #a4da89;
background-color: #f0f9eb;
border-color: #e1f3d8;
}
[data-theme="kr-designer"] .el-button--warning {
color: #fff;
background-color: #e6a23c;
border-color: #e6a23c;
}
[data-theme="kr-designer"] .el-button--warning:focus,
[data-theme="kr-designer"] .el-button--warning:hover {
background: #ebb563;
border-color: #ebb563;
color: #fff;
}
[data-theme="kr-designer"] .el-button--warning:active {
background: #cf9236;
border-color: #cf9236;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--warning.is-active {
background: #cf9236;
border-color: #cf9236;
color: #fff;
}
[data-theme="kr-designer"] .el-button--warning.is-disabled,
[data-theme="kr-designer"] .el-button--warning.is-disabled:active,
[data-theme="kr-designer"] .el-button--warning.is-disabled:focus,
[data-theme="kr-designer"] .el-button--warning.is-disabled:hover {
color: #fff;
background-color: #f3d19e;
border-color: #f3d19e;
}
[data-theme="kr-designer"] .el-button--warning.is-plain {
color: #e6a23c;
background: #fdf6ec;
border-color: #f5dab1;
}
[data-theme="kr-designer"] .el-button--warning.is-plain:focus,
[data-theme="kr-designer"] .el-button--warning.is-plain:hover {
background: #e6a23c;
border-color: #e6a23c;
color: #fff;
}
[data-theme="kr-designer"] .el-button--warning.is-plain:active {
background: #cf9236;
border-color: #cf9236;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--warning.is-plain.is-disabled,
[data-theme="kr-designer"] .el-button--warning.is-plain.is-disabled:active,
[data-theme="kr-designer"] .el-button--warning.is-plain.is-disabled:focus,
[data-theme="kr-designer"] .el-button--warning.is-plain.is-disabled:hover {
color: #f0c78a;
background-color: #fdf6ec;
border-color: #faecd8;
}
[data-theme="kr-designer"] .el-button--danger {
color: #fff;
background-color: #f56c6c;
border-color: #f56c6c;
}
[data-theme="kr-designer"] .el-button--danger:focus,
[data-theme="kr-designer"] .el-button--danger:hover {
background: #f78989;
border-color: #f78989;
color: #fff;
}
[data-theme="kr-designer"] .el-button--danger:active {
background: #dd6161;
border-color: #dd6161;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--danger.is-active {
background: #dd6161;
border-color: #dd6161;
color: #fff;
}
[data-theme="kr-designer"] .el-button--danger.is-disabled,
[data-theme="kr-designer"] .el-button--danger.is-disabled:active,
[data-theme="kr-designer"] .el-button--danger.is-disabled:focus,
[data-theme="kr-designer"] .el-button--danger.is-disabled:hover {
color: #fff;
background-color: #fab6b6;
border-color: #fab6b6;
}
[data-theme="kr-designer"] .el-button--danger.is-plain {
color: #f56c6c;
background: #fef0f0;
border-color: #fbc4c4;
}
[data-theme="kr-designer"] .el-button--danger.is-plain:focus,
[data-theme="kr-designer"] .el-button--danger.is-plain:hover {
background: #f56c6c;
border-color: #f56c6c;
color: #fff;
}
[data-theme="kr-designer"] .el-button--danger.is-plain:active {
background: #dd6161;
border-color: #dd6161;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--danger.is-plain.is-disabled,
[data-theme="kr-designer"] .el-button--danger.is-plain.is-disabled:active,
[data-theme="kr-designer"] .el-button--danger.is-plain.is-disabled:focus,
[data-theme="kr-designer"] .el-button--danger.is-plain.is-disabled:hover {
color: #f9a7a7;
background-color: #fef0f0;
border-color: #fde2e2;
}
[data-theme="kr-designer"] .el-button--info {
color: #fff;
background-color: #909399;
border-color: #909399;
}
[data-theme="kr-designer"] .el-button--info:focus,
[data-theme="kr-designer"] .el-button--info:hover {
background: #a6a9ad;
border-color: #a6a9ad;
color: #fff;
}
[data-theme="kr-designer"] .el-button--info:active {
background: #82848a;
border-color: #82848a;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--info.is-active {
background: #82848a;
border-color: #82848a;
color: #fff;
}
[data-theme="kr-designer"] .el-button--info.is-disabled,
[data-theme="kr-designer"] .el-button--info.is-disabled:active,
[data-theme="kr-designer"] .el-button--info.is-disabled:focus,
[data-theme="kr-designer"] .el-button--info.is-disabled:hover {
color: #fff;
background-color: #c8c9cc;
border-color: #c8c9cc;
}
[data-theme="kr-designer"] .el-button--info.is-plain {
color: #909399;
background: #f4f4f5;
border-color: #d3d4d6;
}
[data-theme="kr-designer"] .el-button--info.is-plain:focus,
[data-theme="kr-designer"] .el-button--info.is-plain:hover {
background: #909399;
border-color: #909399;
color: #fff;
}
[data-theme="kr-designer"] .el-button--info.is-plain:active {
background: #82848a;
border-color: #82848a;
color: #fff;
outline: 0;
}
[data-theme="kr-designer"] .el-button--info.is-plain.is-disabled,
[data-theme="kr-designer"] .el-button--info.is-plain.is-disabled:active,
[data-theme="kr-designer"] .el-button--info.is-plain.is-disabled:focus,
[data-theme="kr-designer"] .el-button--info.is-plain.is-disabled:hover {
color: #bcbec2;
background-color: #f4f4f5;
border-color: #e9e9eb;
}
[data-theme="kr-designer"] .el-button--medium {
padding: 10px 20px;
font-size: 14px;
border-radius: 4px;
}
[data-theme="kr-designer"] .el-button--medium.is-round {
padding: 10px 20px;
}
[data-theme="kr-designer"] .el-button--medium.is-circle {
padding: 10px;
}
[data-theme="kr-designer"] .el-button--small {
padding: 9px 15px;
font-size: 12px;
border-radius: 3px;
}
[data-theme="kr-designer"] .el-button--small.is-round {
padding: 9px 15px;
}
[data-theme="kr-designer"] .el-button--small.is-circle {
padding: 9px;
}
[data-theme="kr-designer"] .el-button--mini {
padding: 7px 15px;
font-size: 12px;
border-radius: 3px;
}
[data-theme="kr-designer"] .el-button--mini.is-round {
padding: 7px 15px;
}
[data-theme="kr-designer"] .el-button--mini.is-circle {
padding: 7px;
}
[data-theme="kr-designer"] .el-button--text {
border-color: transparent;
color: #409eff;
background: 0 0;
padding-left: 0;
padding-right: 0;
}
[data-theme="kr-designer"] .el-button--text:focus,
[data-theme="kr-designer"] .el-button--text:hover {
color: #66b1ff;
border-color: transparent;
background-color: transparent;
}
[data-theme="kr-designer"] .el-button--text:active {
color: #3a8ee6;
border-color: transparent;
background-color: transparent;
}
[data-theme="kr-designer"] .el-button--text.is-disabled,
[data-theme="kr-designer"] .el-button--text.is-disabled:focus,
[data-theme="kr-designer"] .el-button--text.is-disabled:hover {
border-color: transparent;
}
[data-theme="kr-designer"] .el-button-group {
display: inline-block;
vertical-align: middle;
}
[data-theme="kr-designer"] .el-button-group::after,
[data-theme="kr-designer"] .el-button-group::before {
display: table;
content: "";
}
[data-theme="kr-designer"] .el-button-group::after {
clear: both;
}
[data-theme="kr-designer"] .el-button-group > .el-button {
float: left;
position: relative;
}
[data-theme="kr-designer"] .el-button-group > .el-button + .el-button {
margin-left: 0;
}
[data-theme="kr-designer"] .el-button-group > .el-button.is-disabled {
z-index: 1;
}
[data-theme="kr-designer"] .el-button-group > .el-button:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
[data-theme="kr-designer"] .el-button-group > .el-button:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
[data-theme="kr-designer"]
.el-button-group
> .el-button:first-child:last-child {
border-radius: 4px;
}
[data-theme="kr-designer"]
.el-button-group
> .el-button:first-child:last-child.is-round {
border-radius: 20px;
}
[data-theme="kr-designer"]
.el-button-group
> .el-button:first-child:last-child.is-circle {
border-radius: 50%;
}
[data-theme="kr-designer"]
.el-button-group
> .el-button:not(:first-child):not(:last-child) {
border-radius: 0;
}
[data-theme="kr-designer"] .el-button-group > .el-button:not(:last-child) {
margin-right: -1px;
}
[data-theme="kr-designer"] .el-button-group > .el-button.is-active,
[data-theme="kr-designer"] .el-button-group > .el-button:active,
[data-theme="kr-designer"] .el-button-group > .el-button:focus,
[data-theme="kr-designer"] .el-button-group > .el-button:hover {
z-index: 1;
}
[data-theme="kr-designer"] .el-button-group > .el-dropdown > .el-button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"] .el-button-group .el-button--primary:first-child {
border-right-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"] .el-button-group .el-button--primary:last-child {
border-left-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"]
.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);
}
[data-theme="kr-designer"] .el-button-group .el-button--success:first-child {
border-right-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"] .el-button-group .el-button--success:last-child {
border-left-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"]
.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);
}
[data-theme="kr-designer"] .el-button-group .el-button--warning:first-child {
border-right-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"] .el-button-group .el-button--warning:last-child {
border-left-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"]
.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);
}
[data-theme="kr-designer"] .el-button-group .el-button--danger:first-child {
border-right-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"] .el-button-group .el-button--danger:last-child {
border-left-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"]
.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);
}
[data-theme="kr-designer"] .el-button-group .el-button--info:first-child {
border-right-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"] .el-button-group .el-button--info:last-child {
border-left-color: rgba(255, 255, 255, 0.5);
}
[data-theme="kr-designer"]
.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);
}