element-sim 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.es.md +9 -1
- package/lib/element-sim.common.js +1 -1
- package/lib/index.js +1 -1
- package/lib/theme-chalk/button.css +1 -1
- package/lib/theme-chalk/calendar.css +1 -1
- package/lib/theme-chalk/dropdown.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/message-box.css +1 -1
- package/lib/theme-chalk/message.css +1 -1
- package/lib/theme-chalk/transfer.css +1 -1
- package/package.json +1 -1
- package/packages/message/src/main.js +1 -1
- package/packages/message/src/main.vue +1 -1
- package/packages/theme-chalk/lib/button.css +1 -1
- package/packages/theme-chalk/lib/calendar.css +1 -1
- package/packages/theme-chalk/lib/dropdown.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/message-box.css +1 -1
- package/packages/theme-chalk/lib/message.css +1 -1
- package/packages/theme-chalk/lib/transfer.css +1 -1
- package/packages/theme-chalk/src/button.scss +5 -0
- package/packages/theme-chalk/src/common/var.scss +5 -5
- package/packages/theme-chalk/src/dialog.scss +9 -7
- package/packages/theme-chalk/src/message.scss +11 -10
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #C9CDD4;color:#2163FC;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:2px}.el-button:focus,.el-button:hover{color:#2163FC;border-color:#bcd0fe;background-color:#e9efff}.el-button:active{color:#215ce7;border-color:#215ce7;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#2163FC;color:#2163FC}.el-button.is-active,.el-button.is-plain:active{color:#215ce7;border-color:#215ce7}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A9AEB8;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#F2F3F5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#F2F3F5;color:#A9AEB8}.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,.5)}.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:#2163FC;border-color:#2163FC}.el-button--primary:focus,.el-button--primary:hover{background:#4d82fd;border-color:#4d82fd;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#215ce7;border-color:#215ce7;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a6c1fe;border-color:#a6c1fe}.el-button--primary.is-plain{color:#2163FC;background:#e9efff;border-color:#a6c1fe}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#2163FC;border-color:#2163FC;color:#FFF}.el-button--primary.is-plain:active{background:#215ce7;border-color:#215ce7;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#7aa1fd;background-color:#e9efff;border-color:#d3e0fe}.el-button--success{color:#FFF;background-color:#00B42A;border-color:#00B42A}.el-button--success:focus,.el-button--success:hover{background:#33c355;border-color:#33c355;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#03a52a;border-color:#03a52a;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#99e1aa;border-color:#99e1aa}.el-button--success.is-plain{color:#00B42A;background:#e6f8ea;border-color:#99e1aa}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#00B42A;border-color:#00B42A;color:#FFF}.el-button--success.is-plain:active{background:#03a52a;border-color:#03a52a;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#66d27f;background-color:#e6f8ea;border-color:#ccf0d4}.el-button--warning{color:#FFF;background-color:#FF7D00;border-color:#FF7D00}.el-button--warning:focus,.el-button--warning:hover{background:#ff9733;border-color:#ff9733;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#e87404;border-color:#e87404;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#ffcb99;border-color:#ffcb99}.el-button--warning.is-plain{color:#FF7D00;background:#fff2e6;border-color:#ffcb99}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning.is-plain:active{background:#e87404;border-color:#e87404;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#ffb166;background-color:#fff2e6;border-color:#ffe5cc}.el-button--danger{color:#FFF;background-color:#F53F3F;border-color:#F53F3F}.el-button--danger:focus,.el-button--danger:hover{background:#f76565;border-color:#f76565;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#df3c3d;border-color:#df3c3d;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fbb2b2;border-color:#fbb2b2}.el-button--danger.is-plain{color:#F53F3F;background:#feecec;border-color:#fbb2b2}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger.is-plain:active{background:#df3c3d;border-color:#df3c3d;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f98c8c;background-color:#feecec;border-color:#fdd9d9}.el-button--info{color:#FFF;background-color:#6B7785;border-color:#6B7785}.el-button--info:focus,.el-button--info:hover{background:#89929d;border-color:#89929d;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#636e7c;border-color:#636e7c;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c4c9ce;border-color:#c4c9ce}.el-button--info.is-plain{color:#6B7785;background:#f0f1f3;border-color:#c4c9ce}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#6B7785;border-color:#6B7785;color:#FFF}.el-button--info.is-plain:active{background:#636e7c;border-color:#636e7c;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#a6adb6;background-color:#f0f1f3;border-color:#e1e4e7}.el-button--medium{min-width:96px;padding:10px 20px;font-size:14px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--medium+.el-button--medium{margin-left:20px}.el-button--small{min-width:76px;padding:9px 15px;font-size:14px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--small+.el-button--small{margin-left:16px}.el-button--mini{min-width:60px;font-size:13px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--mini.is-circle{padding:7px}.el-button--mini+.el-button--mini{margin-left:12px}.el-button--text{border-color:transparent;color:#2163FC;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#4d82fd;border-color:transparent;background-color:transparent}.el-button--text:active{color:#215ce7;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{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.is-disabled{z-index:1}.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-radius:2px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.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.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}
|
|
1
|
+
.el-button,.el-button--medium,.el-button--small{font-size:14px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #C9CDD4;color:#2163FC;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;border-radius:2px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#2163FC;border-color:#bcd0fe;background-color:#e9efff}.el-button:active{color:#215ce7;border-color:#215ce7;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#2163FC;color:#2163FC}.el-button.is-active,.el-button.is-plain:active{color:#215ce7;border-color:#215ce7}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A9AEB8;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#F2F3F5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#F2F3F5;color:#A9AEB8}.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,.5)}.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:#2163FC;border-color:#2163FC}.el-button--primary:focus,.el-button--primary:hover{background:#4d82fd;border-color:#4d82fd;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#215ce7;border-color:#215ce7;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a6c1fe;border-color:#a6c1fe}.el-button--primary.is-plain{color:#2163FC;background:#e9efff;border-color:#a6c1fe}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#2163FC;border-color:#2163FC;color:#FFF}.el-button--primary.is-plain:active{background:#215ce7;border-color:#215ce7;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#7aa1fd;background-color:#e9efff;border-color:#d3e0fe}.el-button--success{color:#FFF;background-color:#00B42A;border-color:#00B42A}.el-button--success:focus,.el-button--success:hover{background:#33c355;border-color:#33c355;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#03a52a;border-color:#03a52a;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#99e1aa;border-color:#99e1aa}.el-button--success.is-plain{color:#00B42A;background:#e6f8ea;border-color:#99e1aa}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#00B42A;border-color:#00B42A;color:#FFF}.el-button--success.is-plain:active{background:#03a52a;border-color:#03a52a;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#66d27f;background-color:#e6f8ea;border-color:#ccf0d4}.el-button--warning{color:#FFF;background-color:#FF7D00;border-color:#FF7D00}.el-button--warning:focus,.el-button--warning:hover{background:#ff9733;border-color:#ff9733;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#e87404;border-color:#e87404;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#ffcb99;border-color:#ffcb99}.el-button--warning.is-plain{color:#FF7D00;background:#fff2e6;border-color:#ffcb99}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning.is-plain:active{background:#e87404;border-color:#e87404;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#ffb166;background-color:#fff2e6;border-color:#ffe5cc}.el-button--danger{color:#FFF;background-color:#F53F3F;border-color:#F53F3F}.el-button--danger:focus,.el-button--danger:hover{background:#f76565;border-color:#f76565;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#df3c3d;border-color:#df3c3d;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fbb2b2;border-color:#fbb2b2}.el-button--danger.is-plain{color:#F53F3F;background:#feecec;border-color:#fbb2b2}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger.is-plain:active{background:#df3c3d;border-color:#df3c3d;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f98c8c;background-color:#feecec;border-color:#fdd9d9}.el-button--info{color:#FFF;background-color:#6B7785;border-color:#6B7785}.el-button--info:focus,.el-button--info:hover{background:#89929d;border-color:#89929d;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#636e7c;border-color:#636e7c;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c4c9ce;border-color:#c4c9ce}.el-button--info.is-plain{color:#6B7785;background:#f0f1f3;border-color:#c4c9ce}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#6B7785;border-color:#6B7785;color:#FFF}.el-button--info.is-plain:active{background:#636e7c;border-color:#636e7c;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#a6adb6;background-color:#f0f1f3;border-color:#e1e4e7}.el-button--medium{min-width:96px;padding:10px 20px;border-radius:2px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--medium+.el-button--medium{margin-left:20px}.el-button--small{min-width:76px;padding:9px 15px;border-radius:2px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--small+.el-button--small{margin-left:16px}.el-button--mini{min-width:60px;font-size:13px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--mini.is-circle{padding:7px}.el-button--mini+.el-button--mini{margin-left:12px}.el-button--text{border-color:transparent;color:#2163FC;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#4d82fd;border-color:transparent;background-color:transparent}.el-button--text:active{color:#215ce7;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{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.is-disabled{z-index:1}.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-radius:2px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.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.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #C9CDD4;color:#2163FC;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:2px}.el-button:focus,.el-button:hover{color:#2163FC;border-color:#bcd0fe;background-color:#e9efff}.el-button:active{color:#215ce7;border-color:#215ce7;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#2163FC;color:#2163FC}.el-button.is-active,.el-button.is-plain:active{color:#215ce7;border-color:#215ce7}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A9AEB8;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#F2F3F5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#F2F3F5;color:#A9AEB8}.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,.5)}.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:#2163FC;border-color:#2163FC}.el-button--primary:focus,.el-button--primary:hover{background:#4d82fd;border-color:#4d82fd;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#215ce7;border-color:#215ce7;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a6c1fe;border-color:#a6c1fe}.el-button--primary.is-plain{color:#2163FC;background:#e9efff;border-color:#a6c1fe}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#2163FC;border-color:#2163FC;color:#FFF}.el-button--primary.is-plain:active{background:#215ce7;border-color:#215ce7;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#7aa1fd;background-color:#e9efff;border-color:#d3e0fe}.el-button--success{color:#FFF;background-color:#00B42A;border-color:#00B42A}.el-button--success:focus,.el-button--success:hover{background:#33c355;border-color:#33c355;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#03a52a;border-color:#03a52a;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#99e1aa;border-color:#99e1aa}.el-button--success.is-plain{color:#00B42A;background:#e6f8ea;border-color:#99e1aa}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#00B42A;border-color:#00B42A;color:#FFF}.el-button--success.is-plain:active{background:#03a52a;border-color:#03a52a;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#66d27f;background-color:#e6f8ea;border-color:#ccf0d4}.el-button--warning{color:#FFF;background-color:#FF7D00;border-color:#FF7D00}.el-button--warning:focus,.el-button--warning:hover{background:#ff9733;border-color:#ff9733;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#e87404;border-color:#e87404;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#ffcb99;border-color:#ffcb99}.el-button--warning.is-plain{color:#FF7D00;background:#fff2e6;border-color:#ffcb99}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning.is-plain:active{background:#e87404;border-color:#e87404;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#ffb166;background-color:#fff2e6;border-color:#ffe5cc}.el-button--danger{color:#FFF;background-color:#F53F3F;border-color:#F53F3F}.el-button--danger:focus,.el-button--danger:hover{background:#f76565;border-color:#f76565;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#df3c3d;border-color:#df3c3d;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fbb2b2;border-color:#fbb2b2}.el-button--danger.is-plain{color:#F53F3F;background:#feecec;border-color:#fbb2b2}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger.is-plain:active{background:#df3c3d;border-color:#df3c3d;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f98c8c;background-color:#feecec;border-color:#fdd9d9}.el-button--info{color:#FFF;background-color:#6B7785;border-color:#6B7785}.el-button--info:focus,.el-button--info:hover{background:#89929d;border-color:#89929d;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#636e7c;border-color:#636e7c;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c4c9ce;border-color:#c4c9ce}.el-button--info.is-plain{color:#6B7785;background:#f0f1f3;border-color:#c4c9ce}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#6B7785;border-color:#6B7785;color:#FFF}.el-button--info.is-plain:active{background:#636e7c;border-color:#636e7c;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#a6adb6;background-color:#f0f1f3;border-color:#e1e4e7}.el-button--medium{min-width:96px;padding:10px 20px;font-size:14px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--medium+.el-button--medium{margin-left:20px}.el-button--small{min-width:76px;padding:9px 15px;font-size:14px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--small+.el-button--small{margin-left:16px}.el-button--mini{min-width:60px;font-size:13px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--mini.is-circle{padding:7px}.el-button--mini+.el-button--mini{margin-left:12px}.el-button--text{border-color:transparent;color:#2163FC;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#4d82fd;border-color:transparent;background-color:transparent}.el-button--text:active{color:#215ce7;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{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.is-disabled{z-index:1}.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-radius:2px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.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.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #F2F3F5}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#4E5969;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#A9AEB8}.el-calendar-table td{border-bottom:1px solid #F2F3F5;border-right:1px solid #F2F3F5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table td.is-today{color:#2163FC}.el-calendar-table tr:first-child td{border-top:1px solid #F2F3F5}.el-calendar-table tr td:first-child{border-left:1px solid #F2F3F5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}
|
|
1
|
+
.el-button,.el-button--medium,.el-button--small{font-size:14px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #C9CDD4;color:#2163FC;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;border-radius:2px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#2163FC;border-color:#bcd0fe;background-color:#e9efff}.el-button:active{color:#215ce7;border-color:#215ce7;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#2163FC;color:#2163FC}.el-button.is-active,.el-button.is-plain:active{color:#215ce7;border-color:#215ce7}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A9AEB8;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#F2F3F5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#F2F3F5;color:#A9AEB8}.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,.5)}.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:#2163FC;border-color:#2163FC}.el-button--primary:focus,.el-button--primary:hover{background:#4d82fd;border-color:#4d82fd;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#215ce7;border-color:#215ce7;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a6c1fe;border-color:#a6c1fe}.el-button--primary.is-plain{color:#2163FC;background:#e9efff;border-color:#a6c1fe}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#2163FC;border-color:#2163FC;color:#FFF}.el-button--primary.is-plain:active{background:#215ce7;border-color:#215ce7;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#7aa1fd;background-color:#e9efff;border-color:#d3e0fe}.el-button--success{color:#FFF;background-color:#00B42A;border-color:#00B42A}.el-button--success:focus,.el-button--success:hover{background:#33c355;border-color:#33c355;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#03a52a;border-color:#03a52a;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#99e1aa;border-color:#99e1aa}.el-button--success.is-plain{color:#00B42A;background:#e6f8ea;border-color:#99e1aa}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#00B42A;border-color:#00B42A;color:#FFF}.el-button--success.is-plain:active{background:#03a52a;border-color:#03a52a;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#66d27f;background-color:#e6f8ea;border-color:#ccf0d4}.el-button--warning{color:#FFF;background-color:#FF7D00;border-color:#FF7D00}.el-button--warning:focus,.el-button--warning:hover{background:#ff9733;border-color:#ff9733;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#e87404;border-color:#e87404;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#ffcb99;border-color:#ffcb99}.el-button--warning.is-plain{color:#FF7D00;background:#fff2e6;border-color:#ffcb99}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning.is-plain:active{background:#e87404;border-color:#e87404;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#ffb166;background-color:#fff2e6;border-color:#ffe5cc}.el-button--danger{color:#FFF;background-color:#F53F3F;border-color:#F53F3F}.el-button--danger:focus,.el-button--danger:hover{background:#f76565;border-color:#f76565;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#df3c3d;border-color:#df3c3d;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fbb2b2;border-color:#fbb2b2}.el-button--danger.is-plain{color:#F53F3F;background:#feecec;border-color:#fbb2b2}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger.is-plain:active{background:#df3c3d;border-color:#df3c3d;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f98c8c;background-color:#feecec;border-color:#fdd9d9}.el-button--info{color:#FFF;background-color:#6B7785;border-color:#6B7785}.el-button--info:focus,.el-button--info:hover{background:#89929d;border-color:#89929d;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#636e7c;border-color:#636e7c;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c4c9ce;border-color:#c4c9ce}.el-button--info.is-plain{color:#6B7785;background:#f0f1f3;border-color:#c4c9ce}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#6B7785;border-color:#6B7785;color:#FFF}.el-button--info.is-plain:active{background:#636e7c;border-color:#636e7c;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#a6adb6;background-color:#f0f1f3;border-color:#e1e4e7}.el-button--medium{min-width:96px;padding:10px 20px;border-radius:2px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--medium+.el-button--medium{margin-left:20px}.el-button--small{min-width:76px;padding:9px 15px;border-radius:2px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--small+.el-button--small{margin-left:16px}.el-button--mini{min-width:60px;font-size:13px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--mini.is-circle{padding:7px}.el-button--mini+.el-button--mini{margin-left:12px}.el-button--text{border-color:transparent;color:#2163FC;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#4d82fd;border-color:transparent;background-color:transparent}.el-button--text:active{color:#215ce7;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{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.is-disabled{z-index:1}.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-radius:2px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.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.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #F2F3F5}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#4E5969;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#A9AEB8}.el-calendar-table td{border-bottom:1px solid #F2F3F5;border-right:1px solid #F2F3F5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table td.is-today{color:#2163FC}.el-calendar-table tr:first-child td{border-top:1px solid #F2F3F5}.el-calendar-table tr td:first-child{border-left:1px solid #F2F3F5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #C9CDD4;color:#2163FC;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:2px}.el-button:focus,.el-button:hover{color:#2163FC;border-color:#bcd0fe;background-color:#e9efff}.el-button:active{color:#215ce7;border-color:#215ce7;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#2163FC;color:#2163FC}.el-button.is-active,.el-button.is-plain:active{color:#215ce7;border-color:#215ce7}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A9AEB8;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#F2F3F5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#F2F3F5;color:#A9AEB8}.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,.5)}.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:#2163FC;border-color:#2163FC}.el-button--primary:focus,.el-button--primary:hover{background:#4d82fd;border-color:#4d82fd;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#215ce7;border-color:#215ce7;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a6c1fe;border-color:#a6c1fe}.el-button--primary.is-plain{color:#2163FC;background:#e9efff;border-color:#a6c1fe}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#2163FC;border-color:#2163FC;color:#FFF}.el-button--primary.is-plain:active{background:#215ce7;border-color:#215ce7;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#7aa1fd;background-color:#e9efff;border-color:#d3e0fe}.el-button--success{color:#FFF;background-color:#00B42A;border-color:#00B42A}.el-button--success:focus,.el-button--success:hover{background:#33c355;border-color:#33c355;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#03a52a;border-color:#03a52a;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#99e1aa;border-color:#99e1aa}.el-button--success.is-plain{color:#00B42A;background:#e6f8ea;border-color:#99e1aa}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#00B42A;border-color:#00B42A;color:#FFF}.el-button--success.is-plain:active{background:#03a52a;border-color:#03a52a;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#66d27f;background-color:#e6f8ea;border-color:#ccf0d4}.el-button--warning{color:#FFF;background-color:#FF7D00;border-color:#FF7D00}.el-button--warning:focus,.el-button--warning:hover{background:#ff9733;border-color:#ff9733;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#e87404;border-color:#e87404;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#ffcb99;border-color:#ffcb99}.el-button--warning.is-plain{color:#FF7D00;background:#fff2e6;border-color:#ffcb99}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning.is-plain:active{background:#e87404;border-color:#e87404;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#ffb166;background-color:#fff2e6;border-color:#ffe5cc}.el-button--danger{color:#FFF;background-color:#F53F3F;border-color:#F53F3F}.el-button--danger:focus,.el-button--danger:hover{background:#f76565;border-color:#f76565;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#df3c3d;border-color:#df3c3d;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fbb2b2;border-color:#fbb2b2}.el-button--danger.is-plain{color:#F53F3F;background:#feecec;border-color:#fbb2b2}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger.is-plain:active{background:#df3c3d;border-color:#df3c3d;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f98c8c;background-color:#feecec;border-color:#fdd9d9}.el-button--info{color:#FFF;background-color:#6B7785;border-color:#6B7785}.el-button--info:focus,.el-button--info:hover{background:#89929d;border-color:#89929d;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#636e7c;border-color:#636e7c;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c4c9ce;border-color:#c4c9ce}.el-button--info.is-plain{color:#6B7785;background:#f0f1f3;border-color:#c4c9ce}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#6B7785;border-color:#6B7785;color:#FFF}.el-button--info.is-plain:active{background:#636e7c;border-color:#636e7c;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#a6adb6;background-color:#f0f1f3;border-color:#e1e4e7}.el-button--medium{min-width:96px;padding:10px 20px;font-size:14px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--medium+.el-button--medium{margin-left:20px}.el-button--small{min-width:76px;padding:9px 15px;font-size:14px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--small+.el-button--small{margin-left:16px}.el-button--mini{min-width:60px;font-size:13px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button--mini.is-circle{padding:7px}.el-button--mini+.el-button--mini{margin-left:12px}.el-button--text{border-color:transparent;color:#2163FC;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#4d82fd;border-color:transparent;background-color:transparent}.el-button--text:active{color:#215ce7;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{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.is-disabled{z-index:1}.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-radius:2px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.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.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#F2F3F5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#F2F3F5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#F2F3F5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#F2F3F5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-dropdown{display:inline-block;position:relative;color:#272E3B;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(201,205,212,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#bbb}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#FFF;border:1px solid #F2F3F5;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#4E5969;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#F2F3F5;color:#6B7785}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #F2F3F5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}
|
|
1
|
+
.el-button,.el-button--medium,.el-button--mini,.el-button--small{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #C9CDD4;color:#2163FC;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:2px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#2163FC;border-color:#bcd0fe;background-color:#e9efff}.el-button:active{color:#215ce7;border-color:#215ce7;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#2163FC;color:#2163FC}.el-button.is-active,.el-button.is-plain:active{color:#215ce7;border-color:#215ce7}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A9AEB8;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#F2F3F5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#F2F3F5;color:#A9AEB8}.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,.5)}.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:#2163FC;border-color:#2163FC}.el-button--primary:focus,.el-button--primary:hover{background:#4d82fd;border-color:#4d82fd;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#215ce7;border-color:#215ce7;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a6c1fe;border-color:#a6c1fe}.el-button--primary.is-plain{color:#2163FC;background:#e9efff;border-color:#a6c1fe}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#2163FC;border-color:#2163FC;color:#FFF}.el-button--primary.is-plain:active{background:#215ce7;border-color:#215ce7;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#7aa1fd;background-color:#e9efff;border-color:#d3e0fe}.el-button--success{color:#FFF;background-color:#00B42A;border-color:#00B42A}.el-button--success:focus,.el-button--success:hover{background:#33c355;border-color:#33c355;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#03a52a;border-color:#03a52a;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#99e1aa;border-color:#99e1aa}.el-button--success.is-plain{color:#00B42A;background:#e6f8ea;border-color:#99e1aa}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#00B42A;border-color:#00B42A;color:#FFF}.el-button--success.is-plain:active{background:#03a52a;border-color:#03a52a;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#66d27f;background-color:#e6f8ea;border-color:#ccf0d4}.el-button--warning{color:#FFF;background-color:#FF7D00;border-color:#FF7D00}.el-button--warning:focus,.el-button--warning:hover{background:#ff9733;border-color:#ff9733;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#e87404;border-color:#e87404;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#ffcb99;border-color:#ffcb99}.el-button--warning.is-plain{color:#FF7D00;background:#fff2e6;border-color:#ffcb99}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning.is-plain:active{background:#e87404;border-color:#e87404;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#ffb166;background-color:#fff2e6;border-color:#ffe5cc}.el-button--danger{color:#FFF;background-color:#F53F3F;border-color:#F53F3F}.el-button--danger:focus,.el-button--danger:hover{background:#f76565;border-color:#f76565;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#df3c3d;border-color:#df3c3d;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fbb2b2;border-color:#fbb2b2}.el-button--danger.is-plain{color:#F53F3F;background:#feecec;border-color:#fbb2b2}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger.is-plain:active{background:#df3c3d;border-color:#df3c3d;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f98c8c;background-color:#feecec;border-color:#fdd9d9}.el-button--info{color:#FFF;background-color:#6B7785;border-color:#6B7785}.el-button--info:focus,.el-button--info:hover{background:#89929d;border-color:#89929d;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#636e7c;border-color:#636e7c;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c4c9ce;border-color:#c4c9ce}.el-button--info.is-plain{color:#6B7785;background:#f0f1f3;border-color:#c4c9ce}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#6B7785;border-color:#6B7785;color:#FFF}.el-button--info.is-plain:active{background:#636e7c;border-color:#636e7c;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#a6adb6;background-color:#f0f1f3;border-color:#e1e4e7}.el-button--medium{min-width:96px;padding:10px 20px;font-size:14px;border-radius:2px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--medium+.el-button--medium{margin-left:20px}.el-button--small{min-width:76px;padding:9px 15px;font-size:14px;border-radius:2px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--small+.el-button--small{margin-left:16px}.el-button--mini{min-width:60px;font-size:13px;border-radius:2px}.el-button--mini.is-circle{padding:7px}.el-button--mini+.el-button--mini{margin-left:12px}.el-button--text{border-color:transparent;color:#2163FC;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#4d82fd;border-color:transparent;background-color:transparent}.el-button--text:active{color:#215ce7;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{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.is-disabled{z-index:1}.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-radius:2px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.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.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#F2F3F5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#F2F3F5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#F2F3F5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#F2F3F5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-dropdown{display:inline-block;position:relative;color:#272E3B;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(201,205,212,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#bbb}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#FFF;border:1px solid #F2F3F5;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#4E5969;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#F2F3F5;color:#6B7785}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #F2F3F5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}
|