@keyframes turn {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.image {
width: rpx(130);
height: rpx(130);
animation: turn 0.5s infinite linear;
}
@keyframes turn {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.image {
width: rpx(130);
height: rpx(130);
animation: turn 0.5s infinite linear;
}
本文标题:loading的自定义样式
本文链接:https://www.haomeiwen.com/subject/dtdxvltx.html
网友评论