HTML CSS游戏官网网页模板 仿绝地求生吃鸡游戏网站 大学生游戏介绍网站毕业设计 DW游戏主题网页模板下载

举报
IT司马青衫 发表于 2022/08/11 09:50:05 2022/08/11
【摘要】 🎉精彩专栏推荐👇🏻👇🏻👇🏻 ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主💂 作者主页: 【主页——🚀获取更多优质源码】🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平...

🎉精彩专栏推荐👇🏻👇🏻👇🏻
✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
💂 作者主页: 【主页——🚀获取更多优质源码】
🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】
🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
🥇 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!


@TOC


一、👨‍🎓网站题目

🎮游戏官网、⛹️游戏网站、🕹️电竞游戏、🎴游戏介绍、等网站的设计与制作。


二、✍️网站描述

⭐ 网页中包含:Div+CSS、鼠标滑过特效、Table、导航栏效果、banner、表单、二级三级页面等,视频音频元素,同时设计了logo(源文件),基本期末作业所需的知识点全覆盖。

🏅 一套A+的网页应该包含 (具体可根据个人要求而定)

  1. 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
  2. 所有页面相互超链接,可到三级页面,有5-10个页面组成。
  3. 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
  4. 菜单美观、醒目,二级菜单可正常弹出与跳转。
  5. 要有JS特效,如定时切换和手动切换图片轮播。
  6. 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。。
  7. 页面清爽、美观、大方,不雷同。 。
  8. 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

三、📚网站介绍

📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。

📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。

📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;

📙网页编辑方面:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。
其中:
(1)📜html文件包含:其中index.html是首页、其他html为二级页面;
(2)📑 css文件包含:css全部页面样式,文字滚动, 图片放大等;
(3)📄 js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。


四、🌐网站效果

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述


五、🔧 网站代码

🧱HTML结构代码


<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>游戏</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="header">
  <div class="wrapper clearfix">
    <div id="logo"> <a href="index.html"><img src="images/logo.png" alt="LOGO" width="120"></a> </div>
    <ul id="navigation">
      <li> <a href="index.html">首页</a> </li>
      <li class="selected"> <a href="about.html">介绍</a> </li>
      <li> <a href="blog.html">资讯</a> </li>
      <li> <a href="gallery.html">图片</a> </li>
      <li> <a href="contact.html">联系作者</a> </li> |
    </ul>
  </div>
</div>
<div id="contents">
  <div class="wrapper clearfix">
    <div id="sidebar">
      <ul>
        <li> <a href="blog.html"><img src="images/earth-small.jpg" alt="Img" height="154" width="213"></a> </li>
        <li> <a href="blog.html"><img src="images/spaceshuttle-closeup.jpg" alt="Img" height="154" width="213"></a> </li>
      </ul>
     
    </div>
    <div class="main">
      <h1>介绍</h1>
      <p>吃鸡即大吉大利,晚上吃鸡简称,网络流行词,该词最早来源于电影《决胜21点》,随后在游戏《绝地求生:大逃杀》而火遍网络,当你获得第一名的时候就会有一段台词出现:“大吉大利,晚上吃鸡”,所以,“吃鸡”即指玩家在《绝地求生:大逃杀》等逃杀类游戏中取得第一。</p>
      <p> 随着游戏《绝地求生:大逃杀》的红火,《绝地求生:大逃杀》是一款大逃杀类型的游戏,每一局游戏将有100名玩家参与,他们将被投放在绝地岛(battlegrounds)的上空,游戏开始跳伞时所有人都一无所有。相信很多普通玩家在游戏中拿第一肯定是少有的事情,因此关于“吃鸡”梗更多的是从直播间们主播的口头禅中听来的。</p>
      <p> 在蓝洞公司的设计下,绝地逃生这个游戏让大吉大利,晚上吃鸡出名了,在各主播和玩家的带动下,吃鸡这个词语越来越火。

现在“吃鸡”一词特指此类大逃杀游戏,以及在比赛中获取第一名(多用于年轻人)。 </p>
      <p> “大吉大利,晚上吃鸡!”,更多的是从直播间们主播的口头禅中听来的。这段话的英文原版是“WINNER WINNER ,CHICKEN DINNER!”,源于电影《决胜21点》中的一段台词。 </p>
    </div>
  </div>
