<div style="width:100%;height:25px;background-color:#888;position:absolute;left:0;top:-50px;z-index:10000" class="title-head"> <div style="width:20%;height:25px;display:inline-block">分数 <span class="Score">0</span> </div> <div style="width:20%;height:25px;display:inline-block">等级 <span class="Level">1</span> </div> </div>
//点击按钮开始进行游戏 <div style="width:100%;height:100%;position:absolute;left:0;top:0;z-index:12000;" class="mainmenu"> <br><br><br><br><br> <center style="font-size:80px;">大鱼吃小鱼</center><br><br> <center><input type="button" value="开始游戏" οnclick="startgame()" style="font-size:25px"></center><br> </div> //背景大小 <img src="img/bg.jpg" style="position:absolute;left:0;top:0;left:0;top:0;width:100%;height:100%">