.el-button { padding: 7px 20px; } .el-button.is-round { padding: 7px 23px; } .el-button--primary { background-color: #8C00FF; border-color: #8C00FF; } .el-button--primary:focus, .el-button--primary:hover { background: #9c23ff; border-color: #9c23ff; } .el-button--primary.is-plain { color: #8c00ff; background: #fff; border-color: #8c00ff; } .el-button--info { color: #fff; background-color: #62626F; border-color: #62626F; } .el-button--info.is-plain { color: #62626f; background: #f4f4f5; border-color: #62626f; } .el-button-group .el-button--primary:first-child { border:0; border-radius: 26px 26px 0 0; } .el-button-group .el-button--primary:last-child { border:0; border-radius: 0 0 26px 26px; } .el-button-group .el-button--info:first-child { border:0; border-radius: 26px 26px 0 0; } .el-button-group .el-button--info:last-child { border:0; border-radius: 0 0 26px 26px; } .el-button-group .el-button--info:not(:first-child):not(:last-child) { border:0; } .el-button-group{ width: 52px; } .el-button-group .el-button{ display: block; padding: 18px } .el-button-group.btnshow_info .el-button--info:first-child { border:0; border-radius: 26px 26px 0 0; background-color: #fff; color: #62626f; } .el-button-group.btnshow_info .el-button--info:last-child { border:0; border-radius: 0 0 26px 26px; background-color: #fff; color: #62626f; } .el-button-group.btnshow_info .el-button{ background-color: #fff; color: #62626f; } .el-button-group.btnshow_info{ border-radius: 26px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); } .btnshow_info_black{ border-radius: 26px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); } .line_from .el-input__inner { border-radius: 0; border: 0; border-bottom: 1px solid #CCCDD7; } .line_from .el-radio__input.is-checked .el-radio__inner { border-color: #8c00ff; background: #8c00ff; } .line_from .el-radio__input.is-checked+.el-radio__label { color: #8c00ff; } .line_from .el-switch.is-checked .el-switch__core { border-color: #8c00ff; background-color: #8c00ff; } .line_from .el-checkbox__input.is-checked .el-checkbox__inner,.line_from .el-checkbox__input.is-indeterminate .el-checkbox__inner { background-color: #8c00ff; border-color: #8c00ff; } .el-checkbox__input.is-checked+.el-checkbox__label { color: #8c00ff; } .line_from .el-radio__inner:hover,.line_from .el-checkbox__inner:hover{ border-color: #8c00ff; }