Web前端開發(fā)技術(shù) 描述 網(wǎng)頁設(shè)計(jì)題材,DIV+CSS 布局制作,HTML+CSS網(wǎng)頁設(shè)計(jì)期末課程大作業(yè) 茶文化網(wǎng)站 | 中華傳統(tǒng)文化題材" />

国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

15158846557 在線咨詢 在線咨詢
15158846557 在線咨詢
所在位置: 首頁 > 營銷資訊 > 網(wǎng)站運(yùn)營 > 大一學(xué)生HTML5期末大作業(yè)——基于HTML+CSS制作中藥主題實(shí)訓(xùn)素材

大一學(xué)生HTML5期末大作業(yè)——基于HTML+CSS制作中藥主題實(shí)訓(xùn)素材

時(shí)間:2023-06-08 20:09:02 | 來源:網(wǎng)站運(yùn)營

時(shí)間:2023-06-08 20:09:02 來源:網(wǎng)站運(yùn)營

大一學(xué)生HTML5期末大作業(yè)——基于HTML+CSS制作中藥主題實(shí)訓(xùn)素材:?> ? 源碼獲取 文末聯(lián)系 ?

Web前端開發(fā)技術(shù) 描述 網(wǎng)頁設(shè)計(jì)題材,DIV+CSS 布局制作,HTML+CSS網(wǎng)頁設(shè)計(jì)期末課程大作業(yè) 茶文化網(wǎng)站 | 中華傳統(tǒng)文化題材 | 京劇文化水墨風(fēng)書畫 | 中國民間年畫文化藝術(shù)網(wǎng)站 | 等網(wǎng)站的設(shè)計(jì)與制作 | HTML期末大學(xué)生網(wǎng)頁設(shè)計(jì)作業(yè)
  1. HTML:結(jié)構(gòu)
  2. CSS:樣式 在操作方面上運(yùn)用了html5和css3, 采用了div+css結(jié)構(gòu)、表單、超鏈接、浮動(dòng)、絕對(duì)定位、相對(duì)定位、字體樣式、引用視頻等基礎(chǔ)知識(shí)

前端學(xué)習(xí)路線

(1)html文件:其中index.html是首頁、其他html為二級(jí)頁面; (2)css文件:css全部頁面樣式,文字滾動(dòng), 圖片放大等; (3)js文件:js實(shí)現(xiàn)動(dòng)態(tài)輪播特效, 表單提交, 點(diǎn)擊事件等等(網(wǎng)頁中運(yùn)用到j(luò)s代碼)

網(wǎng)頁基本結(jié)構(gòu)

