前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >学生网页课程设计期末作业 HTML+CSS+JavaScript甜品蛋糕网页设计(5页)

学生网页课程设计期末作业 HTML+CSS+JavaScript甜品蛋糕网页设计(5页)

原创
作者头像
IT司马青衫
发布2022-08-24 10:21:42
4900
发布2022-08-24 10:21:42
举报
文章被收录于专栏:html5期末大作业html5期末大作业

✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 💂 作者主页: 【主页——🚀获取更多优质源码】

🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】

🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】

🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】

🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】

🥇 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!

<hr>

<hr>

@TOC

<hr>

一、👨‍🎓网站题目

🥧 美食网页介绍、🍰甜品蛋糕、🦐地方美食小吃文化、🍺餐饮文化、等网站的设计与制作。

<hr>

二、✍️网站描述

🍧美食主题网站 主要对各种美食进行展示,让浏览者清晰地了解到各种美食的详细信息,便于浏览者进行选择。该模块的左侧有个美食分类,用户可以选择自己喜欢的种类,当点击种类后,就会在右侧出现该分类下的各种美食,用户可以点击自己感兴趣的食品,从而看到它的具体信息。它的具体信息包括配料、产地及它的一些功能,使用户对该食品有着全面的认识。

👨‍🎓静态网站的编写主要是用HTML DIV+CSS JS等来完成页面的排版设计👩‍🎓,常用的网页设计软件有Dreamweaver、EditPlus、HBuilderX、VScode 、Webstorm、Animate等等,用的最多的还是DW,当然不同软件写出的前端Html5代码都是一致的,本网页适合修改成为各种类型的产品展示网页,比如美食、旅游、摄影、电影、音乐等等多种主题,希望对大家有所帮助。

<hr>

三、📚网站介绍

📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

📓网站程序方面:计划采用最新的网页编程语言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代码)。


四、🌐网站效果

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

<hr>

五、🪓 代码实现

🧱HTML结构代码

代码语言:html
复制
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="css/reset.css">
    <link rel="stylesheet" href="css/style.css">
    <title>21cake</title>
</head>

