.wraper { width: 100%; height: 100%; background: #efefef; } .header { width: 100%; height: 90px; margin: 0 auto; } .header .logo { float: left; width: 500px; background: var(--xly-header-logo, url(../../assets/logo.png)) no-repeat 4% 100%; background-size: auto; opacity: var(--xly-header-logo-opacity, 0); height: 59px; margin-top: 26px; margin-left: 4%; padding-left: 60px; } .header .logo h1 { display: inline-block; font-size: 36px; line-height: 36px; font-weight: 700; color: #eda716; margin: 0.67em 0 !important; } .header .logo h1 span { display: inline-block; font-size: 18px; color: #595857; margin-left: 5px; font-weight: 400; } .login { width: 100%; background: url(../../assets/login_bak.jpg); height:calc(100vh * 0.78); background-size: cover; padding: 72px 0; overflow: hidden; } .loginFormCenter { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .leftCon { position: absolute; width: 600px; /*top: 10%;*/ left: 7%; color: #fff; } .leftCon h1 { font-size: 34px; color: #fff; margin: 0; } .leftCon h2 { font-size: 60px; color: #fff; font-weight: 700; margin: 0; line-height: 1.2; } .leftCon h3 { font-size: 116px; color: #fff; font-weight: 700; font-family: Arial; margin: 0; -webkit-margin-before: 0em; -webkit-margin-after: 0em; line-height: 1; } .loginTitle { font-size: 18px; margin: 25px 0 20px 0; } .loginForm { position: absolute; width: 330px; height: 340px; padding: 0 27px; /*top: 2%;*/ right: 5%; background: #fff; border-radius: 2px; border: 1px solid #ddd; -moz-box-shadow: 2px 2px 3px rgba(214, 214, 214, .9); /* 老的 Firefox */ box-shadow: 2px 2px 3px rgba(214, 214, 214, .9); } .loginForm_mode{ position: absolute; width: 330px; height: 320px; padding: 0 27px; /*top: 2%;*/ right: 5%; background: #fff; border-radius: 2px; border: 1px solid #ddd; -moz-box-shadow: 2px 2px 3px rgba(214, 214, 214, .9); /* 老的 Firefox */ box-shadow: 2px 2px 3px rgba(214, 214, 214, .9); } .loginForm_face{ height: 437px; } .loginForm_face .normalLogin{ opacity: 0; visibility: hidden; } .loginForm_face .loginTip{ width: 100%; } .loginForm_face .loginMiddle{ height: unset; } .loginMiddle { height: 125px; } .loginTip { margin-bottom: 22px; overflow: visible; } .loginInput input { font-size: 15px; background: rgba(255,255,255,1); border: 1px solid #d6d6d6; color: #333; border-radius: 1px; padding-left: 8px!important; } .loginIcon { color: #333!important; width: 43px; height: 18px; padding: 1px 3px 0 0; border-right: 1px solid #333; font-size: 16px; } .loginSelect>div>div>div { line-height: 40px!important; margin: 0 19px 0 18px; } .loginSelect>div>div>div>div { line-height: 26px; color: #333; } .loginSelect>div>div>div>div+div { line-height: 40px; color: #333; } .loginOption { font-size: 15px; } .loginBottom { margin-bottom: 0; } .loginButton { display: block; width: 100%; height: 40px!important; line-height: 30px; border-radius: 2px; margin: 0 auto 25px auto; font-size: 15px; } .footer { width: 1190px; margin: 0 auto; font-size: 12px; color: #9fa0a0; text-align: center; height:calc(100vh - 90px - (100vh * 0.78 )); line-height:40px; background: #efefef; } .footer img { margin-right: 5px; } .footer .linkStyle a{ color: #9fa0a0; } .footer .linkStyle a:hover{ text-decoration: underline; /*color:#1890ff;*/ }