锅打灰太狼游戏
html,css部分 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style media="screen"> #main{ width: 320px; height: 480px; background: url('img/game_bg.jpg') 0 0 no-repeat; position: relative; margin: 50px auto; } #wolfBox div{ width: 108px; height: 101px; cursor: pointer; position: absolute; background-repeat: no-repeat; } #menu{ position: absolute; left: 0px; top:200px; width: 100%; } #menu a{ display: block; text-decoration: none;