<body>
    <!-- 头部导航栏部分  start -->
    <header>
        <div class="inner">
            <div class="logo">
                <img src="picture/logo.png" width="120px" height="44px" alt="21cake 蛋糕官网">
            </div>
            <ul class="nav">
                <li><a href="index.html">首页</a></li>
                <li><a href="class.html">蛋糕</a></li>
                <li><a href="class.html">面包</a></li>
                <li><a href="class.html">冰淇淋</a></li>
                <li><a href="class.html">咖啡下午茶</a></li>
                <li><a href="class.html">全国送</a></li>
                <li><a href="class.html">企业专区</a></li>
            </ul>
            <ul class="join">
                <li><a href="#">APP下载</a></li>
                <li><a href="#">北京</a><i class="city"></i></li>
                <li><a href="#">消息</a></li>
                <li><a href="login.html">登录</a>/<a href="register.html">注册</a></li>
                <li class="cart"><i></i></li>
            </ul>
        </div>
    </header>
    <!-- 轮播图部分 -->
    <div class="slider">
        <img src="picture/slider-1.jpg" alt="">
    </div>
    <!-- 中间部分  start -->
    <div class="content">
        <div class="home-module home-menu">
            <a href="#1">
                <img src="picture/menu-1.jpg" alt="新品" title="新品">
            </a>
            <a href="#2">
                <img src="picture/menu-2.jpg" alt="新品" title="新品">
            </a>
            <a href="#3">
                <img src="picture/menu-3.jpg" alt="新品" title="新品">
            </a>
            <a href="#4">
                <img src="picture/menu-4.jpg" alt="新品" title="新品">
            </a>
            <a href="#5">
                <img src="picture/menu-5.png" alt="新品" title="新品">
            </a>
        </div>
        <!-- 新品专区  start-->
        <div class="home-module home-colorful" id="1">
            <h4 class="home-module-title">
                新品
                <span>/</span>
                <span>专区</span>
            </h4>
            <div class="colorful-top-banner">
                <a href="#" target="_blank">
                    <img src="picture/menu-top-1.jpg" alt="">
                </a>
            </div>
            <div class="colorful-product-list">
                <div class="list-box">
                    <ul>
                        <li>
                            <a href="#">
                                <img src="picture/xinpin-cake-1.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/xinpin-cake-2.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/xinpin-cake-3.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/xinpin-cake-4.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        <!-- 生日专区  start-->
        <div class="home-module home-colorful" id="2">
            <h4 class="home-module-title">
                生日
                <span>/</span>
                <span>专区</span>
            </h4>
            <div class="colorful-top-banner">
                <a href="#" target="_blank">
                    <img src="picture/menu-top-2.jpg" alt="">
                </a>
            </div>
            <div class="colorful-product-list">
                <div class="list-box">
                    <ul>
                        <li>
                            <a href="#">
                                <img src="picture/shengri-cake-1.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/shengri-cake-2.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/shengri-cake-3.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/shengri-cake-4.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        <!-- 儿童专区  start-->
        <div class="home-module home-colorful" id="3">
            <h4 class="home-module-title">
                儿童
                <span>/</span>
                <span>专区</span>
            </h4>
            <div class="colorful-top-banner">
                <a href="#" target="_blank">
                    <img src="picture/menu-top-3.jpg" alt="">
                </a>
            </div>
            <div class="colorful-product-list">
                <div class="list-box">
                    <ul>
                        <li>
                            <a href="#">
                                <img src="picture/child-cake-1.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/child-cake-2.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/child-cake-3.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/child-cake-4.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        <!-- 聚会专区  start-->
        <div class="home-module home-colorful" id="4">
            <h4 class="home-module-title">
                聚会
                <span>/</span>
                <span>专区</span>
            </h4>
            <div class="colorful-top-banner">
                <a href="#" target="_blank">
                    <img src="picture/menu-top-4.jpg" alt="">
                </a>
            </div>
            <div class="colorful-product-list">
                <div class="list-box">
                    <ul>
                        <li>
                            <a href="#">
                                <img src="picture/party-cake-1.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/party-cake-2.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/party-cake-3.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                        <li>
                            <a href="#">
                                <img src="picture/party-cake-4.png" alt="">
                            </a>
                            <a href="#">
                                <h6>米道</h6>
                            </a>
                            <a href="">
                                <p>天真、天然,是这款蛋糕唯一的出发点</p>
                            </a>
                            <div class="tag-list">
                                <a href="">儿童 ></a>
                                <a href="">新品 ></a>
                                <a href="">生日 ></a>
                            </div>
                            <div class="cart-info">
                                <span class="spec">¥298.00/454g(1.0磅)</span>
                                <a href="" class="add-cart">加入购物车</a>
                            </div>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        <!-- 活动门  start-->
        <div class="home-module home-colorful" id="5">
            <h4 class="home-module-title">
                活动门
                <span>/</span>
                <span>是被吸引了吧</span>
            </h4>
            <ul class="active-content">
                <li>
                    <a href="">
                        <img src="picture/active.jpg" alt="" class="lazy">
                    </a>
                </li>
            </ul>
        </div>
        <!-- 二一客  start-->
        <div class="home-module home-colorful" id="6">
            <h4 class="home-module-title">
                廿一客
                <span>/</span>
                <span>文章</span>
                <a href="">查看更多 ></a>
            </h4>
            <ul class="active-content">
                <li>
                    <a href="">
                        <img src="picture/reader-1.jpg" alt="" class="lazy">
                        <h4>冬季刊·进博会</h4>
                        <p>
                            <span></span>
                            <span>阅读全文 >></span>
                        </p>
                    </a>
                </li>
                <li>
                    <a href="">
                        <img src="picture/reader-2.jpg" alt="" class="lazy">
                        <h4>廿一志秋刊·客服Q&A</h4>
                        <p>
                            <span></span>
                            <span>阅读全文 >></span>
                        </p>
                    </a>
                </li>
            </ul>
        </div>
    </div>
    <!-- 底部footer  start -->
    <footer>
        <img class="footer-logo" src="picture/footer-logo.png" height="36" width="96" alt>
        <div class="footer-nav">
            <a href="#">联系我们</a>
            <span>|</span>
            <a href="#">订购帮助</a>
            <span>|</span>
            <a href="#">企业合作</a>
            <span>|</span>
            <a href="#">生产经营资质</a>
            <span>|</span>
            <a href="#">公告专区</a>
        </div>
        <div class="footer-icon">
            <a class="footer-weixin">
                <img src="picture/footericon-02.png">
            </a>
        </div>
        <div class="footer-text">
            <span>订购专线: xxxx-xxxxxxx (服务时间 08:00-22:00),团购热线: xxx xxxx xxxx</span>
            <span>客服电话:xxxx-xxxxxxx</span>
            <span>请提前3小时预定,当日 20点 以后的订单,于次日 8点 后开始审核</span>
            <span>当日蛋糕配送截至下单时间 20:00</span>
            <span>店铺地址:xxxxxxxxxxxxxxxxxx</span>
        </div>
        <div class="footer-copy">
            <span>Copyright© 信德利蛋糕官网商城 2007-2018, 版权所有 京ICP备14006254号-1</span>
        </div>
    </footer>
    <!-- 底部footer  end -->
</body>

</html>

💒CSS样式代码

代码语言:css
复制
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Microsoft YaHei'; }

button {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none;
  color: #684029; }

/*# sourceMappingURL=reset.css.map */

<hr>

六、🥇 如何让学习不再盲目

很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习。

💂【获取方式】

gitee码云源码仓库-欢迎Star: https://gitee.com/zhanyuqiu2022/my-app

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 一、👨‍🎓网站题目
  • 二、✍️网站描述
  • 三、📚网站介绍
  • 四、🌐网站效果
  • 五、🪓 代码实现
    • 🧱HTML结构代码
      • 💒CSS样式代码
      • 六、🥇 如何让学习不再盲目
      • 💂【获取方式】
      领券
      问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档