js实现夹娃娃游戏
代码语言:html
所属分类:游戏
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<title>夹娃娃抽奖</title>
<meta name="keywords" content="keyword1,keyword2,keyword3">
<meta name="description" content="this is my page">
<meta name="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
* {
margin: 0px;
border: 0px;
padding: 0px;
}
#wrapper {
width: 750px;
height: 1109px;
margin: 0 auto;
background-image: url('http://repo.bfw.wiki/bfwrepo/image/jiawawa/bg.png');
position: relative;
z-index: 1;
}
#rod {
position: relative;
top: 235px;
left: -20px;
width: 16px;
height: 3px;
margin: 0 auto;
background-image: url(http://repo.bfw.wiki/bfwrepo/image/jiawawa/rod.png);
background-repeat: repeat-y;
}
#hand {
/*
width: 124px;
height: 83px;
*/
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0