赞
踩
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>精灵动画制作器</title>
<style>
body{
background: #ddd;
}
#canvas{
position: absolute;
top: 30px;
left: 10px;
background: #FFFFFF;
cursor: crosshair;
margin-left: 10px;
margin-top: 10px;
box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
-moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}
input{
margin-left: 15px;
}
</style>
</head>
<body>
<input id="explosionButton" type="button" value="bomb" />
<canvas id="canvas" width="462" height=
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。