登录页样式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d59de26c66
commit
e6b0d97e27
|
@ -544,12 +544,13 @@ $light_gray: #606266;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 40px;
|
max-height: 60px;
|
||||||
|
max-width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.usa-logo {
|
// .usa-logo {
|
||||||
height: 60px;
|
// height: 60px;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-image {
|
.login-image {
|
||||||
|
@ -573,7 +574,7 @@ $light_gray: #606266;
|
||||||
|
|
||||||
.login-form {
|
.login-form {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 55%;
|
||||||
// transform: translateY(-50%);
|
// transform: translateY(-50%);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
|
@ -585,7 +586,8 @@ $light_gray: #606266;
|
||||||
|
|
||||||
.title-container {
|
.title-container {
|
||||||
// margin-bottom: 50px;
|
// margin-bottom: 50px;
|
||||||
margin-top: 15%;
|
text-align: center;
|
||||||
|
margin-top: 20%;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
|
|
Loading…
Reference in New Issue