1.定义 盒子 宽:60% 长:布满 颜色:黑色 网页居中
<div></div> <style>width:60% html{height:100%;} body{height:100%;} background-color:gray; height:100% </style>
2.斑马线:在大盒子里面创建小盒子,定义小盒子样式,位置。
<div></div> <div> 只要左边虚线
<div></div>
<div></div>
3.插入汽车图片
<img arc="">
4.设置数值使用按键汽车按置顶方向移动
<script></script>动画特效
<script src="1.js"></script><script>var e = 数值 ;document.onkeydown=function(abc){ if(abc.keyCode==键位码){e = e + 数值 ; }if(e>最大数值){e=数值}$(".c").css({left:e +"px"})
网友评论