</div>
<div id="footer">
  <ul id="featured" class="wrapper clearfix">
    <li> <img src="images/astronaut.jpg" alt="Img" height="204" width="220">
      <h3><a href="blog.html">游戏截图</a></h3>
    
    </li>
    <li> <img src="images/earth.jpg" alt="Img" height="204" width="220">
      <h3><a href="blog.html">游戏截图</a></h3>

    </li>
    <li> <img src="images/spacecraft-small.jpg" alt="Img" height="204" width="220">
      <h3><a href="blog.html">游戏截图</a></h3>
    </li>
    <li> <img src="images/space-shuttle.jpg" alt="Img" height="204" width="220">
      <h3><a href="blog.html">游戏截图</a></h3>
    </li>
  </ul>
  <div class="body">
    <p >版权所有</p>
  </div>
</div>
</body>
</html>


💒CSS样式代码


/* Website template from cssmoban.com */
@font-face {
	font-family: 'PTSerif-Caption';
	src: url('../fonts/PT_Serif-Caption-Web-Regular.eot');
	src: local('☺'), url('../fonts/PT_Serif-Caption-Web-Regular.woff') format('woff'), url('../fonts/PT_Serif-Caption-Web-Regular.ttf') format('truetype'), url('../fonts/PT_Serif-Caption-Web-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: url(../images/bg-body.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 960px;
	margin: 0;
}
img {
	border: 0;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
/*------------------------------ HEADER ------------------------------*/
.btn1, .btn2, .btn3, #newsletter input {
	background: url(../images/interface.png) no-repeat;
}
.btn1, .btn2, .btn3 {
	color: #fdfdfd;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -3px 0 3px #053131;
	text-transform: uppercase;
}
.btn1 {
	background-position: 0 0;
	height: 34px;
	line-height: 34px;
	width: 202px;
	padding: 0 3px 9px;
}
.btn2 {
	background-position: 0 -53px;
	height: 37px;
	line-height: 37px;
	width: 216px;
	padding: 0 3px 8px;
}
.btn3 {
	background-position: 0 -108px;
	font: 22px/49px Georgia, "Times New Roman", Times, serif;
	height: 49px;
	width: 222px;
}
.btn1:hover {
	background-position: -222px 0;
}
.btn2:hover {
	background-position: -232px -53px;
}
.btn3:hover {
	background-position: -232px -108px;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background: url(../images/bg-header.png) repeat-x center top;
	height: 50px;
	padding: 16px 0 0;
	text-align: right;
}
/** Logo **/
#logo {
	float: left;
	display: inline-block;
	margin-left: 10px;
}
/** Navigation **/
#navigation {
	display: inline-block;
	height: 30px;
	list-style: none;
	margin: 0 10px;
	padding: 0;
*width: 516px; /** Needed for IE7 **/
}
#navigation li {
	float: left;
	margin: 0 30px;
}
#navigation li:first-child {
	margin-left: 0;
}
#navigation li a {
	color: #efefef;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
}
#navigation li a:hover, #navigation li.selected a {
	color: #44b2f1;
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background: url(../images/bg-content.png) repeat-x center top;
	margin: 0 0 24px;
	padding: 56px 0 0;
}
#contents h1, #featured h3 {
	color: #fbfdfd;
	font: italic 34px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 18px;
}
#contents p {
	color: #e8eff4;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 30px;
	text-align: justify;
}
#contents p a {
	color: #e8eff4;
}
#contents p a:hover {
	color: #0aa3fa;
}
#contents p b {
	display: block;
}
#contents .body {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#contents .click-here {
	float: right;
	background: url(../images/spacecraft.jpg) no-repeat center top;
	display: inline-block;
	height: 162px;
	width: 301px;
	margin-left: 20px;
	text-align: center;
}
#contents .click-here h1 {
	color: #addcfe;
	font-style: italic;
	line-height: 36px;
	margin: 18px 0;
}
/** adbox **/
#adbox {
	background: #020a13 url(../images/bg-adbox.jpg) no-repeat center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 433px;
	margin: -56px 0 22px;
/** Needed for IE7 **/
*margin: 0;
*position: relative;
*top: -56px;
}
#adbox .wrapper {
	width: 940px;
	padd
