|
@@ -1,345 +1,365 @@
|
|
|
$base_fontSize: 100;
|
|
|
@function rem($px) {
|
|
|
- @return $px / $base_fontSize * 1rem;
|
|
|
+ @return $px / $base_fontSize * 1rem;
|
|
|
}
|
|
|
|
|
|
/deep/.el-input__inner {
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- height: rem(48);
|
|
|
- line-height: rem(10);
|
|
|
- border-radius: rem(6);
|
|
|
- background: #1d212a;
|
|
|
- border: 1px solid rgba(255, 255, 255, 0.3);
|
|
|
- color: #ffffff;
|
|
|
- font-size: rem(16);
|
|
|
- font-weight: 400;
|
|
|
- &:focus {
|
|
|
- border: 1px solid #0eaeff;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ height: rem(48);
|
|
|
+ line-height: rem(10);
|
|
|
border-radius: rem(6);
|
|
|
- }
|
|
|
- // opacity: 0.3;
|
|
|
+ background: #1d212a;
|
|
|
+ border: 1px solid rgba(255, 255, 255, 0.3);
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: rem(16);
|
|
|
+ font-weight: 400;
|
|
|
+ &:focus {
|
|
|
+ // border: 1px solid #0eaeff;
|
|
|
+ border: 1px solid #0be5f0;
|
|
|
+ border-radius: rem(6);
|
|
|
+ }
|
|
|
+ // opacity: 0.3;
|
|
|
}
|
|
|
/deep/.el-form-item {
|
|
|
- margin-bottom: rem(30);
|
|
|
+ margin-bottom: rem(30);
|
|
|
}
|
|
|
|
|
|
/deep/.el-tabs {
|
|
|
- width: 100%;
|
|
|
- .el-tabs__header {
|
|
|
- margin: 0;
|
|
|
- }
|
|
|
- .el-tabs__content {
|
|
|
- .el-form .form-item {
|
|
|
- }
|
|
|
- }
|
|
|
- .el-tabs__nav-wrap::after {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .el-tabs__nav {
|
|
|
width: 100%;
|
|
|
- .el-tabs__bar {
|
|
|
- height: 0;
|
|
|
+ .el-tabs__header {
|
|
|
+ margin: 0;
|
|
|
}
|
|
|
- .el-tabs__active-bar {
|
|
|
- background-color: transparent;
|
|
|
- // background: url(../../assets/img/line_selected.png) no-repeat;
|
|
|
- // height: rem(2);
|
|
|
- // background: #0EAEFF;
|
|
|
- // width: rem(48) !important;
|
|
|
- // left: 25%;
|
|
|
- // transform: translateX(-50%) !important;
|
|
|
- // background-position: center;
|
|
|
+ .el-tabs__content {
|
|
|
+ .el-form .form-item {
|
|
|
+ }
|
|
|
}
|
|
|
- .el-tabs__item {
|
|
|
- width: 50%;
|
|
|
- color: #ffffff33;
|
|
|
- text-align: center;
|
|
|
- padding: 0;
|
|
|
+ .el-tabs__nav-wrap::after {
|
|
|
+ display: none;
|
|
|
}
|
|
|
- .el-tabs__item.is-active {
|
|
|
- color: #ffffff;
|
|
|
- &::after {
|
|
|
- display: block;
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- width: rem(48);
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
- height: rem(2);
|
|
|
- background: #0eaeff;
|
|
|
- bottom: 0;
|
|
|
- }
|
|
|
+ .el-tabs__nav {
|
|
|
+ width: 100%;
|
|
|
+ .el-tabs__bar {
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+ .el-tabs__active-bar {
|
|
|
+ background-color: transparent;
|
|
|
+ // background: url(../../assets/img/line_selected.png) no-repeat;
|
|
|
+ // height: rem(2);
|
|
|
+ // background: #0EAEFF;
|
|
|
+ // width: rem(48) !important;
|
|
|
+ // left: 25%;
|
|
|
+ // transform: translateX(-50%) !important;
|
|
|
+ // background-position: center;
|
|
|
+ }
|
|
|
+ .el-tabs__item {
|
|
|
+ width: 50%;
|
|
|
+ color: #ffffff33;
|
|
|
+ text-align: center;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ .el-tabs__item.is-active {
|
|
|
+ color: #ffffff;
|
|
|
+ &::after {
|
|
|
+ display: block;
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: rem(48);
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ height: rem(2);
|
|
|
+ // background: #0eaeff;
|
|
|
+ background: #0be5f0;
|
|
|
+ bottom: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
/deep/ .right-tabbox-newnotice /deep/.el-tabs__nav-wrap::after {
|
|
|
- position: static !important;
|
|
|
+ position: static !important;
|
|
|
}
|
|
|
|
|
|
// 改版
|
|
|
// 动画
|
|
|
|
|
|
@-webkit-keyframes lightfadeout {
|
|
|
- 0% {
|
|
|
- opacity: 0;
|
|
|
- }
|
|
|
- 100% {
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
+ 0% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
}
|
|
|
@keyframes lightfadeout {
|
|
|
- 0% {
|
|
|
- opacity: 0;
|
|
|
- }
|
|
|
- 100% {
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
+ 0% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
}
|
|
|
@-webkit-keyframes lightfadeoutleave {
|
|
|
- 0% {
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
- 100% {
|
|
|
- opacity: 0;
|
|
|
- }
|
|
|
+ 0% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
}
|
|
|
@keyframes lightfadeoutleave {
|
|
|
- 0% {
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
- 100% {
|
|
|
- opacity: 0;
|
|
|
- }
|
|
|
+ 0% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.login-wrap .logo {
|
|
|
- position: absolute;
|
|
|
- top: rem(120);
|
|
|
- left: rem(130);
|
|
|
- margin: 0;
|
|
|
- opacity: 0;
|
|
|
- animation-name: lightfadeout;
|
|
|
- animation-duration: 0.267s;
|
|
|
- animation-timing-function: linear;
|
|
|
- animation-delay: 1.267s;
|
|
|
- animation-iteration-count: 1;
|
|
|
- animation-fill-mode: forwards;
|
|
|
+ position: absolute;
|
|
|
+ top: rem(120);
|
|
|
+ left: rem(130);
|
|
|
+ margin: 0;
|
|
|
+ opacity: 0;
|
|
|
+ animation-name: lightfadeout;
|
|
|
+ animation-duration: 0.267s;
|
|
|
+ animation-timing-function: linear;
|
|
|
+ animation-delay: 1.267s;
|
|
|
+ animation-iteration-count: 1;
|
|
|
+ animation-fill-mode: forwards;
|
|
|
}
|
|
|
.login-wrap .logo > img {
|
|
|
- width: rem(150);
|
|
|
- height: rem(40);
|
|
|
+ width: rem(150);
|
|
|
+ height: rem(40);
|
|
|
}
|
|
|
.login-wrap .logoleave {
|
|
|
- opacity: 1;
|
|
|
- animation-name: lightfadeoutleave;
|
|
|
- animation-duration: 0.267s;
|
|
|
- animation-timing-function: linear;
|
|
|
- animation-delay: 0.3s;
|
|
|
- animation-iteration-count: 1;
|
|
|
- animation-fill-mode: forwards;
|
|
|
+ opacity: 1;
|
|
|
+ animation-name: lightfadeoutleave;
|
|
|
+ animation-duration: 0.267s;
|
|
|
+ animation-timing-function: linear;
|
|
|
+ animation-delay: 0.3s;
|
|
|
+ animation-iteration-count: 1;
|
|
|
+ animation-fill-mode: forwards;
|
|
|
}
|
|
|
.ms-login1 {
|
|
|
- opacity: 0;
|
|
|
- animation-name: lightfadeout;
|
|
|
- animation-duration: 0.5s;
|
|
|
- animation-timing-function: linear;
|
|
|
- animation-delay: 0.5s;
|
|
|
- animation-iteration-count: 1;
|
|
|
- animation-fill-mode: forwards;
|
|
|
+ opacity: 0;
|
|
|
+ animation-name: lightfadeout;
|
|
|
+ animation-duration: 0.5s;
|
|
|
+ animation-timing-function: linear;
|
|
|
+ animation-delay: 0.5s;
|
|
|
+ animation-iteration-count: 1;
|
|
|
+ animation-fill-mode: forwards;
|
|
|
}
|
|
|
.ms-login1leave {
|
|
|
- opacity: 1;
|
|
|
- animation-name: lightfadeoutleave;
|
|
|
- animation-duration: 0.5s;
|
|
|
- animation-timing-function: linear;
|
|
|
- animation-delay: 0.5s;
|
|
|
- animation-iteration-count: 1;
|
|
|
- animation-fill-mode: forwards;
|
|
|
+ opacity: 1;
|
|
|
+ animation-name: lightfadeoutleave;
|
|
|
+ animation-duration: 0.5s;
|
|
|
+ animation-timing-function: linear;
|
|
|
+ animation-delay: 0.5s;
|
|
|
+ animation-iteration-count: 1;
|
|
|
+ animation-fill-mode: forwards;
|
|
|
}
|
|
|
|
|
|
/deep/.el-input__inner {
|
|
|
- &::placeholder {
|
|
|
- font-size: rem(16);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #ffffff33;
|
|
|
- }
|
|
|
+ &::placeholder {
|
|
|
+ font-size: rem(16);
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff33;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.prefix-img {
|
|
|
- height: rem(18);
|
|
|
- position: absolute;
|
|
|
- top: rem(15);
|
|
|
- padding: 0 rem(10) 0 rem(14);
|
|
|
+ height: rem(18);
|
|
|
+ position: absolute;
|
|
|
+ top: rem(15);
|
|
|
+ padding: 0 rem(10) 0 rem(14);
|
|
|
}
|
|
|
.center-middle {
|
|
|
- width: rem(1660);
|
|
|
- height: rem(430);
|
|
|
- position: absolute;
|
|
|
- top: 23%;
|
|
|
- left: 50%;
|
|
|
- transform: translate(-50%, -50%);
|
|
|
+ width: rem(1660);
|
|
|
+ height: rem(430);
|
|
|
+ position: absolute;
|
|
|
+ top: 23%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
}
|
|
|
|
|
|
.suffix-img {
|
|
|
- position: absolute;
|
|
|
- top: rem(15);
|
|
|
- right: 0;
|
|
|
- padding: 0 rem(10) 0 rem(14);
|
|
|
+ position: absolute;
|
|
|
+ top: rem(15);
|
|
|
+ right: 0;
|
|
|
+ padding: 0 rem(10) 0 rem(14);
|
|
|
}
|
|
|
/deep/.el-input--prefix .el-input__inner {
|
|
|
- padding-left: rem(44);
|
|
|
+ padding-left: rem(44);
|
|
|
}
|
|
|
.login-wrap .ms-main .form-item .codeImg-item {
|
|
|
- width: rem(110);
|
|
|
- height: rem(34);
|
|
|
- background: #97a3c1;
|
|
|
- opacity: 0.8;
|
|
|
- border-radius: rem(4);
|
|
|
+ width: rem(110);
|
|
|
+ height: rem(34);
|
|
|
+ background: #97a3c1;
|
|
|
+ opacity: 0.8;
|
|
|
+ border-radius: rem(4);
|
|
|
}
|
|
|
.login-wrap .ms-main .form-item .sms-code {
|
|
|
- border-left: 1px solid rgba(38, 133, 242, 0.3);
|
|
|
- padding-left: rem(26);
|
|
|
- font-size: rem(16);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: rgba(14, 174, 255, 1);
|
|
|
+ border-left: 1px solid rgba(38, 133, 242, 0.3);
|
|
|
+ padding-left: rem(26);
|
|
|
+ font-size: rem(16);
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ // color: rgba(14, 174, 255, 1);
|
|
|
+ color: #0be5f0;
|
|
|
}
|
|
|
.login-wrap .ms-main .form-item .sms-code-notime {
|
|
|
- width: rem(110);
|
|
|
- padding-left: rem(10);
|
|
|
+ width: rem(110);
|
|
|
+ padding-left: rem(10);
|
|
|
}
|
|
|
.login-wrap .ms-main .form-item .sms-code-istime {
|
|
|
- font-size: rem(16);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: rgba(255, 255, 255, 0.4);
|
|
|
+ font-size: rem(16);
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(255, 255, 255, 0.4);
|
|
|
}
|
|
|
.login-wrap .ms-main .btn {
|
|
|
- border: none;
|
|
|
+ border: none;
|
|
|
}
|
|
|
|
|
|
.define-el-select {
|
|
|
- /deep/ .el-input__suffix {
|
|
|
- display: none;
|
|
|
- }
|
|
|
+ /deep/ .el-input__suffix {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
}
|
|
|
.login-wrap .ms-main .form-item .btn-select {
|
|
|
- padding: 0 rem(10) 0 rem(20);
|
|
|
- pointer-events: none;
|
|
|
- img {
|
|
|
- width: rem(18);
|
|
|
- height: rem(18);
|
|
|
- }
|
|
|
+ padding: 0 rem(10) 0 rem(20);
|
|
|
+ pointer-events: none;
|
|
|
+ img {
|
|
|
+ width: rem(18);
|
|
|
+ height: rem(18);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.login-wrap {
|
|
|
- min-width: rem(1280);
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background: url(../../assets/img/loginPop/bg.png) center no-repeat;
|
|
|
- background-size: cover;
|
|
|
- overflow: hidden;
|
|
|
- position: relative;
|
|
|
- .ms-login {
|
|
|
- position: absolute;
|
|
|
- top: 50%;
|
|
|
- right: rem(215);
|
|
|
- transform: translateY(-50%);
|
|
|
- }
|
|
|
- .login-title {
|
|
|
- position: absolute;
|
|
|
- top: rem(226);
|
|
|
- left: rem(130);
|
|
|
- color: white;
|
|
|
- font-family: PingFangSC-Semibold;
|
|
|
- .title-name {
|
|
|
- font-size: rem(60);
|
|
|
- }
|
|
|
- .title-lang {
|
|
|
- font-size: rem(17.5);
|
|
|
- display: inline-block;
|
|
|
- margin-left: rem(30);
|
|
|
- transform: scale(1.15, 0.8);
|
|
|
- -ms-transform: scale(1.15, 0.8);
|
|
|
- -webkit-transform: scale(1.15, 0.8);
|
|
|
- -moz-transform: scale(1.15, 0.8);
|
|
|
- -o-transform: scale(1.15, 0.8);
|
|
|
- }
|
|
|
- }
|
|
|
- .ms-main {
|
|
|
- width: rem(400);
|
|
|
- border: 1px solid rgba(240, 238, 241, 0.2);
|
|
|
- border-radius: rem(10);
|
|
|
- opacity: 0.8;
|
|
|
- height: rem(468);
|
|
|
- background: linear-gradient(0deg, #101327 0%, #29314c 100%);
|
|
|
- box-shadow: 0px rem(10) rem(80) 0px rgba(0, 0, 0, 0.15);
|
|
|
- .login-topImg,
|
|
|
- .login-buttonImg {
|
|
|
- width: rem(378);
|
|
|
- text-align: center;
|
|
|
- img {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- .login-buttonImg {
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- }
|
|
|
- .login-body {
|
|
|
- padding: rem(15) rem(30) 0 rem(30);
|
|
|
- .tips {
|
|
|
- color: #f25050;
|
|
|
- font-size: rem(14);
|
|
|
- display: inline-block;
|
|
|
- margin-bottom: rem(10);
|
|
|
- }
|
|
|
- .btn {
|
|
|
- width: 100%;
|
|
|
- background: linear-gradient(-90deg, #0098ef 0%, #0eaeff 100%);
|
|
|
- border-radius: rem(6);
|
|
|
- height: rem(48);
|
|
|
- font-size: rem(20);
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #ffffff;
|
|
|
- }
|
|
|
- .remember {
|
|
|
- margin-bottom: rem(30);
|
|
|
- }
|
|
|
- }
|
|
|
- .form-item {
|
|
|
- margin: rem(24) 0;
|
|
|
- height: rem(48);
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- position: relative;
|
|
|
- .codeImg {
|
|
|
+ min-width: rem(1280);
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ // background: url(../../assets/img/loginPop/bg.png) center no-repeat;
|
|
|
+ background: url(../../assets/img/loginPop/bg_denglu.png) center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ overflow: hidden;
|
|
|
+ position: relative;
|
|
|
+ .ms-login {
|
|
|
position: absolute;
|
|
|
- right: rem(10);
|
|
|
- }
|
|
|
- .code {
|
|
|
- border-left: 1px solid #2887f2;
|
|
|
- height: rem(20);
|
|
|
- line-height: 0px;
|
|
|
- padding-left: rem(10);
|
|
|
- }
|
|
|
- .el-select {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- .icon {
|
|
|
+ top: 50%;
|
|
|
+ right: rem(215);
|
|
|
+ transform: translateY(-50%);
|
|
|
+ }
|
|
|
+ .login-title {
|
|
|
position: absolute;
|
|
|
- top: rem(18);
|
|
|
- left: rem(6);
|
|
|
- }
|
|
|
+ top: rem(226);
|
|
|
+ left: rem(130);
|
|
|
+ color: white;
|
|
|
+ font-family: PingFangSC-Semibold;
|
|
|
+ .title-name {
|
|
|
+ font-size: rem(60);
|
|
|
+ }
|
|
|
+ .title-lang {
|
|
|
+ font-size: rem(17.5);
|
|
|
+ display: inline-block;
|
|
|
+ margin-left: rem(30);
|
|
|
+ transform: scale(1.15, 0.8);
|
|
|
+ -ms-transform: scale(1.15, 0.8);
|
|
|
+ -webkit-transform: scale(1.15, 0.8);
|
|
|
+ -moz-transform: scale(1.15, 0.8);
|
|
|
+ -o-transform: scale(1.15, 0.8);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ms-main {
|
|
|
+ width: rem(400);
|
|
|
+ border: 1px solid rgba(240, 238, 241, 0.2);
|
|
|
+ border-radius: rem(10);
|
|
|
+ opacity: 0.8;
|
|
|
+ height: rem(400);
|
|
|
+ background: linear-gradient(0deg, #101327 0%, #29314c 100%);
|
|
|
+ box-shadow: 0px rem(10) rem(80) 0px rgba(0, 0, 0, 0.15);
|
|
|
+ .login-topImg,
|
|
|
+ .login-buttonImg {
|
|
|
+ width: rem(378);
|
|
|
+ text-align: center;
|
|
|
+ img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .login-buttonImg {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ }
|
|
|
+ .login-body {
|
|
|
+ padding: rem(15) rem(30) 0 rem(30);
|
|
|
+ .tips {
|
|
|
+ color: #f25050;
|
|
|
+ font-size: rem(14);
|
|
|
+ display: inline-block;
|
|
|
+ margin-bottom: rem(10);
|
|
|
+ }
|
|
|
+ .btn {
|
|
|
+ width: 100%;
|
|
|
+ // background: linear-gradient(-90deg, #0098ef 0%, #0eaeff 100%);
|
|
|
+ background: linear-gradient(-90deg, #0be5f0 0%, #0be5f0 100%);
|
|
|
+ border-radius: rem(6);
|
|
|
+ height: rem(48);
|
|
|
+ font-size: rem(20);
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
+ .remember {
|
|
|
+ margin-bottom: rem(30);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .form-item {
|
|
|
+ margin: rem(24) 0;
|
|
|
+ height: rem(48);
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ position: relative;
|
|
|
+ .codeImg {
|
|
|
+ position: absolute;
|
|
|
+ right: rem(10);
|
|
|
+ }
|
|
|
+ .code {
|
|
|
+ // border-left: 1px solid #2887f2;
|
|
|
+ border-left: 1px solid #0be5f0;
|
|
|
+ height: rem(20);
|
|
|
+ line-height: 0px;
|
|
|
+ padding-left: rem(10);
|
|
|
+ }
|
|
|
+ .el-select {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .icon {
|
|
|
+ position: absolute;
|
|
|
+ top: rem(18);
|
|
|
+ left: rem(6);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
}
|
|
|
.paTop10 {
|
|
|
- padding-top: rem(10);
|
|
|
+ padding-top: rem(10);
|
|
|
}
|
|
|
.mgTop16 {
|
|
|
- margin-top: rem(16);
|
|
|
+ margin-top: rem(16);
|
|
|
+}
|
|
|
+
|
|
|
+/deep/.el-checkbox__input.is-checked .el-checkbox__inner,
|
|
|
+.myRedCheckBox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
|
|
+ border-color: #0be5f0 !important;
|
|
|
+ background-color: #0be5f0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+/deep/.el-checkbox__inner:hover {
|
|
|
+ background-color: #0be5f0 !important;
|
|
|
+ border-color: #0be5f0 !important;
|
|
|
+}
|
|
|
+/deep/.el-checkbox__label {
|
|
|
+ color: #0be5f0 !important;
|
|
|
}
|