时间:2023-05-09 20:15:01 | 来源:网站运营
时间:2023-05-09 20:15:01 来源:网站运营
HTML期末作业 蛋糕bootstrap响应式网站html+css+javascript+jquery+bootstarp: 精彩专栏推荐✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 作者主页: 【主页—— 获取更多优质源码】 web前端期末大作业: 【 毕设项目精品实战案例 (1000套) 】 程序员有趣的告白方式:【 HTML七夕情人节表白网页制作 (110套) 】 超炫酷的Echarts大屏可视化源码:【 echarts大屏展示大数据平台可视化(150套) 】 免费且实用的WEB前端学习指南: 【 web前端零基础到高级学习视频教程 120G干货分享】 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 坚持原创,热衷分享,初心未改,继往开来!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html编辑软件进行运行及修改编辑等操作)。 其中: (1) html文件包含:其中index.html是首页、其他html为二级页面; (2) css文件包含:css全部页面样式,文字滚动, 图片放大等; (3) js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。<!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.jpg"></div> <div class="nav"><a href="index.html">网站首页</a><a href="qiaokeli.html">巧克力蛋糕</a><a href="musi.html">慕斯蛋糕</a><a href="denglu.html">会员登录</a><a href="jieshao.html">蛋糕介绍</a></div> <div class="clear"></div> </header> <!--内容--> <div class=" con"> <div class="pic"> <div class="banner"> <img src="images/banner.jpg"> </div> </div> <div class="container part2"> <h2 class="Title"><strong>CAKE DESSERT</strong> <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>¥318.00</h2> </li> </a> <a href="xq.html"> <li class="col-sm-4"><img src="images/2.jpg" width="100%"/> <p>榛果摩卡布拉吉</p> <h2>¥218.00</h2> </li> </a> <a href="xq.html"> <li class="col-sm-4"><img src="images/3.jpg" width="100%"/> <p>爱丽丝花境</p> <h2>¥258.00</h2> </li> </a> </ul> </div> <div class="Part1 container"> <div class="text"> <p>蛋糕是一种古老的西点,一般是由烤箱制作的,蛋糕是用鸡蛋、白糖、小麦粉为主要原料。以牛奶、果汁、奶粉、香粉、色拉油、水,起酥油、泡打粉为辅料。经过搅拌、调制、烘烤后制成一种像海绵的点心。 蛋糕是一种面食,通常是甜的,典型的蛋糕是以烤的方式制作出来。蛋糕的材料主要包括了面粉、甜味剂(通常是蔗糖)、黏合剂(一般是鸡蛋,素食主义者可用面筋和淀粉代替)、起酥油(一般是牛油或人造牛油,低脂肪含量的蛋糕会以浓缩果汁代替),液体(牛奶,水或果汁),香精和发酵剂(例如酵母或者发酵粉)。</p> <p>英语中使用的“cake ”一词,大约于英国13世纪时出现,来源于古北欧语“kaka”。蛋糕的原始称呼是“甜的面包”,历史上第一个制作蛋糕的是埃及人,诸多陵墓中发掘出的壁画也证明了这一点。</p> </div> </div> </div> <!--底部--> <footer> <p>蛋糕 </p> </footer></div></body></html>
/*通用类*/* { margin: 0; padding: 0;}body { margin: 0 auto; line-height: 21px}img { border: none; max-width: 100%;}a { cursor: pointer; color: #333; text-decoration: none; outline: none;}em { font-style: normal;}.lt { float: left;}.rt { float: right;}ul, li, h1, h2, h3, p { padding: 0; margin: 0; list-style: none}ul { list-style-type: none;}.clear { clear: both}/*header 开始*/header { background: #e8d2ad; border-bottom: 2px solid #f1f1f1;}header .logo { height: 120px; width: auto; text-align:center; margin: 0 auto;}header .logo img { width: auto; height: 100%;}header .nav { float: left; width: 100%; text-align: center; height: 40px; line-height: 40px; background:#d4ba8d;}header .nav a { float: left; width: 20%; display: inline-block; text-align: center; color: #000; float:left; font-size: 16px; text-decoration:none}header .nav a:hover{ background:#996633}.banner { background-size: cover;}.banner img { width: 100%; display: block;}footer { text-align: center; background: #e8d2ad;}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: 100%; 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;} @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: 14px; 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;}}
请 “ 点赞” “✍️评论” “ 收藏”
一键三连哦! 【 关注我| 获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!关键词:作业,蛋糕,响应