$bg:#2d3a4b;
|
$dark_gray:#aaa;
|
$light_gray:#eee;
|
|
#form-biao-dan {
|
position:relative;
|
div {
|
width: 5.57vw;
|
height: 4.25vh;
|
line-height: 4.25vh;
|
position:absolute;
|
left: 50%;
|
transform: translateX(-50%);
|
bottom: 0;
|
text-align: center;
|
}
|
|
div>span:first-of-type{
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
left: 50%;
|
transform: translateX(-50%);
|
bottom: 2.65vh;
|
z-index: 9;
|
}
|
|
div>span:last-of-type{
|
position: absolute;
|
left: 50%;
|
transform: translateX(-50%);
|
bottom: 2.65vh;
|
width: 100%;
|
border-bottom: 1.59vh solid #e9d2d2;
|
}
|
|
}
|
|
.login-container {
|
background: url(../../assets/background2.png) 50% no-repeat;
|
background-size: cover;
|
width: 100%;
|
height: 100vh;
|
#form-biao-dan{
|
text-align: center;
|
}
|
.sub-title {
|
font-size: 1.5rem;
|
margin: .3rem 0 .7rem 1rem;
|
}
|
.desc {
|
font-size: .96rem;
|
line-height: 1.9rem;
|
}
|
}
|
.login-form {
|
padding: 36px;
|
background: #fff;
|
.form-input{
|
border-radius: 20px;
|
margin-top: 40px;
|
}
|
.code-input {
|
margin-top: 20px;
|
border-radius: 20px;
|
width: 50%;
|
display: inline-block;
|
vertical-align: middle;
|
}
|
.code-image {
|
margin-top: 20px;
|
display: inline-block;
|
vertical-align: top;
|
cursor: pointer;
|
}
|
.login-type {
|
text-align: right;
|
display: inline-block;
|
width: 100%;
|
}
|
.logo-wrapper {
|
display: inline-block;
|
margin: 10px 0;
|
img {
|
width: 1.9rem;
|
display: inline-block;
|
margin: .8rem .8rem -.8rem .8rem;
|
cursor: pointer;
|
&.radius {
|
border-radius: 50%;
|
}
|
}
|
}
|
.submit-but{
|
width:100%;
|
margin-bottom:14px;
|
background-color: rgba(163, 44, 48, 1);
|
border-color: rgba(163, 44, 48, 1);
|
border-radius: 20px;
|
margin-top: 10%;
|
}
|
}
|
.login-footer {
|
position: fixed;
|
bottom: 1.7vh;
|
width: 100%;
|
text-align: center;
|
font-size: 1.7vh;
|
line-height: 1.7vh;
|
height: 1.7vh;
|
font-weight: 600;
|
color: #fff;
|
}
|
.tips {
|
font-size: 1.48vh;
|
color: #fff;
|
margin-bottom: 1vh;
|
span {
|
&:first-of-type {
|
margin-right: 0.83vw;
|
}
|
}
|
}
|
|
.title-container {
|
position: relative;
|
|
.title {
|
font-size: 20px;
|
color: rgba(0,0,0,.85);
|
margin: 0 auto 40px auto;
|
text-align: center;
|
font-weight: bold;
|
}
|
|
.set-language {
|
color: #aaa;
|
position: absolute;
|
top: 3px;
|
font-size: 18px;
|
right: 0;
|
cursor: pointer;
|
}
|
}
|
|
.thirdparty-button {
|
position: absolute;
|
right: 0;
|
bottom: 6px;
|
}
|
|
@media only screen and (max-width: 470px) {
|
.thirdparty-button {
|
display: none;
|
}
|
}
|
|
@media screen and (max-width: 970px)
|
{
|
.login-form {
|
left: 50%;
|
}
|
.login-info {
|
display: none;
|
}
|
|
}
|
|
|
|
//====================2021-02-28========================
|
.login-title {
|
height: 18%;
|
position: relative;
|
img {
|
position: absolute;
|
width: 30.88vw;
|
top: 5.85vh;
|
left: 13.5vw;
|
}
|
}
|
|
.login-main {
|
width: 73.2%;
|
height: 70.5%;
|
margin-left: 13.5vw;
|
background-color: #fff;
|
border-radius: 10px;
|
|
.login-main-left {
|
float: left;
|
width: 53%;
|
position: relative;
|
box-sizing: border-box;
|
padding-top: 5%;
|
>img:first-of-type {
|
width: 98.5%;
|
}
|
>img:last-of-type {
|
width: 1.5%;
|
position: absolute;
|
right: 0;
|
}
|
}
|
|
.login-main-right {
|
float: left;
|
width: 46.8%;
|
height: 100%;
|
padding-top: 30px;
|
|
#form-biao-dan {
|
height: 9.57vh;
|
line-height: 9.57vh;
|
span {
|
font-size: 3.19vh;
|
font-weight: 700;
|
}
|
}
|
|
.login-form-new {
|
|
|
.code-image {
|
width: 5.98vw;
|
height: 4.46vh;
|
position: absolute;
|
right: 0.78vw;
|
top: 1vh
|
}
|
|
.submit-but{
|
width:26vw;
|
height: 7.44vh;
|
background-color: rgba(163, 44, 48, 1);
|
border-color: rgba(163, 44, 48, 1);
|
border-radius: 20px;
|
margin-top: 10%;
|
font-size: 2.12vh;
|
}
|
|
}
|
}
|
}
|