1
2
3
4
5
6
摇一摇抽奖7
8 html,body{width:100%;height:100%;background-color:#000;margin:0;overflow:hidden;}
9 .tip{position:absolute;bottom:30px;left:10px;color:#fff;font-family:\'楷体\';text-align:center;right:10px;height:32px;line-height:32px;background-color:rgba(255,255,255,.4);border-radius:3px; }.tip.active{-webkit-animation:jump 1.5s linear;animation:jump 1s linear; }
10
11
12
13