|
@@ -22,7 +22,7 @@ li{list-style:none}
|
|
|
.loginForm .checked{top:14px;}
|
|
|
.loginForm .submit{height:44px;line-height:0;font-size:0;text-align:justify;margin-top:20px}
|
|
|
.loginForm .submit:after{content:'';display:inline-block;width:100%}
|
|
|
- .loginForm .submit .btn{display:inline-block;box-sizing:border-box;width: 360px;height: 48px;background: linear-gradient(90deg, #FF8B45, #E15616);border-radius: 4px;cursor: pointer;font-size: 18px;color: #ffffff;}
|
|
|
+ .loginForm .submit .btn{display:inline-block;box-sizing:border-box;width: 360px;height: 48px;background: linear-gradient(90deg, #FF8B45, #E15616);border-radius: 4px;cursor: pointer;font-size: 18px;color: #ffffff; line-height: 48px;text-align: center;}
|
|
|
.loginForm .submit .btn:hover{opacity:.8}
|
|
|
.formLine.code input{width: 230px;float: left;}
|
|
|
.formLine.code .code-btn{width: 120px;height: 48px;background: linear-gradient(135deg, #F28F31 0%, #E15616 100%);border-radius: 4px;float: right;display: block;line-height: 48px;text-align: center;color: #FFFFFF;}
|