@charset "utf-8";
|
|
/*-----------------
|
Author:xxxx
|
update:2020
|
-------------------*/
|
body {
|
font-family: "微软雅黑", Arial, sans-serif;
|
font-size: 14px;
|
background: #252f3b;
|
position: relative;
|
overflow: hidden;
|
}
|
|
i,em{
|
font-style: normal;
|
}
|
|
.i-icon{
|
display: inline-block;
|
width: 24px;
|
height: 24px;
|
position: relative;
|
}
|
|
.login-logo img,
|
.login2-ewm-img img,
|
.i-icon img,
|
.login-tab-span img,
|
.login-yzm-btn img{
|
width: 100%;
|
height: 100%;
|
vertical-align: top;
|
}
|
|
|
.login-body{
|
background: url(../../images/login2-body.png) center top no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.i-container{
|
width: 100%;
|
min-width: 1340px;
|
margin-left: auto;
|
margin-right: auto;
|
position: relative;
|
height: 100vh;
|
overflow: hidden;
|
}
|
|
.login-tit{
|
height: 96px;
|
text-align: center;
|
margin: 5% 0 2%;
|
}
|
|
.login-tit img{
|
height: 100%;
|
max-width: 90%;
|
}
|
|
.login-tit p{
|
color:#ffffff;
|
font-size: 60px;
|
padding-top: 30px;
|
letter-spacing: 20px;
|
}
|
|
|
.login2-ewm{
|
text-align: right;
|
position: absolute;
|
right: 1.5%;
|
z-index: 999;
|
top: 25px;
|
}
|
|
.login2-ewm h3{
|
line-height: 36px;
|
color: #fff;
|
font-size: 22px;
|
}
|
|
.login2-ewm h3 i{
|
width: 36px;
|
height: 36px;
|
margin-right: 3px;
|
}
|
|
.login2-ewm-img{
|
padding: 12px;
|
width: 9%;
|
position: absolute;
|
right: 1.5%;
|
top: 71px;
|
background: #fff;
|
max-width: 176px;
|
max-height: 176px;
|
-webkit-border-radius: 10px;
|
-moz-border-radius: 10px;
|
border-radius: 10px;
|
z-index: 999;
|
-webkit-box-shadow: 0 5px 10px 5px rgba(46,203,255,0.2);
|
-moz-box-shadow: 0 5px 10px 5px rgba(46,203,255,0.2);
|
box-shadow: 0 5px 10px 5px rgba(46,203,255,0.2);
|
}
|
|
.login-left{
|
text-align: center;
|
}
|
|
.login-leftimg{
|
width: 70%;
|
position: relative;
|
top: -30px;
|
left: 2%;
|
}
|
|
.login-right,
|
.login-con{
|
position: relative;
|
/*height: 100%;*/
|
}
|
|
.login-box{
|
background: #333a42;
|
width: 330px;
|
padding: 0 6%;
|
height: 490px;
|
position: absolute;
|
left: -5px;
|
top: 50%;
|
margin-top: -245px;
|
z-index: 9;
|
overflow: hidden;
|
border-top: 2px solid #ef344a;
|
}
|
|
.login2-box-tit{
|
height: 44px;
|
margin-top: 30px;
|
}
|
|
.login2-box-tit img{
|
height: 100%;
|
}
|
|
.login-box .layui-tab{
|
margin: 0;
|
width: 330px;
|
}
|
|
.login-box .layui-tab-content{
|
padding: 0;
|
}
|
|
.login-tab-2{
|
width: 330px;
|
margin: 0 auto;
|
padding-top: 15px;
|
}
|
|
.login-tab-2 .layui-form-item{
|
height: 38px;
|
padding: 10px 15px;
|
background: #2e3238;
|
margin-bottom: 0;
|
margin-top: 10px;
|
-webkit-border-radius: 6px;
|
-moz-border-radius: 6px;
|
border-radius: 6px;
|
}
|
|
.login-tab-2 .layui-input-block{
|
margin-left: 40px;
|
}
|
|
|
.login-tab-2 .layui-form-label{
|
width: 40px;
|
padding: 0;
|
}
|
|
.login-tab-2 .layui-form-label i{
|
float: left;
|
margin: 7px 0;
|
}
|
|
.login-tab-2 .layui-input{
|
border: 0;
|
padding-left: 0;
|
font-size: 18px;
|
color: #fff;
|
background: #2e3238;
|
}
|
|
.login-tab-2 .login-btnbox{
|
margin-left: 0;
|
-webkit-border-radius: 5px;
|
-moz-border-radius: 5px;
|
border-radius: 5px;
|
overflow: hidden;
|
margin-top: 50px;
|
}
|
|
.login-tab-2 .login-btnbox .login-btn{
|
width: 100%;
|
height: 50px;
|
font-size: 20px;
|
line-height: 50px;
|
background: #c04352;
|
}
|
|
.login-yzm-btn{
|
width: 74px;
|
height: 28px;
|
position: absolute;
|
right: 0;
|
top: 50%;
|
margin-top: -14px;
|
z-index: 9;
|
}
|
|
|
.login-copy{
|
height: 30px;
|
position: fixed;
|
bottom: 3%;
|
width: 100%;
|
text-align: center;
|
}
|
|
.login-copy p{
|
line-height: 30px;
|
color: #676e77;
|
font-size: 16px;
|
}
|
|
input::-webkit-input-placeholder,
|
input::-webkit-input-placeholder{
|
color:#676e77;
|
}
|
input::-moz-placeholder,
|
input::-moz-placeholder{ /* Mozilla Firefox 19+ */
|
color:#676e77;
|
}
|
input:-moz-placeholder,
|
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
|
color:#676e77;
|
}
|
input:-ms-input-placeholder,
|
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
|
color:#676e77;
|
}
|
|
.compatible {
|
height: 25px;
|
border-radius: 3px;
|
padding: 0 5px;
|
}
|
|
/** 弹出框CSS**/
|
.mask {
|
background-color: rgba(0, 0, 0, 0.2);
|
width: 100%;
|
height: 100%;
|
position: fixed;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
}
|
|
.prompt_box {
|
width: 400px;
|
height: 200px;
|
background: #ffffff;
|
border-radius: 6px;
|
position: fixed;
|
top: 25%;
|
left: 50%;
|
margin-left: -200px;
|
overflow: hidden;
|
}
|
|
.prompt_box .prompt_title {
|
height: 40px;
|
line-height: 40px;
|
padding-left: 20px;
|
border-bottom: 2px solid #ef344a;
|
background: #e6e6e6;
|
position: relative;
|
}
|
|
.prompt_box .prompt_title h3 {
|
font-size: 16px;
|
color: #333333;
|
margin-top: 0;
|
}
|
|
.prompt_box .prompt_cont {
|
position: relative;
|
height: 158px;
|
}
|
|
.prompt_box .prompt_cont .prompt_text {
|
line-height: 140px;
|
padding-left: 100px;
|
font-size: 16px;
|
}
|
|
.prompt_box .prompt_cont .prompt_sure {
|
position: absolute;
|
right: 20px;
|
bottom: 34px;
|
width: 80px;
|
height: 36px;
|
background: #c04352;
|
border-radius: 5px;
|
color: #ffffff;
|
font-size: 14px;
|
line-height: 36px;
|
text-align: center;
|
cursor: pointer;
|
}
|
|
.hide {
|
display: none;
|
}
|
|
.show {
|
display: block;
|
}
|
|
|
@media only screen and (max-width:1280px) and (max-height: 800px){
|
.login-tit p{
|
color:#ffffff;
|
font-size: 50px;
|
padding-top: 30px;
|
letter-spacing: 20px;
|
}
|
.login-box {
|
width: 330px;
|
height: 440px;
|
}
|
}
|
|
|
|
|