forked from journey/tis_platform
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.
1 lines
14 KiB
1 lines
14 KiB
.el-button-group>.el-button.is-active,.el-button-group>.el-button.is-disabled,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#000;border:1px solid #DCDFE6;color:#FFF;-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;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:12px 20px;font-size:14px;border-radius:0}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#FFD64A;border-color:#4d4016;background-color:#1a1507}.el-button:active{color:#ffda5c;border-color:#ffda5c;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:#000;border-color:#FFD64A;color:#FFD64A}.el-button.is-active,.el-button.is-plain:active{color:#ffda5c;border-color:#ffda5c}.el-button.is-plain:active{background:#000;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:rgba(255,255,255,.5);cursor:not-allowed;background-image:none;background-color:#000;border-color:#EBEEF5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#000;border-color:#EBEEF5;color:rgba(255,255,255,.5)}.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,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#000;background-color:#FFD64A;border-color:#FFD64A}.el-button--primary:focus,.el-button--primary:hover{background:#ccab3b;border-color:#ccab3b;color:#000}.el-button--primary.is-active,.el-button--primary:active{background:#ffda5c;border-color:#ffda5c;color:#000}.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:#000;background-color:#806b25;border-color:#806b25}.el-button--primary.is-plain{color:#FFD64A;background:#1a1507;border-color:#66561e}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#FFD64A;border-color:#FFD64A;color:#000}.el-button--primary.is-plain:active{background:#ffda5c;border-color:#ffda5c;color:#000;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:#99802c;background-color:#1a1507;border-color:#332b0f}.el-button--success{color:#FFF;background-color:#FFD64A;border-color:#FFD64A}.el-button--success:focus,.el-button--success:hover{background:#ccab3b;border-color:#ccab3b;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#ffda5c;border-color:#ffda5c;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:#000;background-color:#806b25;border-color:#806b25}.el-button--success.is-plain{color:#FFD64A;background:#1a1507;border-color:#66561e}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#FFD64A;border-color:#FFD64A;color:#000}.el-button--success.is-plain:active{background:#ffda5c;border-color:#ffda5c;color:#000;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:#99802c;background-color:#1a1507;border-color:#332b0f}.el-button--warning{color:#FFF;background-color:#FFCE6D;border-color:#FFCE6D}.el-button--warning:focus,.el-button--warning:hover{background:#cca557;border-color:#cca557;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#ffd37c;border-color:#ffd37c;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:#000;background-color:#806737;border-color:#806737}.el-button--warning.is-plain{color:#FFCE6D;background:#1a150b;border-color:#66522c}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#FFCE6D;border-color:#FFCE6D;color:#000}.el-button--warning.is-plain:active{background:#ffd37c;border-color:#ffd37c;color:#000;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:#997c41;background-color:#1a150b;border-color:#332916}.el-button--danger{color:#000;background-color:#FF6D6D;border-color:#FF6D6D}.el-button--danger:focus,.el-button--danger:hover{background:#cc5757;border-color:#cc5757;color:#000}.el-button--danger.is-active,.el-button--danger:active{background:#ff7c7c;border-color:#ff7c7c;color:#000}.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:#000;background-color:#803737;border-color:#803737}.el-button--danger.is-plain{color:#FF6D6D;background:#1a0b0b;border-color:#662c2c}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#FF6D6D;border-color:#FF6D6D;color:#000}.el-button--danger.is-plain:active{background:#ff7c7c;border-color:#ff7c7c;color:#000;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:#994141;background-color:#1a0b0b;border-color:#331616}.el-button--info{color:#FFF;background-color:#333;border-color:#333}.el-button--info:focus,.el-button--info:hover{background:#292929;border-color:#292929;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#474747;border-color:#474747;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:#000;background-color:#1a1a1a;border-color:#1a1a1a}.el-button--info.is-plain{color:#333;background:#050505;border-color:#141414}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#333;border-color:#333;color:#000}.el-button--info.is-plain:active{background:#474747;border-color:#474747;color:#000;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:#1f1f1f;background-color:#050505;border-color:#0a0a0a}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:0}.el-button--mini,.el-button--small{font-size:12px;border-radius:-1px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small,.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--mini.is-circle{padding:7px}.el-button--text{color:#FFD64A;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#ccab3b;border-color:transparent;background-color:transparent}.el-button--text:active{color:#ffda5c;background-color:transparent}.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: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:0}.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-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(0,0,0,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(0,0,0,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(0,0,0,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(0,0,0,.5);border-right-color:rgba(0,0,0,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(0,0,0,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(0,0,0,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(0,0,0,.5);border-right-color:rgba(0,0,0,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(0,0,0,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(0,0,0,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(0,0,0,.5);border-right-color:rgba(0,0,0,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(0,0,0,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(0,0,0,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(0,0,0,.5);border-right-color:rgba(0,0,0,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(0,0,0,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(0,0,0,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(0,0,0,.5);border-right-color:rgba(0,0,0,.5)}.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:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#000;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:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#000}.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:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#000;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:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#000}.el-dropdown{display:inline-block;position:relative;color:#FFF;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(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover::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-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#000;border:1px solid #EBEEF5;border-radius:0;-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:#FFF;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#1a1507;color:#ccab3b}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#000}.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}
|