@keyframes rotate{ 0%{ transform: totate(0deg); } 100%{ transform: totate(360deg); } } .bg{ animation:rotate 1s linear 0.2s infinite; }
posted on 2019-03-12 11:19 童彪 阅读(112) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3