時間:2023-10-15 14:42:01 | 來源:網(wǎng)站運營
時間:2023-10-15 14:42:01 來源:網(wǎng)站運營
HTML期末作業(yè),基于html實現(xiàn)中國臉譜傳統(tǒng)文化網(wǎng)站設(shè)計(5個頁面):精彩專欄推薦 文末獲取聯(lián)系 ?? 作者簡介: 一個熱愛把邏輯思維轉(zhuǎn)變?yōu)榇a的技術(shù)博主 作者主頁: 【主頁—— 獲取更多優(yōu)質(zhì)源碼】 web前端期末大作業(yè): 【 畢設(shè)項目精品實戰(zhàn)案例 (1000套) 】 程序員有趣的告白方式:【 HTML七夕情人節(jié)表白網(wǎng)頁制作 (110套) 】 超炫酷的Echarts大屏可視化源碼:【 Echarts大屏展示大數(shù)據(jù)平臺可視化(150套) 】 HTML+CSS+JS實例代碼: 【 ?HTML+CSS+JS實例代碼 (炫酷代碼) 繼續(xù)更新中...】 免費且實用的WEB前端學(xué)習(xí)指南: 【 web前端零基礎(chǔ)到高級學(xué)習(xí)視頻教程 120G干貨分享】關(guān)于作者: 歷任研發(fā)工程師,技術(shù)組長,教學(xué)總監(jiān);曾于2016年、2020年兩度榮獲CSDN年度十大博客之星。 十載寒冰,難涼熱血;多年過去,歷經(jīng)變遷,物是人非。 然而,對于技術(shù)的探索和追求從未停歇。 堅持原創(chuàng),熱衷分享,初心未改,繼往開來!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html編輯軟件進(jìn)行運行及修改編輯等操作)。 其中: (1) html文件包含:其中index.html是首頁、其他html為二級頁面; (2) css文件包含:css全部頁面樣式,文字滾動, 圖片放大等; (3) js文件包含:js實現(xiàn)動態(tài)輪播特效, 表單提交, 點擊事件等等(個別網(wǎng)頁中運用到j(luò)s代碼)。<!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>藝術(shù)</title><link rel="stylesheet" type="text/css" href="css/style.css" /></head><body><div class="wrap"> <div class="top"> <div class="logo"><img src="images/logo.png" width="404" height="125" /></div> <div class="nav"> <ul> <li><a href="index.html">首頁</a></li> <li><a href="introduce.html">介紹</a></li> <li><a href="center.html">中心</a></li> <li><a href="art.html">藝術(shù)</a></li> <li><a href="about.html">關(guān)于</a></li> </ul> </div> <div class="s_btn"></div> </div> <div class="art_box"><img src="images/art_01.png" width="1024" height="528" /></div> <div class="box2"> <div class="box_c"> <div class="box_z"><p>寶貴的民間文化。每張臉譜,都承載著<br />它的生命。</p></div> <div class="box_e"><img src="images/tu_02.png" width="154" height="124" /></div> </div> </div> <div class="box3"> <div class="lj1"> <a href="#">網(wǎng)站地圖</a> <a href="#" style="margin-top:30px;">隱私政策</a> <a href="#" style="margin-top:60px;">簡體中文 / English </a> </div> <div class="lj1"> <a href="#">聯(lián)系我們</a> <a href="#" style="margin-top:30px;">常見問題與回復(fù)</a> </div> <div class="bq"></div> </div> <div class="foot"> <div class="backTop"><a href="#"><img src="images/tu_03.png" width="27" height="24" /></a></div> </div></div></body></html>
@charset "utf-8";/* CSS Document */body,p{margin:0; padding:0; font-family:"黑體";}ul{list-style:none; margin:0; padding:0;}.wrap{ width:1024px; height:auto; margin:0 auto;}.top{ width:1024px; height:125px; float:left; background:url(../images/T-bg_01.png); background-repeat:repeat-x;}.logo{ width:404px; height:125px; float:left; margin-left:94px;}.nav{ width:300px; height:18px; float:left; margin-top:58px; margin-left:20px;}.nav li{float:left;}.nav li a{ font-family:"黑體"; font-size:12px; line-height:18px; display:block; width:60px; text-align:center; color:#3d3935; text-decoration:none;}.nav li a:hover{ color:#F00;}.s_btn{ width:36px; height:39px; float:left; background:url(../images/s-1.png) no-repeat; margin-top:40px; margin-left:20px;}.ban-box{ width:1024px; height:398px; float:left; background:#ac977e;}#ban{ width:589px; height:363px; float:left; background:url(../images/ban.png) no-repeat; margin-left:218px;}#t1_box{ width:1024px; height:20px; float:left;}#t1_1{ width:auto; float:left; margin-left:138px;}#t1_1 a{font-size:12px; text-decoration:none; color:#000000;}#t1_1 a:hover{color:#666; text-decoration:underline;}#gd{ width:78px; height:19px; float:left; margin-left:211px; background:url(../images/btn_01.png) top right no-repeat;}#gd a{font-size:12px; text-decoration:none; color:#000; line-height:19px;}#gd a:hover{color:#666;}#box1{width:1024px; height:394px; float:left; background:url(../images/tu.png) no-repeat;}.box2{width:1024px; height:206px; float:left; background:#ac977e;}.box_c{width:576px; height:206px; margin:0 auto;}.box_z{width:319px; height:55px; float:left; margin-top:74px;}.box_z p{font-family:18px; line-height:30px; font-weight:bold;}.box_e{width:154px; height:124px; float:left; margin-top:38px; margin-left:89px;}.box3{width:1024px; height:207px; float:left; background-color:#d4c7b7;}.lj1{width:99px; height:155px; float:left; margin-top:48px; margin-left:137px;}.lj1 a{font-size:10px; color:#000; text-decoration:none; display:block; width:99px;}.bq{width:auto; height:12px; float:left; margin-left:212px; margin-top:164px; font-size:10px; color:#000;}.foot{width:1024px; height:44px; float:left; background:#ac977e;}.backTop{width:27px; height:25px; float:right; margin-right:38px; margin-top:11px;} .art_box{width:1024px; height:auto; float:left;}#te{width:1024px; height:220px; float:left; background:#ac977e;}.he1{ width:205px; height:170px; float:left; margin-top:44px;}.bt_box{ width: 171px; height: 21px; float: left; margin-left: 38px; font-size: 14px; line-height: 21px; color: #000000;}.fr{float:right;}.text1{width:205px; height:auto; float:left; margin-top:12px;}.z{font-size: 10px; line-height: 18px; color: #000000;}#form_box{ width:1024px; height:620px; float:left; background:#f8f8f8;}#form_wtap{ width:760px; height:477px; float:left; margin-top:31px; margin-left:140px;}.line_box{ width:760px; height:auto; float:left; margin-bottom:20px;}.left_box{ width: 155px; height: auto; float: left; padding-top: 10px; font-size: 12px; font-weight:bold; color: #000000;}#wbqy{ width:579px; height:141px; float:left; padding-top:10px; padding-bottom:2px; padding-left:10px; background-image:url(../images/from_01.jpg); background-repeat:no-repeat;}#wbqy textarea{ width:560px; height:130px; border:none; overflow:hidden;}.ipt_box{ width:573px; height:25px; float:left; padding:8px; background-image:url(../images/from_02.jpg); background-repeat:no-repeat;}.ipt_box input{ width:560px; height:22px; border:none; background:none;}#sub_btn{ width:581px; height:55px; font-size:18px; font-weight:bold; color:#000; background-image:url(../images/sub-1.png); background-repeat:no-repeat; border:none; cursor:pointer; margin-left:158px;}
請 “ 點贊” “??評論” “ 收藏”
一鍵三連哦! 【 關(guān)注我| 獲取更多源碼 | 優(yōu)質(zhì)文章】
帶您學(xué)習(xí)各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學(xué)生畢業(yè)HTML模板 、期末大作業(yè)模板 、等! 「在這里有好多 前端 開發(fā)者,一起探討 前端 Node 知識,互相學(xué)習(xí)」!關(guān)鍵詞:文化,傳統(tǒng),設(shè)計,臉譜,中國,作業(yè),實現(xiàn)
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。