feat: add countTo components

This commit is contained in:
xiaoxian521
2021-04-03 15:04:28 +08:00
parent f3d206da43
commit 42dfb536bd
10 changed files with 380 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
.app-loading .app-loading-title {
display: flex;
margin-top: 30px;
font-size: 30px;
font-size: 1.2em;
color: rgba(0, 0, 0, 0.85);
justify-content: center;
align-items: center;
@@ -61,7 +61,7 @@
width: 48px;
height: 48px;
margin-top: 30px;
font-size: 32px;
font-size: 1.2em;
transform: rotate(45deg);
box-sizing: border-box;
animation: antRotate 1.2s infinite linear;