<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <style> #one{height: 100px;width: 100px;background-color: red;transform:translate(-120px,0px);transition: all 4s;} .yidong{height: 100px;width: 100px;background-color: red;transform: translate(300px,0px);} </style> <body> <div id="one"></div> </body><script>window.onload=function(){ document.getElementsById("one").className='yidong';}</script></html>
添加回答
举报
0/150
提交
取消