automated_uniapp/uni_modules/cool-ui/static/css/loading.scss

17 lines
210 B
SCSS
Raw Normal View History

2025-01-09 16:16:11 +08:00
.cl-loading {
animation: loading-rotate 1.2s linear infinite;
@keyframes loading-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
}
cl-loading {
line-height: 0;
}