|
@@ -95,20 +95,20 @@ li{list-style:none}
|
|
.loginForm .formLine-tabs .tabs-item:before{content: '';width: 24px;height: 4px;background: #FFFFFF;position: absolute;bottom: -5px;left: 50%;margin-left: -12px;}
|
|
.loginForm .formLine-tabs .tabs-item:before{content: '';width: 24px;height: 4px;background: #FFFFFF;position: absolute;bottom: -5px;left: 50%;margin-left: -12px;}
|
|
.loginForm .formLine-tabs .tabs-item.current{font-weight: bold;}
|
|
.loginForm .formLine-tabs .tabs-item.current{font-weight: bold;}
|
|
.loginForm .formLine-tabs .tabs-item.current:before{background: #E15621;}
|
|
.loginForm .formLine-tabs .tabs-item.current:before{background: #E15621;}
|
|
- .loginForm form{width:93.4vw;margin:50vw auto 0}
|
|
|
|
|
|
+ .loginForm form{width:100%;box-sizing: border-box;padding: 0 8vw; margin:50vw auto 0}
|
|
.loginForm .formLine{height:16.4vw;padding:0;position: relative;}
|
|
.loginForm .formLine{height:16.4vw;padding:0;position: relative;}
|
|
.loginForm .formLine.smscode{width: 100%;}
|
|
.loginForm .formLine.smscode{width: 100%;}
|
|
- .loginForm input{height:11.2vw;line-height:6vw;padding: 2.6vw 0;box-sizing: border-box;border-radius: 5.5vw;}
|
|
|
|
- .loginForm .formLine .code-btn{width: 24.8vw;height:11.2vw;line-height: 11.2vw;text-align: center;background: linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);font-size:3.4vw;color: #FFFFFF;position: absolute;right: 0;top: 0;border-radius: 0 8.2vw 8.2vw 0;}
|
|
|
|
|
|
+ .loginForm input{height:12vw;line-height:8vw;padding: 2vw 0;box-sizing: border-box;border-radius: 6vw;}
|
|
|
|
+ .loginForm .formLine .code-btn{width: 24.8vw;height:12vw;line-height: 12vw;text-align: center;background: linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);font-size:3.4vw;color: #FFFFFF;position: absolute;right: 0;top: 0;border-radius: 0 6vw 6vw 0;}
|
|
.loginForm .formLine .code-btn.disabled{background: rgba(225,86,33,0.7);}
|
|
.loginForm .formLine .code-btn.disabled{background: rgba(225,86,33,0.7);}
|
|
.loginForm input.smscode{box-sizing: border-box;}
|
|
.loginForm input.smscode{box-sizing: border-box;}
|
|
.loginForm .checked{top:3.6vw;right:3.6vw;}
|
|
.loginForm .checked{top:3.6vw;right:3.6vw;}
|
|
.loginForm .forget{text-align:right;color:#4a4f58;font-size:3.4vw;line-height:3.4vw;margin-bottom:4.8vw}
|
|
.loginForm .forget{text-align:right;color:#4a4f58;font-size:3.4vw;line-height:3.4vw;margin-bottom:4.8vw}
|
|
.loginForm .forget .btn{float: left;color: #E15621;}
|
|
.loginForm .forget .btn{float: left;color: #E15621;}
|
|
.loginForm .submit{line-height:11.2vw;font-size:3.4vw;text-align:center;color:#22272e;margin-top: 3vw;}
|
|
.loginForm .submit{line-height:11.2vw;font-size:3.4vw;text-align:center;color:#22272e;margin-top: 3vw;}
|
|
- .loginForm .submit .btn{display:inline-block;box-sizing:border-box;width:100%;height:11.2vw;border-radius: 5.5vw;margin-bottom:4.8vw}
|
|
|
|
|
|
+ .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{background:linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);color:#FFF;}
|
|
- .loginForm .submit button.disabled{background-color:#E1E1E1;color:#F7F7F7;border-color:#E1E1E1;}
|
|
|
|
|
|
+ .loginForm .submit button.disabled{background:#E1E1E1;color:#F7F7F7;}
|
|
.loginForm .login-line{width: 100%;height: 1px;background: #E2E2E2;margin-top: 10px;float: left;position: relative;}
|
|
.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 .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}
|
|
.loginForm .submit .weChat{display:block;margin:10vw auto;width:50vw;color:#627386;line-height:8vw}
|
|
@@ -127,7 +127,7 @@ li{list-style:none}
|
|
@keyframes slidetounlock { 0% {background-position: -100px 0;} 100% {background-position: 100px 0;} }
|
|
@keyframes slidetounlock { 0% {background-position: -100px 0;} 100% {background-position: 100px 0;} }
|
|
.foot{display: none;}
|
|
.foot{display: none;}
|
|
/*极验*/
|
|
/*极验*/
|
|
- .verify-wrap{width: 93.4vw !important;margin-top: 0;float: left;height: 46px;margin-bottom: 4vw;border-radius: 23px;}
|
|
|
|
|
|
+ .verify-wrap{width: 100% !important;margin-top: 0;float: left;height: 46px;margin-bottom: 4vw;border-radius: 23px;}
|
|
.verify-wrap .drag-btn{left:2px;top: 2px;height: 40px;border-radius:24px;border:1px solid #b8bfca;}
|
|
.verify-wrap .drag-btn{left:2px;top: 2px;height: 40px;border-radius:24px;border:1px solid #b8bfca;}
|
|
.verify-wrap .fix-tips, .verify-msg{line-height: 44px;border-radius: 22px;}
|
|
.verify-wrap .fix-tips, .verify-msg{line-height: 44px;border-radius: 22px;}
|
|
.verify-wrap .drag-progress{ top: 2px;border-radius: 22px 0 0 22px;}
|
|
.verify-wrap .drag-progress{ top: 2px;border-radius: 22px 0 0 22px;}
|