.login-container {
|
height: 100vh;
|
min-height: 600px;
|
background-color: #ffffff!important;
|
background-size: cover;
|
background-repeat: no-repeat;
|
background-position: center center;
|
.logo {
|
position: relative;
|
height: 70px;
|
padding-top: 10px;
|
width: 990px;
|
margin: 0 auto;
|
img {
|
height: 47px;
|
}
|
.plat-name {
|
position: absolute;
|
color: #ffffff;
|
line-height: 30px;
|
font-size: 30px;
|
font-weight: 600;
|
padding-left: 20px;
|
font-family: "黑体","宋体",sans-serif,"Arial","Microsoft YaHei";
|
z-index: 1;
|
}
|
}
|
|
.login-middle {
|
position: relative;
|
height: calc(100vh - 194px);
|
min-height: 475px;
|
background-color: #427CAA;
|
background-image: url('http://bms-test.kresstools.cn/Content/images/login2/bg_mid.png');
|
background-size: contain;
|
background-repeat: no-repeat;
|
background-position: center center;
|
|
.login-form {
|
position: relative;
|
float: right;
|
margin-top: 5%;
|
margin-right: 20%;
|
background: #ffffff;
|
width: 22vw;
|
min-width: 300px;
|
border-radius: 5px;
|
overflow: hidden;
|
border: 1px solid #bfbfbf;
|
|
.login-way-title {
|
font-size: 18px;
|
line-height: 45px;
|
display: flex;
|
padding-top: 10px;
|
}
|
.login-way-title::before, .login-way-title::after {
|
display: inline-block;
|
content: ' ';
|
height: 0.5px;
|
flex: 1;
|
background-color: rgba(0, 0, 0, 0.15);
|
position: relative;
|
top: 22px;
|
}
|
.scan-icon {
|
position: absolute;
|
right: 0px;
|
top: 0px;
|
font-size: 46px;
|
color: #000000;
|
line-height: 1;
|
transform: rotate(-45deg);
|
transform-origin: 0 0;
|
overflow: hidden;
|
padding-bottom: 10px;
|
cursor: pointer;
|
i {
|
transform-origin: 0 0;
|
transform: rotate(45deg);
|
}
|
}
|
.login-ways {
|
padding: 0 1.6vw 1.5vw;
|
span {
|
color: #1890ff;
|
cursor: pointer;
|
}
|
span + span {
|
margin-left: 15px;
|
}
|
}
|
.login-ways.center {
|
text-align: center;
|
}
|
.login-way-title::before {
|
margin: 0 10px 0 1.6vw;
|
}
|
.login-way-title::after {
|
margin: 0 1.6vw 0 10px;
|
}
|
.form-item-wrap {
|
// padding: 0.6vw 1.6vw 1.6vw;
|
padding: 0.6vw 1.6vw 0vw;
|
}
|
.title {
|
color: #427CAA;
|
font-size: 22px;
|
font-weight: bold;
|
margin: 20px 1.6vw 5px;
|
}
|
|
h4 {
|
font-size: 20px;
|
font-weight: bold;
|
color: #0A95CB;
|
margin-bottom: 3vh;
|
}
|
.ant-form-item {
|
font-size: 16px;
|
margin-bottom: 3vh;
|
height: 40px;
|
}
|
.ant-form-item.vercode {
|
.ant-input-group {
|
border: 1px solid #d9d9d9;
|
border-radius: 4px;
|
.ant-input {
|
border: 0;
|
border-right: 1px solid #d9d9d9;
|
}
|
.ant-input-group-addon {
|
border: 0;
|
}
|
}
|
}
|
.btn-login {
|
margin-bottom: 3vh;
|
clear: both;
|
}
|
.register-line {
|
font-size: 14px;
|
margin-bottom: 10px;
|
height: 25px;
|
float: right;
|
.ant-form-item-control {
|
line-height: 25px;
|
}
|
.register {
|
color: #1890ff;
|
margin-right: 10px;
|
}
|
.forgot {
|
font-size: 14px;
|
color: #1890ff;
|
}
|
}
|
.minline {
|
display: inline-block;
|
margin-bottom: 3vh;
|
margin-top: -10px;
|
}
|
.minline.right {
|
float: right;
|
width: 100px;
|
margin-bottom: 2vh;
|
.ant-select-selection {
|
border: 0;
|
box-shadow: none;
|
.ant-select-selection-selected-value {
|
float: right;
|
margin-right: 10px;
|
}
|
}
|
}
|
button.vercode {
|
border: 0;
|
}
|
button:not(.vercode) {
|
width: 100%;
|
height: calc(2vw + 10px);
|
min-height: 30px;
|
line-height: 1;
|
}
|
.ant-dropdown-link {
|
float: right;
|
cursor: pointer;
|
line-height: 20px;
|
margin-top: 10px;
|
.anticon.anticon-down {
|
font-size: 16px;
|
}
|
}
|
.ant-input-affix-wrapper {
|
font-size: 16px;
|
}
|
.ant-input {
|
font-size: 16px;
|
height: calc(2vw + 5px);
|
min-height: 30px;
|
border-radius: 0;
|
}
|
.ant-form label {
|
font-size: 16px;
|
}
|
.ant-btn:not(.vercode) {
|
font-size: 18px;
|
}
|
.anticon-eye {
|
color: #1890ff;
|
}
|
.login-form-button {
|
border-radius: 0;
|
background: #6fb3e9!important;
|
border: 1px solid #6fb3e9!important;
|
}
|
}
|
.login-sync-button {
|
position: absolute;
|
bottom: 10px;
|
left: 20px;
|
}
|
}
|
.login-bottom {
|
text-align: center;
|
color: #666!important;
|
padding-top: 20px;
|
font: 12px/150% Arial,Verdana,"\5b8b\4f53";
|
p span.split {
|
margin-right: 15px;
|
}
|
a {
|
display: inline-block;
|
margin-bottom: 5px;
|
color: #666!important;
|
font: 12px/150% Arial,Verdana,"\5b8b\4f53";
|
}
|
}
|
.ant-btn-primary[disabled] {
|
color: #fff;
|
}
|
|
.form-scan-wrap {
|
text-align: center;
|
line-height: 45px;
|
.qr-wrap {
|
position: relative;
|
width: 60%;
|
padding-top: 60%;
|
margin: 0 auto;
|
|
.qrcode-box {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
width: auto!important;
|
height: auto!important;
|
canvas {
|
width: 100%!important;
|
height: 100%!important;
|
}
|
}
|
.qrcode-out {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
background: rgba(0, 0, 0, 0.7);
|
padding-top: 30%;
|
color: rgba(255, 255, 255, 0.7);
|
line-height: 1.5;
|
text-align: center;
|
.anticon-redo {
|
display: block;
|
font-size: 24px;
|
cursor: pointer;
|
color: #ffffff;
|
}
|
}
|
}
|
}
|
}
|
.sync-cloud-application {
|
.ant-modal-body {
|
min-height: 176px;
|
}
|
}
|
.ant-message {
|
top: 50px;
|
z-index: 1080;
|
}
|
@media screen and (max-width: 500px) {
|
.login-container {
|
.login-middle {
|
.login-form {
|
float: unset;
|
margin: 0 auto;
|
margin-top: 5%;
|
}
|
}
|
}
|
}
|
|
@media screen and (min-width: 1550px) {
|
.login-container {
|
.ant-tabs.ant-tabs-card {
|
.ant-tabs-card-bar {
|
.ant-tabs-tab {
|
font-size: 20px;
|
}
|
}
|
}
|
}
|
}
|