|
@@ -39,7 +39,7 @@ li{list-style:none}
|
|
|
.loginForm .submit .btn{display:inline-block;box-sizing:border-box;width:100%;height:48px;line-height:48px;background-color:#ffe6dc;border-radius:24px;border:solid 1px #FF5B00;text-align:center;color:#FF5B00;font-size:14px;cursor:pointer}
|
|
|
.loginForm .submit button.btn{background:linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);color:#FFF}
|
|
|
.loginForm .submit button.btn.dep{background:linear-gradient(90deg, #977fb9 0%, #1c1c1c 100%);color:#FFF;border-color:#977fb9;}
|
|
|
- .loginForm .submit button.disabled{background-color:#E1E1E1;color:#F7F7F7;border-color:#E1E1E1;}
|
|
|
+ .loginForm .submit button.disabled{background:#E1E1E1 !important;color:#F7F7F7;border-color:#E1E1E1 !important;}
|
|
|
.loginForm .login-line{width: 100%;height: 1px;background: #E2E2E2;margin-top: 10px;float: left;position: relative;}
|
|
|
.loginForm .login-line span{display: block;line-height: 24px;padding: 0 5px;text-align: center;font-size: 12px;color: #999999;position: absolute;background: #FFFFFF;left: 50%;top: -12px;margin-left: -40px;}
|
|
|
/*.loginForm .submit .btn:hover{opacity:.8}*/
|
|
@@ -123,7 +123,7 @@ li{list-style:none}
|
|
|
.loginForm .submit .btn{display:inline-block;box-sizing:border-box;width:100%;height:12vw;border-radius: 6vw;margin-bottom:4.8vw;line-height: 12vw;font-size: 3.4vw;}
|
|
|
.loginForm .submit button.btn{background:linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);color:#FFF;}
|
|
|
.loginForm .submit button.btn.dep{background:linear-gradient(90deg, #977fb9 0%, #1c1c1c 100%);color:#FFF;border-color:#977fb9; }
|
|
|
- .loginForm .submit button.disabled{background:#E1E1E1;color:#F7F7F7;}
|
|
|
+ .loginForm .submit button.disabled{background:#E1E1E1 !important;color:#F7F7F7;border-color:#E1E1E1 !important; }
|
|
|
.loginForm .login-line{width: 100%;height: 1px;background: #E2E2E2;margin-top: 10px;float: left;position: relative;}
|
|
|
.loginForm .login-line span{display: block;line-height: 24px;padding: 0 5px;text-align: center;font-size: 12px;color: #999999;position: absolute;background: #FFFFFF;left: 50%;top: -12px;margin-left: -30px;}
|
|
|
.loginForm .submit .weChat{display:block;margin:10vw auto;width:50vw;color:#627386;line-height:8vw}
|