Difference between revisions of "Team:Tianjin/surprise23333"

Line 54: Line 54:
 
body{
 
body{
 
}
 
}
.game{
+
.games{
 
width:560px;
 
width:560px;
 
margin:5px auto;
 
margin:5px auto;
Line 61: Line 61:
 
</head>
 
</head>
 
<body onkeydown="doKeyDown(event)"><!--身体-->
 
<body onkeydown="doKeyDown(event)"><!--身体-->
<div style="z-index:1200;" class="game">
+
<div style="z-index:1200;" class="games">
<canvas id="canvas" width="560" height="560"></canvas>
+
<canvas id="canvass" width="560" height="560"></canvas>
<div id="msg"></div>
+
<div id="msgs"></div>
 
<input type="button" value="上一关" onClick="NextLevel(-1)">
 
<input type="button" value="上一关" onClick="NextLevel(-1)">
 
<input type="button" value="下一关" onClick="NextLevel(1)">
 
<input type="button" value="下一关" onClick="NextLevel(1)">

Revision as of 01:45, 2 November 2017

/* OVERRIDE IGEM SETTINGS */