.login-edit-box {
|
display: inline-block;
|
position: relative;
|
box-sizing: border-box;
|
background: #ffffff;
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
min-height: 100px;
|
max-width: 100%;
|
|
>.anticon-tool {
|
position: absolute;
|
z-index: 2;
|
font-size: 16px;
|
right: 1px;
|
top: 1px;
|
cursor: pointer;
|
padding: 5px;
|
background: rgba(255, 255, 255, 0.55);
|
}
|
.login-edit-form {
|
border-radius: inherit;
|
.ant-form-item {
|
font-size: 16px;
|
margin: 0 15px 15px;
|
.ant-input {
|
height: 35px;
|
background: transparent;
|
}
|
}
|
.form-item-wrap {
|
.btn-login {
|
// margin-top: 45px;
|
.login-form-button {
|
width: 100%;
|
height: 42px;
|
line-height: 1;
|
font-size: 18px;
|
margin-bottom: 15px;
|
border-radius: 4px;
|
}
|
.sign-form-button {
|
width: 100%;
|
height: 42px;
|
line-height: 1;
|
font-size: 18px;
|
margin-bottom: 15px;
|
border-radius: 30px;
|
}
|
}
|
}
|
.ant-form-item:last-child {
|
margin-bottom: 0;
|
}
|
.mk-jump-way {
|
cursor: pointer;
|
float: right;
|
color: #1890ff;
|
margin-bottom: 15px;
|
}
|
}
|
.login-way-title {
|
font-size: 18px;
|
line-height: 45px;
|
display: flex;
|
padding-top: 10px;
|
padding-left: 15px;
|
padding-right: 15px;
|
padding-bottom: 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;
|
}
|
.login-way-title::before {
|
margin: 0 10px 0 0;
|
}
|
.login-way-title::after {
|
margin: 0 0 0 10px;
|
}
|
.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;
|
.anticon {
|
transform-origin: 0 0;
|
transform: rotate(45deg);
|
}
|
}
|
.protocol-wrap {
|
padding: 0 20px 15px;
|
span {
|
font-size: 12px;
|
}
|
.ant-checkbox + span {
|
padding-right: 0px;
|
}
|
.protocol {
|
color: #1890ff;
|
}
|
}
|
.login-ways {
|
padding: 0 20px 25px;
|
span {
|
color: #1890ff;
|
cursor: pointer;
|
}
|
span + span {
|
margin-left: 15px;
|
}
|
}
|
.login-ways.center {
|
text-align: center;
|
}
|
.sign-ways {
|
clear: both;
|
text-align: center;
|
margin-top: 25px;
|
.title {
|
color: #959595;
|
display: flex;
|
padding: 0 15%;
|
}
|
.title::before, .title::after {
|
display: inline-block;
|
content: ' ';
|
height: 0.5px;
|
flex: 1;
|
background-color: rgba(0, 0, 0, 0.15);
|
position: relative;
|
top: 12px;
|
}
|
.title::before {
|
margin: 0 25px 0 0;
|
}
|
.title::after {
|
margin: 0 0 0 25px;
|
}
|
.content {
|
display: flex;
|
.item {
|
flex: 1;
|
cursor: pointer;
|
padding-top: 10px;
|
.anticon {
|
font-size: 20px;
|
width: 40px;
|
height: 40px;
|
line-height: 45px;
|
border-radius: 40px;
|
background: #e6f7ff;
|
color: #1890ff;
|
}
|
.name {
|
color: #000000;
|
display: block;
|
margin-top: 10px;
|
}
|
}
|
}
|
}
|
|
.form-scan-wrap {
|
padding: 10px 30px 0;
|
text-align: center;
|
font-size: 12px;
|
line-height: 35px;
|
.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;
|
}
|
}
|
}
|
}
|
.no-short.form-item-wrap {
|
.btn-login {
|
margin-top: 45px;
|
}
|
}
|
}
|
.login-edit-box::after {
|
display: block;
|
content: ' ';
|
clear: both;
|
}
|
.login-edit-box:hover {
|
z-index: 1;
|
box-shadow: 0px 0px 4px #1890ff;
|
}
|
|
.mk-mob-view .login-edit-box {
|
display: block;
|
.login-way-wrap {
|
padding: 0 15px;
|
border-radius: 0;
|
.login-way {
|
border: 0;
|
background: transparent!important;
|
transition: all 0.3s;
|
border-bottom: 2px solid transparent;
|
}
|
.login-way.active, .login-way:hover {
|
color: #1890ff;
|
}
|
.login-way.active {
|
border-bottom: 2px solid #1890ff;
|
}
|
}
|
.ant-input {
|
border: 0;
|
border-radius: 0;
|
border-bottom: 1px solid #d9d9d9;
|
box-shadow: none!important;
|
}
|
.ant-input-group-addon {
|
border: 0;
|
border-radius: 0;
|
}
|
.protocol-wrap {
|
span {
|
font-size: 13px;
|
}
|
}
|
}
|