<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style type="text/css">
canvas{
display: block;
margin: 50px auto;
box-shadow: -2px -2px 2px #F3F2F2, 5px 5px 5px #6F6767;
}
body {
margin: 0;
padding: 0;
font-family:"Microsoft YaHei", "微软雅黑", "consolas";
background-image: url("image/54a1137bbeaa9.jpg");
background-attachment: fixed;
}
a {
text-decoration:none;
color:#000;
}
.navbar {
background-color:#000;
width:100%;
height:50px;
}
.container {
width: 1000px;
margin: 0 auto;
}
.navbar .navbar-content-1 a {
float: left;
color: #FFF;
line-height: 50px;
display: inline-block;
width: 90px;
white-space: nowrap;
text-align: left;
}
.navbar .navbar-content-2 a {
float: right;
color: #FFF;
line-height: 50px;
display: inline-block;
width: auto;
white-space: nowrap;
text-align: right;
}
.navbar .navbar-content a {
float: left;
color: #FFF;
line-height: 50px;
display: inline-block;
width: 90px;
white-space: nowrap;
text-align: center;
}
.navbar .navbar-content a:hover {
color: #CCC;
}
.news-list {
margin: 50px 0;
background-color: #FFF;
border-radius: 15px;
border: 1px solid #DDD;
padding: 30px 20px;
min-height: 300px;
}
.news-list:hover {
box-shadow: 0 0 5px 3px #CCC;
}
.about .about-des {
border-left: 5px solid #abc;
margin-top: 15px;
}
.about .about-des p {
padding-left: 10px;
line-height: 28px;
text-indent: 2em;
}
.news-list-left {
float: left;
width: 729px;
margin-bottom: 50px;
}
.news-list-right {
float: right;
width: 229px;
}
.news-title i {
display: inline-block;
width: 47px;
height: 43px;
margin-right: 10px;
background: url('image/54a1137bbeaa9.jpg') left center no-repeat;
vertical-align: middle;
}
.news-title a {
color: green;
}
.news-title a:hover {
text-decoration: underline;
}
.copyright {
clear: both;
text-align: center;
color: gray;
border-top: 2px solid #CCC;
margin-top: 50px;
padding: 20px 0;
}
button {
cursor: pointer;
width: 150px;
height: 44px;
margin-top: 25px;
padding: 0;
background: #ef4300;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #ff730e;
-moz-box-shadow:
0 15px 30px 0 rgba(255,255,255,.25)
H5走迷宫小游戏
最新推荐文章于 2025-08-19 16:45:09 发布
本文介绍了如何使用HTML5技术制作一款趣味性的迷宫小游戏,涵盖了游戏设计、交互实现及JavaScript编程技巧。

最低0.47元/天 解锁文章
1344

被折叠的 条评论
为什么被折叠?



