This commit is contained in:
Taric Xin
2022-03-29 09:13:02 +08:00
parent 3a822d7d33
commit b7ab261549
7 changed files with 21 additions and 18 deletions

View File

@ -14,7 +14,7 @@
nz-content {
background : url('../../../assets/images/login/login-bg.jpg') 100% 100% no-repeat;
background-size: cover;
overflow : hidden;
overflow : auto;
}
passport-login {
@ -22,18 +22,22 @@
}
.earth-box {
background : url('../../../assets/images/login/5-地球元素02.png') 100% 100% no-repeat;
background-size: cover;
overflow : hidden;
background : url('../../../assets/images/login/5-地球元素.png') 100% 100% no-repeat;
background-size : cover;
background-position: center;
// overflow : hidden;
width : 100%;
height : 100%;
}
.earth {
// animation : eatthAnimation 60s linear infinite;
// -webkit-animation: eatthAnimation 60s linear infinite;
max-width : 100%;
margin-top : -50px;
max-width : 100%;
height : 100%;
// margin-top : -50px;
// max-height : calc(100% - 64px);
border-radius : 40%;
// border-radius : 40%;
}
.logo {