|
@@ -6,33 +6,44 @@ li{list-style:none}
|
|
|
*/
|
|
|
@media screen and (min-width:768px){
|
|
|
footer .footTop{display:none;}
|
|
|
- .loginWrap{width:950px;height:400px;overflow:hidden;background:#FFF url(/img/account/login.png) no-repeat 30px center;margin:95px auto;box-sizing:border-box;box-shadow:0 10px 20px 0 rgba(255,180,150,0.17);border-radius:2px}
|
|
|
- .loginForm{float:right;width:400px;padding:20px 24px;font-size:14px;position:relative;height: 100%;box-sizing: border-box;}
|
|
|
- .loginForm h1{color:#22272e;font-size:24px;font-weight:bold;line-height:30px}
|
|
|
- .loginForm h2{color:#22272e;font-size:16px;font-weight:normal;line-height:24px}
|
|
|
+ .loginWrap{width:1200px;height:600px;overflow:hidden;margin:80px auto;box-sizing:border-box;background: #FFFFFF; box-shadow:0 10px 20px 0 rgba(255,180,150,0.17);border-radius:2px;padding: 40px 88px;}
|
|
|
+ .login-image{ width: 460px;height: 348px;float: left;margin-top: 60px; }
|
|
|
+ .login-image img{ width: 460px;height: 348px;display: block; }
|
|
|
+ .loginForm{float:right;width:400px;padding:0px 24px;font-size:14px;position:relative;height: 100%;box-sizing: border-box;}
|
|
|
+ .loginForm h1{color:#22272e;font-size:14px;font-weight:normal;line-height:24px;}
|
|
|
+ .loginForm h2{color:#E15616;font-size:24px;font-weight:bold;line-height:30px;}
|
|
|
+ .loginForm .formLine-tabs{ width: 100%;height: 66px;box-sizing: border-box;padding: 21px 0;float: left;margin-bottom: 10px;}
|
|
|
+ .loginForm .formLine-tabs .tabs-item{ width: 50%;height: 24px;box-sizing: border-box;float: left;display: block;line-height: 24px;font-size: 18px;color: #22272E;position: relative;text-align: center;}
|
|
|
+ .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:before{background: #E15621;}
|
|
|
.loginForm form{margin-top:10px;}
|
|
|
- .loginForm .formLine{height:70px;padding:0;}
|
|
|
+ .loginForm .formLine{width: 100%; height:70px;padding:0;float: left;position: relative;}
|
|
|
+ .loginForm .formLine .code-btn{width: 96px;height: 48px;line-height: 48px;text-align: center;background: #E15621;font-size: 14px;color: #FFFFFF;position: absolute;right: 0;top: 0;}
|
|
|
.loginForm input{height:48px;line-height:48px;}
|
|
|
+ .loginForm input.smscode{padding-right: 96px;box-sizing: border-box;}
|
|
|
.loginForm .checked{top:14px;}
|
|
|
- .loginForm .forget{text-align:right;color:#4a4f58;font-size:14px;line-height:30px;margin-top:0px;}
|
|
|
+ .loginForm .forget{width: 100%;float: left; text-align:right;color:#4a4f58;font-size:14px;line-height:30px;margin:0 0 10px 0;}
|
|
|
.loginForm .forget .btn{float: left;color: #E15621;}
|
|
|
- .loginForm .submit{height:44px;line-height:0;font-size:0;text-align:justify;margin-top:20px}
|
|
|
+ .loginForm .submit{height:44px;line-height:0;font-size:0;text-align:justify;margin-top:10px;width: 100%;float: left;}
|
|
|
.loginForm .submit:after{content:'';display:inline-block;width:100%}
|
|
|
.loginForm .submit .btn{display:inline-block;box-sizing:border-box;width:100%;height:44px;line-height:44px;background-color:#ffe6dc;border-radius:2px;border:solid 1px #e15616;text-align:center;color:#e15616;font-size:14px;cursor:pointer}
|
|
|
.loginForm .submit button.btn{background-color:#e15616;color:#FFF}
|
|
|
.loginForm .submit button.disabled{background-color:#E1E1E1;color:#F7F7F7;border-color:#E1E1E1;}
|
|
|
+ .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 .btn:hover{opacity:.8}*/
|
|
|
- .loginForm .codeBtn{position:absolute;right:0;top:0;width:90px;height:90px;}
|
|
|
- .loginForm .codeBtn:before{width:90px;height:90px;background-position:-138px -146px}
|
|
|
- .loginForm .qrCodeBox{text-align:center}
|
|
|
+ .loginForm .from-wechat{width: 100%;height: 40px;margin-top: 10px;float: left;}
|
|
|
+ .loginForm .codeBtn{width:40px;height:40px;display: block;margin: 0 auto;}
|
|
|
+ .loginForm .codeBtn:before{width:40px;height:40px;background-position:0 -26px;}
|
|
|
+ .loginForm .qrCodeBox{text-align:center;margin-top: 70px;}
|
|
|
.loginForm .qrCode{width:168px;height:168px;border-radius:2px;border:solid 1px #ffb496;margin:27px auto 0 auto}
|
|
|
.loginForm .qrInfo{text-align:center;height:44px;line-height:44px;font-size:16px;color:#93979f}
|
|
|
- .loginForm .changeBtn{display:inline-block;height:24px;line-height:24px;color:#e15616;font-size:16px;position:absolute;right:24px;top:20px}
|
|
|
+ .loginForm .changeBtn{display:inline-block;height:24px;line-height:24px;color:#e15616;font-size:16px;position:absolute;right:-70px;top:0;}
|
|
|
.loginForm .changeBtn:before{width:24px;height:24px;background-position:-175px -251px;vertical-align:top;margin-right:6px}
|
|
|
.loginForm .showPwd{position:absolute;right:22px;top:16px;width:22px;height:16px;cursor:pointer}
|
|
|
.loginForm .showPwd:before{width:22px;height:20px;background-position:-240px -299px}
|
|
|
.loginForm .showPwd.on:before{width:22px;height:20px;background-position:-205px -299px}
|
|
|
- .verify-wrap{margin-top: 0;}
|
|
|
.fix-tips {background: -webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));-webkit-background-clip: text;-webkit-text-fill-color: transparent;-webkit-animation: slidetounlock 3s infinite;color: #787878 !important;}
|
|
|
@keyframes slidetounlock { 0% {background-position: -100px 0;} 100% {background-position: 100px 0;} }
|
|
|
#qrCodeWrap{position:relative}
|
|
@@ -50,6 +61,18 @@ li{list-style:none}
|
|
|
.bg .bg-content .text-conten .status{color: #333333;font-size: 16px;line-height: 26px;margin-bottom: 30px;text-align: center;}
|
|
|
.bg .bg-content .text-conten .tip-p{text-align: center;color:#e15616;font-size: 14px;line-height: 26px }
|
|
|
.bg .bg-content .text-conten div{cursor: pointer;text-align: center;background: #e15616;width: 128px;height: 32px;line-height: 32px;color: #fff;margin: auto;border-radius: 2px;margin-top: 20px}
|
|
|
+ .foot{width:100%;height:96px;background:#262626;margin-top:80px}
|
|
|
+ .footer{width:1185px;margin:0 auto;text-align:center;height: 96px;box-sizing: border-box;padding: 20px 0;}
|
|
|
+ .footer p{line-height: 30px;color: #FFFFFF;}
|
|
|
+ .footer p span{margin:0 5px}
|
|
|
+ .footer p span a{color: #FFFFFF;}
|
|
|
+ .footer p span a:hover{color: #E15621;}
|
|
|
+ .footer p span img.icp{width: 18px;height: 18px;display: inline-block;}
|
|
|
+ /*极验*/
|
|
|
+ .verify-wrap{margin-top: 0;float: left;height: 46px;}
|
|
|
+ .verify-wrap .drag-btn{top: 0;height: 43px;}
|
|
|
+ .verify-wrap .fix-tips, .verify-msg{line-height: 44px;}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -59,12 +82,20 @@ li{list-style:none}
|
|
|
body{background:#FFF}
|
|
|
footer{display:none}
|
|
|
.loginForm .showPwd{display:none;}
|
|
|
+ .login-image{display: none;}
|
|
|
.loginForm{padding-top:4vw;text-align:center;background:#FFF url(/img/account/login_m.png) no-repeat center 25vw;background-size:57vw 43.2vw}
|
|
|
.loginForm h1{color:#22272e;font-size:6.4vw;font-weight:bold;line-height:10vw}
|
|
|
.loginForm h2{font-size:3.1vw;font-weight:normal;line-height:5.4vw;color:#627386}
|
|
|
+ .loginForm .formLine-tabs{ width: 100%;height: 12vw;box-sizing: border-box;padding: 2vw 0;margin-bottom: 2vw;}
|
|
|
+ .loginForm .formLine-tabs .tabs-item{ width: 50%;height: 24px;box-sizing: border-box;float: left;display: block;line-height: 24px;font-size: 18px;color: #22272E;position: relative;text-align: center;}
|
|
|
+ .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:before{background: #E15621;}
|
|
|
.loginForm form{width:93.4vw;margin:54vw auto 0}
|
|
|
- .loginForm .formLine{height:16.4vw;padding:0;}
|
|
|
+ .loginForm .formLine{height:16.4vw;padding:0;position: relative;}
|
|
|
.loginForm input{height:11.2vw;line-height:6vw;padding: 2.6vw 0;box-sizing: border-box;}
|
|
|
+ .loginForm .formLine .code-btn{width: 24.8vw;height:11.2vw;line-height: 11.2vw;text-align: center;background: #E15621;font-size:3.4vw;color: #FFFFFF;position: absolute;right: 0;top: 0;}
|
|
|
+ .loginForm input.smscode{padding-right: 24.8vw;box-sizing: border-box;}
|
|
|
.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 .btn{float: left;color: #E15621;}
|
|
@@ -72,7 +103,9 @@ li{list-style:none}
|
|
|
.loginForm .submit .btn{display:inline-block;box-sizing:border-box;width:100%;height:11.2vw;border:solid 1px #b8bfca;border-radius:2px;margin-bottom:4.8vw}
|
|
|
.loginForm .submit button.btn{border-color:#e15616;background:#e15616;color:#FFF;}
|
|
|
.loginForm .submit button.disabled{background-color:#E1E1E1;color:#F7F7F7;border-color:#E1E1E1;}
|
|
|
- .loginForm .submit .weChat{display:block;margin:6vw auto;width:50vw;color:#627386;line-height:8vw}
|
|
|
+ .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}
|
|
|
.loginForm .submit .weChat span{display:inline-block;width:100%}
|
|
|
.loginForm .submit .weChat .mIcon:before{width:12vw;height:12vw;background-position:0 -77.8vw}
|
|
|
.bg{width: 100%;height: 100%;position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 99999999;font-family: inherit;overflow: hidden;background-color: #4444444f;opacity: 0}
|
|
@@ -84,7 +117,11 @@ li{list-style:none}
|
|
|
.bg .bg-content .text-conten .status{color: #333333;font-size: 3.4vw;line-height: 5.4vw;margin-bottom: 5vw;text-align: center}
|
|
|
.bg .bg-content .text-conten .tip-p{text-align: center;color:#e15616;font-size: 3vw;line-height: 7vw }
|
|
|
.bg .bg-content .text-conten div{cursor: pointer;text-align: center;background: #e15616;width: 66.6vw;height: 9.9vw;line-height: 9.9vw;color: #fff;margin: auto;border-radius: .54vw;margin-top: 5vw}
|
|
|
- .verify-wrap{margin-top: 0;width: 93.4vw !important;}
|
|
|
.fix-tips {background: -webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));-webkit-background-clip: text;-webkit-text-fill-color: transparent;-webkit-animation: slidetounlock 3s infinite;color: #787878 !important;}
|
|
|
@keyframes slidetounlock { 0% {background-position: -100px 0;} 100% {background-position: 100px 0;} }
|
|
|
+ .foot{display: none;}
|
|
|
+ /*极验*/
|
|
|
+ .verify-wrap{width: 93.4vw !important;margin-top: 0;float: left;height: 46px;margin-bottom: 4vw;}
|
|
|
+ .verify-wrap .drag-btn{top: 0;height: 43px;}
|
|
|
+ .verify-wrap .fix-tips, .verify-msg{line-height: 44px;}
|
|
|
}
|