感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<div id="body">
<div id="car">
</div>
<div class="circle">
.....
......
</div></div>
<div id="back">
输入 JavaScript 代码……
xxxxxxxxxx
#back{
height:20px;
background:black;
}
.circle{
border-radius:90px;
width:100px;
height:100px;
background:red;
display:inline-block;
animation:rote 3s infinite;
@keyframes rote{
to{transform:rotate(360deg);}
#car{
height:50px;
width:200px;
background:orange;
#body{
border:1px solid;
animation:margin 5s infinite;
@keyframes margin{
to{margin-left:220px;}