迁移大屏UI库和应用

This commit is contained in:
aixianling
2022-03-25 11:09:26 +08:00
parent 60bd0b1dff
commit cc87206dbc
104 changed files with 7124 additions and 139 deletions

View File

@@ -0,0 +1,17 @@
@keyframes breathe {
0% {
opacity: .2;
}
100% {
opacity: 1;
}
}
@keyframes floatCard {
0% {
transform: translateY(5px);
}
100% {
transform: translateY(-5px);
}
}