0
点赞
收藏
分享

微信扫一扫

web期末作业设计网页_环境保护主题_大学生网页设计作业成品

📂文章目录

  • ​​二、📚网站介绍​​
  • ​​三、🔗网站效果​​
  • ​​▶️1.视频演示​​
  • ​​🧩 2.图片演示​​
  • ​​四、💒 网站代码​​
  • ​​🧱HTML结构代码​​
  • ​​🏠CSS样式代码​​
  • ​​五、🎁更多源码​​

二、📚网站介绍

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

📓网站程序方面:计划采用最新的网页编程语言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代码)。

三、🔗网站效果

▶️1.视频演示

G15JP 环保环境保护12页

🧩 2.图片演示

web期末作业设计网页_环境保护主题_大学生网页设计作业成品_web


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_javascript_02


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_web_03


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_前端_04


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_javascript_05


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_javascript_06


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_html_07


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_html_08


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_javascript_09


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_html_10


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_javascript_11


web期末作业设计网页_环境保护主题_大学生网页设计作业成品_web_12

四、💒 网站代码

🧱HTML结构代码

<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="css/style.css" />

</head>
<body>
<div class="main" >

<div class="w12">
<div class="daohang">




<div class="img"><img src="images/1.jpeg"></div>

<ul>
<li class="active"><a href="index.html">首页</a>


<li ><a href="huanjingbaohu.html">环境保护</a>

</ul>

</div>
</div>
<div class="clear"></div>

<div class="w12">
<div class="dibu">

<div class="desc">
某某某版权所有
</div>


</div>
</div>
<div class="clear"></div></div></body></html>

🏠CSS样式代码

@charset "utf-8";
*{margin:0;padding:0;}
body{margin:0 auto}
.clear{ clear:both;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:underline;}
li{list-style-type:none;}
img{width:auto;max-width:100%;}
.main{width:1200px;margin:0 auto;overflow:visible;}

.w12{width:1200px;margin:0 auto;}


.daohang {
width:1200px;float:left;

}

.daohang .img{

text-align:center;
}

.daohang .img img{
width:200px;height:90px;
}



.daohang ul{
width:1200px;background:#0ea62f;float:left;
}
.daohang ul li{
float:left;
;
width:100px;height:40px;line-height:40px;text-align:center;padding:10px 0px;
position: relative;
z-index: 3;
}
.daohang ul li a.active{
color:#ffffff;}
.daohang ul li a{
color:#ffffff;}

.daohang li:hover a{
color:#ffffff;}

.daohang ul li:hover{
background-color:#000000;color:#ffffff;
}




.tp1 ul
{
width:1200px;height:500px;}
.tp1 ul li{
width:580px;height:500px;float:left;
padding:10px;
text-align:center;
}
.tp1 ul li img
{
width:580px;height:500px;}

五、🎁更多源码

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

举报

相关推荐

web期末作业设计网页

0 条评论