時(shí)間:2023-10-01 15:18:02 | 來源:網(wǎng)站運(yùn)營(yíng)
時(shí)間:2023-10-01 15:18:02 來源:網(wǎng)站運(yùn)營(yíng)
中國(guó)傳統(tǒng)美食網(wǎng)頁HTML代碼 學(xué)生網(wǎng)頁課程設(shè)計(jì)期末作業(yè)下載 美食大學(xué)生網(wǎng)頁設(shè)計(jì)制作成品下載 DW餐飲美食網(wǎng)頁作業(yè)代碼下載: 精彩專欄推薦?? 作者簡(jiǎ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套) 】 免費(fèi)且實(shí)用的WEB前端學(xué)習(xí)指南: 【 web前端零基礎(chǔ)到高級(jí)學(xué)習(xí)視頻教程 120G干貨分享】 關(guān)于作者: 歷任研發(fā)工程師,技術(shù)組長(zhǎng),教學(xué)總監(jiān);曾于2016年、2020年兩度榮獲CSDN年度十大博客之星。 十載寒冰,難涼熱血;多年過去,歷經(jīng)變遷,物是人非。 然而,對(duì)于技術(shù)的探索和追求從未停歇。 堅(jiān)持原創(chuàng),熱衷分享,初心未改,繼往開來!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html編輯軟件進(jìn)行運(yùn)行及修改編輯等操作)。 其中: (1) html文件包含:其中index.html是首頁、其他html為二級(jí)頁面; (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"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type="text/css" rel="stylesheet" href="css/bootstrap.css" /> <link type="text/css" rel="stylesheet" href="css/css.css" /> <title>糖果</title> </head> <body style="background:#fff;"> <!--頂部--> <div class="container"> <header> <div class="logo"><img src="images/logo.png"></div> <div class="nav"> <a href="index.html">網(wǎng)站首頁</a> <a href="qiaokeli.html">奶糖</a> <a href="musi.html">巧克力糖果</a> <a href="jieshao.html">糖果介紹</a> <a href="denglu.html">會(huì)員登錄</a> <a href="zhuce.html">會(huì)員注冊(cè)</a> </div> <div class="clear"></div> </header> <!--內(nèi)容--> <div class=" con"> <div class="pic"> <div class="banner"> <img src="images/banner.jpg"> </div> </div> <div class="Part1 container"> <div class="text"><br><br> <p> 糖果,是糖果糕點(diǎn)的一種,指以糖類為主要成份的一種小吃。若水果或堅(jiān)果類食物裹上糖衣,則稱為甜食(如糖葫蘆)。 </p> <p>在亞洲文化廣義上,巧克力及口香糖很多時(shí)亦會(huì)視為糖果的一種。在歐美國(guó)家,糖果是僅指指使用白砂糖或麥芽糖下去制作的產(chǎn)品。而古時(shí)歐美甚至使用蜂蜜為原料制作糖果,但因?yàn)榉涿鄢煞诌^多不容易控制而不適用工業(yè)化生產(chǎn)。 </p> </div> </div> <div class="container part2"> <h2 class="Title"> <span>糖果屋</span></h2> <ul class="row"> <a href="xq.html"> <li class="col-sm-4"><img src="images/1.jpg" width="100%" /> <p>牛皮糖</p> <h2>¥8.00</h2> </li> </a> <a href="xq.html"> <li class="col-sm-4"><img src="images/2.jpg" width="100%" /> <p>大白兔糖</p> <h2>¥18.00</h2> </li> </a> <a href="xq.html"> <li class="col-sm-4"><img src="images/3.jpg" width="100%" /> <p>麥芽糖</p> <h2>¥58.00</h2> </li> </a> </ul> </div> </div> <!--底部--> <footer> <p>糖果 </p> </footer> </div> </body></html>
footer { text-align: center; background: #FFC6D5;}footer p { height: 70px; line-height: 70px;}.Title { font-size: 32px; color: #333; text-align: center; line-height: 50px; margin: 20px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.Title strong { display: block; position: relative; top: 20px; color: #ddd; font-size: 44px}.Title span { position: relative; top: -10px; display: block}.con .text { font-size: 18px; color: #333; line-height: 26px;}.csf li h3 { margin: 20px 0}.csf { padding-bottom: 40px}.csf p { line-height: 24px}.con .text p { margin: 0 0 10px 0;}.Part1 { padding-bottom: 40px}.Part1 .text { margin: 0 auto; max-width: 800px; text-align: center; font-size: 16px; line-height: 30px;}.part2 { margin-bottom: 0px;}.part2 li { text-align: center; margin-bottom: 30px;}.part2 li p { font-size: 16px; padding: 10px 0; display: block;}.part2 li img {}.container {}.bj { display: block; width: 100%; background: url(../images/bj.gif); height: 40px; margin-bottom: 20px;}.part3 li { text-align: left;}.part3 li h3 { font-size: 20px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.part3 li p { height: 420px; padding: 10px; line-height: 26px; color: #333; overflow: hidden; font-size: 14px;}.part4 li { margin-bottom: 20px; text-align: center;}.text2 { max-width: 500px; margin: 0 auto}.part4 { padding-bottom: 40px}.part4 li p { margin: 15px 0; margin-bottom: 0}.part4 li img { width: 100%; height: 270px; object-fit: cover; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}.tx h1 { padding-bottom: 30px;}.tx { font-size: 16px; line-height: 30px}.part4 li img:hover { box-shadow: 0px 0px 15px #888888;}.form_con { margin: 30px 0; font-size: 16px;}.form_con .phone { width: 100%; height: 36px; padding: 0 15px; box-sizing: border-box; font-size: 14xp; margin-bottom: 10px; display: block;}.form_con .phone.oi { height: 120px;}.form_con button { width: 140px; height: 36px; background: #666; border: none; color: #fff;}@keyframes my1 { 0% { transform: translate(0px, 0px) } 50% { transform: translate(0px, -20px) } 100% { transform: translate(0px, 0px) }}.ditu { position: relative;}.xiaoqi { position: absolute; width: 50px; top: 30px; left: 20%;}.xiaoqi img { width: 100%;}.xiaoqi1 { animation: my1 2s ease-in-out infinite; -webkit-animation: my1 ease-in-out 2s infinite;}.xiaoqi2 { position: absolute; width: 50px; top: 30%; left: 30%; animation: my1 2s ease-in-out infinite; -webkit-animation: my1 ease-in-out 2s infinite;}.xiaoqi3 { position: absolute; width: 50px; top: 60%; left: 80%; animation: my1 2s ease-in-out infinite; -webkit-animation: my1 ease-in-out 2s infinite;}.part2 li img { height: 360px; display: block; object-fit: cover;}@media only screen and (max-width:1200px) {}@media only screen and (max-width:1000px) { header .nav a { font-size: 20px; }}@media only screen and (max-width:746px) { .row, .Title { margin: 0 } .Part1 .text { font-size: 14px; line-height: 22px } .text2, .Part1 .text { margin: 10px } .Title strong { font-size: 30px } header .nav { width: 100%; height: 50px; display: flex; line-height: 50px; text-align: center; justify-content: center; } header .logo { height: 50px; } header .nav a { font-size: 12px; float: none; width: auto; margin: 0 5px; } .part2 li img { height: auto; } .part4 li { height: auto; } .Title { font-size: 20px; } .text { font-size: 14px; line-height: 26px; }}
請(qǐng) “ 點(diǎn)贊” “??評(píng)論” “ 收藏”
一鍵三連哦! 【 關(guān)注我| 獲取更多源碼 | 優(yōu)質(zhì)文章】
帶您學(xué)習(xí)各種前端插件、3D炫酷效果、圖片展示、文字效果、以及整站模板 、大學(xué)生畢業(yè)HTML模板 、期末大作業(yè)模板 、等! 「在這里有好多 前端 開發(fā)者,一起探討 前端 Node 知識(shí),互相學(xué)習(xí)」!關(guān)鍵詞:設(shè)計(jì),作業(yè),大學(xué)生,傳統(tǒng),中國(guó),學(xué)生,課程
客戶&案例
營(yíng)銷資訊
關(guān)于我們
客戶&案例
營(yíng)銷資訊
關(guān)于我們
微信公眾號(hào)
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。