本文主要是介绍web期末作业设计网页_传统文化设计题材_手工艺木雕 (1),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
🌩️ 精彩专栏推荐👇🏻👇🏻👇🏻
💂 作者主页: 【进入主页—🚀获取更多源码】
🎓 web前端期末大作业: 【📚HTML5网页期末作业 (1000套) 】
🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
📂文章目录
- 二、📚网站介绍
- 三、🔗网站效果
- ▶️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.视频演示
N34JP-传统手工艺术雕刻带素材(3页)
🧩 2.图片演示
四、💒 网站代码
🧱HTML结构代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>传统手工艺 木雕</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head><body>
<!----网页开始------>
<div class="main">
<!----top开始------>
<div class="top">
<div class="logo"><img src="img/logo.jpg" /></div>
<div id="nav">
<ul>
<li><a href="index.html">网站首页</a></li>
<li><a href="fenlei.html">木雕分类</a></li>
<li><a href="jingdian.html">木雕经典</a></li>
</ul>
</div>
</div>
<div class="banner"><img src="img/banner1.jpg" /></div>
<div class="box01">
<div class="ner">
<img src="img/banquan01.jpg">
<div class="wenz">
<div class="tex">木雕简介</div>
<p>木雕是雕塑的一种,在我们国家常常被称为"民间工艺"。木雕可以分为立体圆雕、根雕、浮雕三大类。木雕是从木工中分离出来的一个工种,在我们国家的工种分类中为"精细木工"。以雕刻材料分类的民间美术品种。一般选用质地细密坚韧,不易变形的树种如楠木、紫檀、樟木、柏木、银杏、沉香、红木、龙眼等。采用自然形态的树根雕刻艺术品则为"树根雕刻"。</p>
</div>
</div>
</div>
<div class="box02">
<div class="txt">木雕图鉴</div>
<div class="box02-ner">
<div class="left">
<p>木雕是雕塑的一种,在我们国家常常被称为"民间工艺"。</p>
<img src="img/box01.jpg" />
</div>
<div class="right">
<img src="img/box02.jpg" />
<img class="mar23" src="img/box03.jpg" />
</div>
</div>
</div><div class="foot">
<p>版权所有:传统手工艺 木雕</p>
</div></div></body>
</html>
🏠CSS样式代码
@charset "utf-8";
/* CSS Document */body{ margin:0 auto; font-size:14px; font-family: "微软雅黑"; line-height:22px; background:#c0c0c0; }div,p,input,ul,li,img,h1,h2,h3{ height:auto; margin:0;; padding:0; vertical-align:middle ;}li{ list-style:none;}a{color:#333;text-decoration:none;}a:link{ color:#333;}a:hover {color:#c50d0d;text-decoration:none;overflow:hidden;}/*---网页开始-----*/
.main{ width:1080px; height:auto; overflow:hidden; min-height:1000px; margin:0 auto; background:#FFF;}/*---top开始-----*/
.top{ width:100%; height:120px;}
.logo{ width: 202px;height: 68px;float: left;margin-top: 30px;margin-left: 40px;}#nav{ width: 655px;
height: 50px;
background: url(../img/nav.png) no-repeat;
margin: 0 auto;
margin-left: 10px;
float: left;
margin-top:40px; margin-left:45px;}
#nav ul{ width:655px; height:50px; line-height:50px; font-size:14px; margin:0 auto;}
#nav ul li{ width:200px; height:50px; line-height:50px; float:left; text-align:center;}
#nav ul li a {
font-family: "微软雅黑";
font-size: 18px;
margin-left: 2px;
display: block;
color:#FFF;
}.banner{ width:1080px; height:287px; }
.box01{ width:967px; height:300px; padding:54px 38px 61px 75px;}
.box01 .ner{ width:966px; height:300px;}
.box01 .ner img{ float:left}
.box01 .wenz{width: 467px;
height: 258px;
background:#eeeeee;
padding: 20px 30px;
float: left;}
.box01 .wenz .tex{ font-size:30px; height:45px; line-height:45px;}
.box01 .wenz p{ font-size:18px; line-height:30px;}
.box02{ width:1080px; height:470px;}
.txt{ height:50px; line-height:50px; margin-top:50px; text-align:center; font-size:30px;}
.box02-ner{ width:787px; height:420px; margin:0 auto;}
.box02-ner .left{ width:481px; height:420px; margin-right:23px;float:left; }
.box02-ner .left p{ font-size:16px; text-align:center; height:40px; line-height:40px;}
.box02-ner .right{ width:283px; height:420px; float:left;}
.mar23{ margin-top:23px;}.foot{ height:90px; margin:0 auto; line-height:90px; text-align:center; font-size:16px; background:#967847; margin-top:30px; color:#FFF}.ccun{ height:607px; width:1020px; margin-bottom:55px; padding:30px;}
.ccun-tit{ width:1080px; height:60px; color:#ee7421; text-align:center; font-size:30px; line-height:60px;}
.ccun-shang{ width: 950px;
height: 212px;
padding: 10px 0px;
margin: 0 auto; }
.ccun-shang ul{}
.ccun-shang ul li{ width:316px; height:207px; float:left; text-align:center;}
.ccun-xia{ width: 1010px;
height: 260px;
margin: 0 auto;}
.ccun-xia ul{}
.ccun-xia ul li{ width: 236px;height: 180px;border: #967847 1px solid;margin: 0px 28px;border-radius: 10px;float: left;padding:20px;}
.ccun-xia ul li h1{ font-weight:normal;font-size:16px; height:40px; line-height:40px; text-align:center;}
.ccun-xia ul li p{ color:#000000; font-size:12px; line-height:25px;}
.jies {width: 964px;margin: 0 auto;margin-top: 0px;margin-bottom: 0px;margin-top: 20px;margin-bottom: 50px;
}
.lv-box{ width:1000px; height:225px; padding:20px;}
.lv-box img{ width:300px; height:203px; float:left; margin-right:20px;}
.lv-box-r{ width:605px; height:225px; float:left;}
.lv-box .lv-tit{ font-size:16px; height:40px; line-height:40px; font-weight:bold;}
.lv-box p{ font-size:14px; line-height:30px; float:left; text-indent:2em;}
五、🎁更多源码
1.如果我的博客对你有帮助 请 “👍点赞” “✍️评论” “💙收藏”
一键三连哦!
2.💗【👇🏻👇🏻👇🏻🉑关注我| 获取更多源码】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、等!
📣以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻
这篇关于web期末作业设计网页_传统文化设计题材_手工艺木雕 (1)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!