This commit is contained in:
Taric Xin
2022-03-28 11:10:41 +08:00
parent e33c956306
commit f8cb159203
7 changed files with 88 additions and 115 deletions

View File

@ -8,18 +8,25 @@
.ant-layout-header {
background: #ffffff;
box-shadow: 0px 5px 5px #d1d1d1;
// box-shadow: 0px 5px 5px #d1d1d1;
}
nz-content {
background : url('../../../assets/images/login/login-bg.jpg') 100% 100% no-repeat;
background-size: cover
background-size: cover;
overflow : hidden;
}
passport-login {
background: transparent;
}
.earth-box {
background : url('../../../assets/images/login/5-地球元素02.png') 100% 100% no-repeat;
background-size: cover;
overflow : hidden;
}
.earth {
animation : eatthAnimation 60s linear infinite;
-webkit-animation: eatthAnimation 60s linear infinite;