#images {
-webkit-animation: spin 15s linear infinite;
animation: spin 15s infinite linear;
}
@keyframes spin {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
transition: all 17s;
}
}

posted on 2020-06-09 16:33  心意如水hucuie22  阅读(99)  评论(0编辑  收藏  举报