...
|
...
|
@@ -5,7 +5,6 @@ |
|
|
top: 0;
|
|
|
left: 0;
|
|
|
width: 750px;
|
|
|
height: 290px;
|
|
|
}
|
|
|
|
|
|
@define-extend padding-75 {
|
...
|
...
|
@@ -22,6 +21,11 @@ |
|
|
$top-bar-font-color: #fff;
|
|
|
|
|
|
.login-new-page {
|
|
|
input:-webkit-autofill {
|
|
|
background-color: transparent;
|
|
|
background-image: none;
|
|
|
}
|
|
|
|
|
|
.hide {
|
|
|
display: none;
|
|
|
}
|
...
|
...
|
@@ -47,6 +51,7 @@ $top-bar-font-color: #fff; |
|
|
@extend padding-75;
|
|
|
|
|
|
z-index: 2;
|
|
|
height: 100%;
|
|
|
|
|
|
> .top-operation-bar {
|
|
|
width: 600px;
|
...
|
...
|
@@ -63,9 +68,9 @@ $top-bar-font-color: #fff; |
|
|
float: left;
|
|
|
background-color: transparent;
|
|
|
color: $top-bar-font-color;
|
|
|
font-size: 45px;
|
|
|
overflow: hidden;
|
|
|
font-size: 50px;
|
|
|
padding: 0;
|
|
|
margin-top: -2px;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -82,12 +87,15 @@ $top-bar-font-color: #fff; |
|
|
}
|
|
|
|
|
|
> .tip {
|
|
|
width: 100%;
|
|
|
margin-top: 152px;
|
|
|
height: 24px;
|
|
|
font-size: 22px;
|
|
|
letter-spacing: 0.9px;
|
|
|
text-align: center;
|
|
|
color: #fffefe;
|
|
|
position: absolute;
|
|
|
bottom: 14px;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
text-align: center;
|
|
|
|
|
|
.iconfont {
|
|
|
color: #fff;
|
...
|
...
|
@@ -211,9 +219,9 @@ $top-bar-font-color: #fff; |
|
|
> .third-logo-box {
|
|
|
margin-top: 49px;
|
|
|
margin-bottom: 60px;
|
|
|
text-align: center;
|
|
|
|
|
|
a {
|
|
|
float: left;
|
|
|
width: 80px;
|
|
|
height: 80px;
|
|
|
margin-right: 93px;
|
...
|
...
|
@@ -227,6 +235,33 @@ $top-bar-font-color: #fff; |
|
|
}
|
|
|
}
|
|
|
|
|
|
.full-img-verify {
|
|
|
margin-top: 70px;
|
|
|
|
|
|
.img-check {
|
|
|
background-color: #fff;
|
|
|
margin-top: 0;
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
.img-check-header > span {
|
|
|
color: #444;
|
|
|
font-size: 21.9px;
|
|
|
line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
.img-check-header > .img-check-refresh {
|
|
|
color: #d0021b;
|
|
|
}
|
|
|
|
|
|
.img-check-main > .img-check-pics > .img-check-pic {
|
|
|
width: 136.6px;
|
|
|
height: 136.8px;
|
|
|
background-color: #fff;
|
|
|
border: solid 1px #e0e0e0;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.get-password-box {
|
|
|
position: fixed;
|
|
|
top: 0;
|
...
|
...
|
|