css|JS实现锅打灰太狼小游戏,点击动画以及加分减分

Document - 锐客网 * { margin: 0; padding: 0; font-family: "宋体"; }#outer { background: url(img/game_bg.jpg) 0 0 no-repeat; height: 480px; width: 320px; position: relative; margin-left: auto; margin-right: auto; margin-top: 50px; }#scoring { position: absolute; font-weight: bold; font-size: 16px; color: white; left: 65px; top: 13px; }#countDown { position: absolute; background: url(img/progress.png) 0 0 no-repeat; width: 180px; height: 16px; left: 63px; top: 66px; }#wolfs img { position: absolute; }#menu { position: absolute; width: 320px; text-align: center; left: 0; top: 200px; } #start, #handle, #gameOver, #Rgame { line-height: 50px; font-size: 30px; font-weight: bold; color: #ff5500; display: block; text-shadow: 0 0 5px #ffaa00; text-decoration: none; } #gameOver { position: absolute; width: 320px; text-align: center; top: 200px; left: 0; display: none; } #Rgame { position: absolute; width: 320px; text-align: center; top: 250px; left: 0; display: none; } 0开始 游戏规则游戏结束! 返回

【css|JS实现锅打灰太狼小游戏,点击动画以及加分减分】

    推荐阅读