wx-login/web/src/index.css
2025-02-27 00:38:36 +08:00

7 lines
127 B
CSS

@import "tailwindcss";
@layer components {
.test-loading {
@apply w-20 h-20 bg-gray-300 rounded-full animate-spin;
}
}