(1)首頁:進(jìn)入網(wǎng)頁中看到的第一個(gè)頁面(LOGO、公司名稱、導(dǎo)航、banner、新聞、相關(guān)信息、底部信息、banner一般是5個(gè)   (2)二級(jí)頁面:從首頁點(diǎn)擊進(jìn)入之后的頁面叫做二級(jí)頁面 (3)三級(jí)頁面:從二級(jí)頁面點(diǎn)擊進(jìn)入的頁面

網(wǎng)頁html:網(wǎng)頁是構(gòu)成網(wǎng)站的基本元素,是承載各種網(wǎng)站應(yīng)用的平臺(tái)。通俗地說,網(wǎng)站就是由網(wǎng)頁組成的 首頁網(wǎng)站:首頁是一個(gè)網(wǎng)站的入口網(wǎng)頁,故往往會(huì)被編輯得易于了解該網(wǎng)站多數(shù)作為首頁的文件名是index加上擴(kuò)展名 導(dǎo)航菜單:是指位于頁面頂部或者側(cè)邊區(qū)域的,也稱之為導(dǎo)航欄,它起著鏈接站點(diǎn)或者軟件內(nèi)的各個(gè)頁面的作用. 網(wǎng)頁頁腳:是網(wǎng)頁中每個(gè)頁面的底部的區(qū)域。常用于顯示附加信息。如作者、備案號(hào)等。


網(wǎng)頁演示




在這里插入圖片描述



HTML結(jié)構(gòu)代碼

<!DOCTYPE html><html><head> <meta charset="UTF-8" /> <title>首頁</title> <link href="css/main.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/font/iconfont.css" /> <link rel="stylesheet" href="css/major.css" /> <style> /* 輪播樣式 */ /* #region */ .swiper { width: 1000px; height: 400px; margin: 0 auto; overflow: hidden; position: relative; margin-top: 65px; } .swiper>.lb { background-position: center; background-repeat: no-repeat; background-size: cover; height: 400px; width: 100%; } .swiper>.lb:nth-child(1) { background-image: url('images/main/1.jpg'); } .swiper>.lb:nth-child(2) { background-image: url('images/main/2.jpg'); } .swiper>.lb:nth-child(3) { background-image: url('images/main/3.jpg'); } .swiper>.lb_btn { width: 50px; height: 50px; position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); cursor: pointer; background-position: center; background-repeat: no-repeat; background-size: 100%; } .swiper>.l { left: 8px; background-image: url('images/icon/l.png'); } .swiper>.r { right: 8px; background-image: url('images/icon/r.png'); } .swiper>.lb_bottom { position: absolute; bottom: 0; width: 100%; height: 25px; } .swiper>.lb_bottom>.lb_point { width: 80px; z-index: 4; height: 20px; margin: 0 auto; display: flex; justify-content: center; align-items: center; } .swiper>.lb_bottom>.lb_point>span { display: inline-block; width: 8px; height: 8px; border-radius: 8px; background-color: #808080; margin-left: 5px; margin-right: 5px; } .hiddle { display: none; } .swiper>.lb_bottom>.lb_point>.poAct { background-color: #007aff; } /* #endregion */ /* 廣告樣式 */ /* #region */ .adv { width: 100%; height: 60px; margin: 0; margin-top: 10px; position: relative; } .adv>.adv_item { height: 100%; width: 100%; background-position: center; background-repeat: no-repeat; background-size: 100%; } .adv>.adv_img1 { background-image: url('images/adv/1.jpg'); } .adv>.adv_img2 { background-image: url('images/adv/2.jpg'); } .adv>.adv_img3 { background-image: url('images/adv/3.jpg'); } .sw_adv { position: absolute; right: 10px; top: 5px; z-index: 2; color: #086879; background-color: #a09090a6; border-radius: 2px; padding-left: 2px; padding-right: 2px; } .sw_adv>.icon-cuowu { margin-left: 8px; } .sw_adv>.icon-cuowu:hover { cursor: pointer; } /* #endregion */ /* main樣式 */ .yemian { margin-bottom: 10px; } </style></head><body> <div> <!-- 導(dǎo)航欄 --> <nav class="myNavbar"> <div class="nav_container"> <div class="container_l"> <div class="logo item"><a href="index.html"></a></div> <div class="item item_act"><a href="index.html">首頁</a></div> <div class="item"><a href="introduce.html">中藥介紹</a></div> <div class="item"><a href="development.html">中藥發(fā)展史</a></div> <div class="item"><a href="varieties.html" id="user_center">中藥品種</a></div> </div> </div> </nav> <!-- 輪播 --> <div class="swiper"> <div class="lb" index="1"></div> <div class="hiddle lb" index="2"></div> <div class="hiddle lb" index="3"></div> <div class="l lb_btn"></div> <div class="r lb_btn"></div> <div class="lb_bottom"> <div class="lb_point"> <span index="1" class="lb_po poAct"></span> <span index="2" class="lb_po"></span> <span index="3" class="lb_po"></span> </div> </div> </div> <!-- main package --> <div class="yemian"> <div class="kuang"> <div class="wenzi"> <p> 以中國傳統(tǒng)醫(yī)藥理論指導(dǎo)采集、炮制、制劑,說明作用機(jī)理,指導(dǎo)臨床應(yīng)用的藥物,統(tǒng)稱為中藥。簡而言之,中藥就是指在中醫(yī)理論指導(dǎo)下,用于預(yù)防、治療、診斷疾病并具有康復(fù)與保健作用的物質(zhì)。中藥主要來源于天然藥及其加工品,包括植物藥、動(dòng)物藥、礦物藥及部分化學(xué)、生物制品類藥物。由于中藥以植物藥居多,故有“諸藥以草為本”的說法。 </p> </div> </div> <div class="tu"> <div class="t"> <a href="javascript:void()"><img class="an_img" src="images/1.jpg" width="323" height="270" /></a> </div> <div class="t"> <a href="javascript:void()"><img class="an_img" src="images/2.jpg" width="323" height="270" /></a> </div> <div class="t"> <a href="javascript:void()"><img class="an_img" src="images/3.jpg" width="323" height="270" /></a> </div> <div class="t"> <a href="javascript:void()"><img class="an_img" src="images/20.jpg" width="323" height="270" /></a> </div> <div class="t"> <a href="javascript:void()"><img class="an_img" src="images/21.jpg" width="323" height="270" /></a> </div> <div class="t"> <a href="javascript:void()"><img class="an_img" src="images/22.jpg" width="323" height="270" /></a> </div> </div> <div class="clearit"></div> </div> <div class="banquan"> <p>Copyright ?2022 &nbsp;&nbsp;&nbsp; 姓名:xxx &nbsp;&nbsp;&nbsp; 學(xué)號(hào):xxxx</p> </div> <!-- 返回頂部 --> <div class="to" id="to_top"> <a href="#top" title="返回頂部"> <span class="iconfont icon-huojianxianxing"></span> </a> </div> </div></body><script> // 輪播 //#region // nodeList轉(zhuǎn)為數(shù)組 let imgList = Array.from(document.querySelectorAll('.lb')) let poList = Array.from(document.querySelectorAll('.lb_po')) let currentIndex = 1 let timerID = '' // 計(jì)時(shí)器id document.querySelector('.l').onclick = function() { changeImg('l') reSwiper() } document.querySelector('.r').onclick = function() { changeImg('r') reSwiper() } // 自動(dòng)輪播 function autoSwiper() { timerID = window.setInterval(function() { changeImg('r') }, 3000) } autoSwiper() // 刷新輪播 function reSwiper() { window.clearInterval(timerID) autoSwiper() } // 改變圖片 function changeImg(dir) { imgHiddle() if (dir == 'l') { currentIndex = currentIndex == 1 ? 3 : currentIndex - 1 } else { currentIndex = currentIndex == 3 ? 1 : currentIndex + 1 } imgList.some(function(e, i) { let ind = e.getAttribute('index') if (currentIndex == ind) { e.classList.remove('hiddle') poList[i].classList.add('poAct') return true } }) } // 清除樣式 function imgHiddle() { imgList.forEach(function(e, i) { e.classList.remove('hiddle') e.classList.add('hiddle') poList[i].classList.remove('poAct') // 清除小點(diǎn)的樣式 }) } //#endregion</script></html>

學(xué)的反而越迷茫

有這種感覺很正常,因?yàn)槟氵€沒有真正去公司里面待過,也不清楚自己到底要學(xué)多少東西才能勝任公司里面給你分配的活。我從你的表述來看,你的基礎(chǔ)應(yīng)該還是很扎實(shí)的。跟著網(wǎng)上那種全套的視頻教程學(xué)肯定沒有問題。

當(dāng)你以后真正進(jìn)入公司,發(fā)現(xiàn)工作的難度和量大約只有你學(xué)習(xí)時(shí)期的大約20%,你可能就會(huì)發(fā)出一聲嘆息:原來工作也不過如此嘛。

這是很正常的,因?yàn)榇蟛糠止臼钦心氵M(jìn)去去干活的,寫業(yè)務(wù)的,不是讓你一個(gè)新人去研發(fā)公司架構(gòu)的。都是現(xiàn)成的東西,你要做的就是在別人的教導(dǎo)下,手把手的指揮下去添磚加瓦。到時(shí)候你恐怕要驚呼:就這?

所以,放松心態(tài)吧,好好享受大學(xué)時(shí)光 —————————————————


學(xué)習(xí)更多

關(guān)注我 | 點(diǎn)贊博文 | 每天帶你漲知識(shí)




關(guān)鍵詞:主題,素材,學(xué)生,作業(yè),中藥

74
73
25
news

版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點(diǎn)擊下載Chrome瀏覽器
關(guān)閉