feat: 更换加载动画

This commit is contained in:
xiaoxian521
2021-07-22 11:33:45 +08:00
parent 9bb4f34707
commit c260f88e38
5 changed files with 81 additions and 149 deletions

View File

@@ -15,22 +15,14 @@ body {
Microsoft YaHei, Arial, sans-serif;
}
label {
font-weight: 700;
}
html {
overflow-x: hidden;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#app {
width: 100%;
height: 100%;
overflow: hidden;
// background-color: #f0f2f5;
label {
font-weight: 700;
}
*,
@@ -80,8 +72,8 @@ ul {
.login,
.register {
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
overflow-x: hidden;
background: url("../assets/bg.png") no-repeat center;
background-size: cover;