no message

This commit is contained in:
zbww
2014-11-23 11:02:20 +08:00
parent de2e0ccfb7
commit 28967c643a
11 changed files with 1140 additions and 0 deletions

79
css/style.css Normal file
View File

@@ -0,0 +1,79 @@
#die,#startgame,#pause
{
cursor:default;
position:absolute;
width:400px;
height:200px;
background:#3369cd;
opacity:0.7;
text-align:center;
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
font-size:36px;
color:#eef;
box-shadow: 7px 7px 10px rgba(255,255,255,0.3);
border:1px solid #fff;
}
#instructions,#about,#score,#ranking
{
font-size:36px;
margin-top:12px;
}
.title
{
border-bottom:2px solid #430fc8;
position: absolute;
height: auto;
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
font-size:50px;
font-weight: bold;
color:#430fc8;
}
.moreinfo/*两侧的窗口*/
{
position:absolute;
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
font-size:18px;
height:200px;
background:#1954c0;
opacity:0.7;
padding-left:10px;
text-align:left;
color:#eef;
box-shadow: 7px 7px 10px rgba(255,255,255,0.3);
border:1px solid #fff;
display:none;
}
.info
{
position:absolute;
text-align:center;
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
font-size:18px;
width:200px;
height:100px;
color:#3369cd;
}
.button
{
margin-top:11px;
background:#227;
}
.right2
{
margin-top: 5px;
font-size: 22px;
margin-left: 20px;
}

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Endless Sea</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<script src="js/jquery-2.1.1.min.js">
</script>
<body>
</body>
<script src="js/main.js">
</script>
</html>

4
js/jquery-2.1.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1043
js/main.js Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
music/click.wav Normal file

Binary file not shown.

BIN
music/diamond.wav Normal file

Binary file not shown.

BIN
music/glass.wav Normal file

Binary file not shown.

BIN
music/kill.wav Normal file

Binary file not shown.

BIN
report.docx Normal file

Binary file not shown.

BIN
report.pdf Normal file

Binary file not shown.