#contact form ul li > label {
	float: right;
	color: #e8eff4;
	display: inline-block;
	font: italic 14px/36px 'PTSerif-Caption';
	width: 230px;
}
#contact form ul li > label.msg {
	margin-bottom: 60px;
	padding-top: 80px;
}
#contact form ul li:hover > label {
	color: #2da6fc;
}
#contact textarea {
	float: left;
	background-color: #fff;
	color: #060606;
	font: 14px/36px Arial, Helvetica, sans-serif;
	height: 367px;
	width: 450px;
	border: 0;
	margin: 0 10px 0 0;
	padding-left: 10px;
	overflow: auto;
}
#contact form ul li div {
	display: inline-block;
	width: 225px;
	margin: 50px 0;
	padding-left: 5px;
}
#contact form ul li div label {
	color: #fcc43d;
	display: inline-block;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#contact input[type='text'] {
	background-color: #fff;
	color: #060606;
	font: 14px/36px Arial, Helvetica, sans-serif;
	height: 36px;
	width: 440px;
	border: 0;
	margin-right: 10px;
	padding: 0 10px;
}
#contact input[type='checkbox'] {
	background-position: 0 0;
	height: 13px;
	width: 12px;
	border: 0;
	margin-left: 0;
	margin-right: 10px;
	padding: 0;
}
#contact input[type='submit'] {
	cursor: pointer;
	border: 0;
	margin-top: 3px;
	margin-left: 5px;
}
#contact div.checkbox label {
	cursor: pointer;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #e8eff4;
	border-top: 1px solid #fdfcfc;
}
#footer .body {
	background: #072438 url(../images/bg-footer.jpg) no-repeat center top;

	padding: 16px 0; text-align:center
}
#footer h4 {
	color: #fff;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 12px;
}
#footer p {
	color: #fff;

}
/** featured **/
#featured {
	display: block;
	list-style: none;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}
#featured li {
	float: left;
	width: 220px;
	margin: 0 10px;
	text-align: center;
}
#featured li h3 {
	color: #07304d;
	font-size: 18px;
	margin: 18px 0;
}
#featured li h3 a {
	color: #07304d;
	text-decoration: none;
}
#featured li h3 a:hover {
	color: #51a9e9;
}
#featured li p {
	color: #07304d;
	font-size: 12px;
	text-align: center;
}
/** links **/
#links {
	float: left;
	width: 460px;
	margin: 0 10px;
}
#links > div {
	float: left;
	width: 230px;
}
#links ul {
	list-style: none;
	width: 178px;
	margin: 0;
	padding: 0;
}
#links ul li {
	background: url(../images/border-footer.png) repeat-x left bottom;
	margin: 0 0 6px;
	padding: 3px 0 8px;
}
#links ul li:first-child {
	padding-top: 0;
}
#links ul li a {
	color: #7890a1;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
}
#links ul li a:hover {
	color: #e8eff4;
}
/** newsletter **/
#newsletter {
	float: left;
	width: 460px;
	margin: 0 10px 10px;
}
#newsletter form {
	display: inline-block;
}
#newsletter input {
	float: left;
	font: 12px/36px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 36px;
	border: 0;
	margin: 0;
	padding: 0;
}
#newsletter input[type='text'] {
	background-position: 0 bottom;
	width: 282px;
	margin-right: 24px;
	padding-left: 6px;
	padding-right: 6px
}
#newsletter input[type='submit'] {
	background-position: -304px bottom;
	color: #fff;
	cursor: pointer;
	width: 102px;
}
#newsletter input[type='submit']:hover {
	background-position: right bottom;
}
#footer .footnote {
	float: right;
	display: inline-block;
	color: #03436f;
	width: 460px;
	margin-right: 10px;
}




六、🥇 如何让学习不再盲目

很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习 。


七、🎁更多干货

1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏”一键三连哦!

2.💗【👇🏻👇🏻👇🏻关注我| 获取更多源码 | 优质文章】带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

3.

以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻🔥

!

💂【获取方式】

gitee码云源码仓库-欢迎Star: https://gitee.com/zhanyuqiu2022/my-app

【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

举报
请填写举报理由
0/200