<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>匀速动画</title>
<style type="text/css">
#move{
width: 200px;
height: 200px;
background-color: #996666;
position: absolute;
top: 20px;
left: -190px;
cursor:pointer;
}
</style>
<script type="text/javascript">
window.onload=function(){

</head>
<body>
<div id="move">
</div>
</body>
</html>
繁星淼淼
随时随地看视频慕课网APP
相关分类