uni-ticket-system/dist/dev/mp-weixin/tmui/components/tm-icon/tm-icon.wxss

21 lines
331 B
Plaintext
Raw Normal View History

2023-12-05 02:11:10 +00:00
.ani.data-v-e3e455a0 {
transition-duration: 0.3s;
transition-timing-function: ease;
transition-property: transform;
}
.spin.data-v-e3e455a0 {
transform-origin: 50% 50%;
animation: xhRote-e3e455a0 1.2s infinite linear;
}
@keyframes xhRote-e3e455a0 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}