時(shí)間:2023-09-20 13:18:01 | 來源:網(wǎng)站運(yùn)營
時(shí)間:2023-09-20 13:18:01 來源:網(wǎng)站運(yùn)營
大一html5期末大作業(yè) :基于html實(shí)現(xiàn)非遺文化網(wǎng)頁設(shè)計(jì)題材【傳統(tǒng)文化木雕】7個(gè)頁面:精彩專欄推薦 文末獲取聯(lián)系 ?? 作者簡介: 一個(gè)熱愛把邏輯思維轉(zhuǎn)變?yōu)榇a的技術(shù)博主 作者主頁: 【主頁—— 獲取更多優(yōu)質(zhì)源碼】 web前端期末大作業(yè): 【 畢設(shè)項(xiàng)目精品實(shí)戰(zhàn)案例 (1000套) 】 程序員有趣的告白方式:【 HTML七夕情人節(jié)表白網(wǎng)頁制作 (110套) 】 超炫酷的Echarts大屏可視化源碼:【 Echarts大屏展示大數(shù)據(jù)平臺(tái)可視化(150套) 】 HTML+CSS+JS實(shí)例代碼: 【 ?HTML+CSS+JS實(shí)例代碼 (炫酷代碼) 繼續(xù)更新中...】 免費(fèi)且實(shí)用的WEB前端學(xué)習(xí)指南: 【 web前端零基礎(chǔ)到高級學(xué)習(xí)視頻教程 120G干貨分享】關(guān)于作者: 歷任研發(fā)工程師,技術(shù)組長,教學(xué)總監(jiān);曾于2016年、2020年兩度榮獲CSDN年度十大博客之星。 十載寒冰,難涼熱血;多年過去,歷經(jīng)變遷,物是人非。 然而,對于技術(shù)的探索和追求從未停歇。 堅(jiān)持原創(chuàng),熱衷分享,初心未改,繼往開來!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html編輯軟件進(jìn)行運(yùn)行及修改編輯等操作)。 其中: (1) html文件包含:其中index.html是首頁、其他html為二級頁面; (2) css文件包含:css全部頁面樣式,文字滾動(dòng), 圖片放大等; (3) js文件包含:js實(shí)現(xiàn)動(dòng)態(tài)輪播特效, 表單提交, 點(diǎn)擊事件等等(個(gè)別網(wǎng)頁中運(yùn)用到j(luò)s代碼)。<!DOCTYPE HTML><html><head><meta charset="utf-8"><title>傳統(tǒng)手工藝 木雕</title><link href="css/style.css" rel="stylesheet" type="text/css" /></head><body><!----網(wǎng)頁開始------><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="lishi.html">歷史沿革</a></li><li><a href="fenlei.html">木雕分類</a></li><li><a href="jingdian.html">木雕經(jīng)典</a></li><li><a href="tuce.html">圖冊展示</a></li><li><a href="zhuce.html">會(huì)員注冊</a></li><li><a href="denglu.html">會(huì)員登陸</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>木雕是雕塑的一種,在我們國家常常被稱為"民間工藝"。木雕可以分為立體圓雕、根雕、浮雕三大類。木雕是從木工中分離出來的一個(gè)工種,在我們國家的工種分類中為"精細(xì)木工"。以雕刻材料分類的民間美術(shù)品種。一般選用質(zhì)地細(xì)密堅(jiān)韌,不易變形的樹種如楠木、紫檀、樟木、柏木、銀杏、沉香、紅木、龍眼等。采用自然形態(tài)的樹根雕刻藝術(shù)品則為"樹根雕刻"。</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>版權(quán)所有©傳統(tǒng)手工藝 木雕</p></div></div></body></html>
@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;} /*---網(wǎng)頁開始-----*/.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:750px;height: 50px;margin: 0 auto;margin-left: 10px;float: left;margin-top:40px; margin-left:45px;}#nav ul{ height:50px; line-height:50px; font-size:14px; margin:0 auto;}#nav ul li{ width:100px; height:50px; line-height:50px; float:left; text-align:center;}#nav ul li a {font-family: "微軟雅黑";font-size: 18px;margin-left: 2px;display: block;}.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;}.lishi{ width:964px; height:auto; overflow:hidden; margin:0 auto; padding-top:20px; }.lishi p{ line-height:25px; font-size:14px; margin-bottom:10px; text-indent:2em; }.lishi img{ display:block; margin:0 auto; margin-top:10px; margin-bottom:10px; }.box1-ner{padding-top: 60px;width: 1000px;margin: 0 auto;height:auto;overflow:hidden; }.box1-ner ul{ padding:0px; }.box1-ner ul li{width: 300px;float: left;margin: 0px 16px;margin-bottom:10px; }.box1-ner ul li img{ margin-bottom:10px; }.box1-ner ul li p{ height:40px; line-height:40px; text-align:center; font-size:20px; color:#504f49; }.zhuce{ width:300px; height:420px; margin:0 auto; padding-top:60px; }.tit{ height:25px; line-height:25px; font-size:14px; margin-bottom:20px; }.mingc{ width:80px; line-height:25px; float:left; }.inpt{ width:200px; height:25px; border:#CCC 1px solid; float:left; } .btn{ display:block; width:100px; height:40px; line-height:40px; text-align:center; background:#963; color:#FFF; font-size:14px; border:none; float:left; margin-right:20px; }
請 “ 點(diǎn)贊” “??評論” “ 收藏”
一鍵三連哦! 【 關(guān)注我| 獲取更多源碼 | 優(yōu)質(zhì)文章】
帶您學(xué)習(xí)各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學(xué)生畢業(yè)HTML模板 、期末大作業(yè)模板 、等! 「在這里有好多 前端 開發(fā)者,一起探討 前端 Node 知識(shí),互相學(xué)習(xí)」!關(guān)鍵詞:文化,設(shè)計(jì),傳統(tǒng),題材,作業(yè),實(shí)現(xiàn)
客戶&案例
營銷資訊
關(guān)于我們
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。