Difference between revisions of "Team:Tianjin/surprise23333"

Line 47: Line 47:
 
}
 
}
 
</style>
 
</style>
<style>
+
<style>/*css样式表的衣柜*/
 
*{
 
*{
 
margin:0px;
 
margin:0px;
Line 54: Line 54:
 
body{
 
body{
 
}
 
}
.game{
+
.games{
 
width:560px;
 
width:560px;
 
margin:5px auto;
 
margin:5px auto;
Line 60: Line 60:
 
</style>
 
</style>
 
</head>
 
</head>
<body onkeydown="doKeyDown(event)"><!--身体-->
+
<body onkeydown="doKeyDown(event)" ><!--身体-->
<div style="z-index:1200;" class="game">
+
<div 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:34, 2 November 2017

/* OVERRIDE IGEM SETTINGS */