• web网页设计期末课程大作业 HTML+CSS+JavaScript 美食餐饮文化主题网站设计 学生DW静态网页设计


    🎀 精彩专栏推荐👇🏻👇🏻👇🏻

    ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
    💂 作者主页: 【主页——🚀获取更多优质源码】
    🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
    🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
    🌎超炫酷的Echarts大屏可视化源码:【🦄 echarts大屏展示大数据平台可视化(150套) 】
    🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
    🥇 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



    一、👨‍🎓网站题目

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


    二、✍️网站描述

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

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


    三、📚网站介绍

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

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


    四、🌐网站效果

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


    五、🪓 代码实现

    🧱HTML结构代码

    
    DOCTYPE html>
    <html lang="zh">
    	<head>
    		<meta charset="UTF-8">
    		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
    		<meta name="renderer" content="webkit"/>
    		<meta name="force-rendering" content="webkit"/>
    		<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
    		<meta name="renderer" content="webkit|ie-comp|ie-stand">
    		<title>日式料理餐饮公司网站html模板首页 - 模板之家 http://www.cssmoban.comtitle>
    		<link rel="stylesheet" href="css/swiper.min.css" />	
    		<link rel="stylesheet" type="text/css" href="css/style.css"/>
    	head>
    	<body>
    		<div class="bgwrap">
    			<div class="w1200">
    				<div class="header clearfix">
    					<ul class="ul1 fl">
    						<li><a href="index">网站首页a>li>
    						<li><a href="">关于我们a>li>
    						<li><a href="">美味菜肴a>li>
    						<li><a href="case.html">店面展示a>li>
    					ul>
    					<a href="" class="logo"><img src="picture/logo.png"/>a>
    					<ul class="ul2 fr">
    						<li><a href="">招商合作a>li>
    						<li><a href="">合作商风采a>li>
    						<li><a href="news.html">新闻资讯a>li>
    						<li><a href="details.html">新闻内容a>li>
    					ul>
    				div>
    			div>		                                                                                                                                      
    			<div class="box">
    				<div class="banner">
    					<ul class="bannerfix slides clearfix">
    			        	<li><img class="bimg" src="picture/banner.jpg" />li>
    			        	<li><img class="bimg" src="picture/banner.jpg" />li>
    			        	<li><img class="bimg" src="picture/banner.jpg" />li>
    					ul>	
    					<div class="bamnline"><span>span>div>	
    				div>
    				<div class="index-sec1 clearfix">
    					<div class="sec1-left fl">
    						<div class="title clearfix">
    							<p class="p2">品牌介绍p>
    							<p class="p1">ブランド紹介p>
    						div>
    						<div class="video-kuai ">
    							<div class="video-tu">
    								<img src="picture/tu3.jpg"/>
    							div>
    							<div class="video-cont">
    								<video  src="http://www.w3school.com.cn/example/html5/mov_bbb.mp4" controls="controls"> 
    								video>
    								<i class="close">×i>
    							div>
    						div>	
    					div>
    					<div class="sec1-right fr">
    						<ul class="clearfix">
    							<li>
    								<a href="">
    									<p class="p1">XX餐饮集团创立于<b>b>p>
    									<p class="p2"><strong class="strong1" >2010strong><i>i>p>
    								a>
    							li>
    							<li>
    								<a href="">
    									<p class="p1">拥有直营店运营经验<b>b>p>
    									<p class="p2"><strong class="strong2" >12strong><i>i>p>
    								a>
    							li>
    							<li>
    								<a href="">
    									<p class="p1">集团旗下品牌项目<b>b>p>
    									<p class="p2"><strong class="strong3" >7strong><i>i>p>
    								a>
    							li>
    							<li>
    								<a href="">
    									<p class="p1">集团合作加盟商<b>b>p>
    									<p class="p2"><strong class="strong4" >1000strong><i>+i>p>
    								a>
    							li>							
    						ul>
    						<div class="div1">
    							<p class="p3">XX日式料理 <span>about usspan>p>
    							<p class="p4">								
    								XX日式料理创立于2010年,拥有三十年直营店运营经验,始终贯彻营
    								养健康的环保理念。为顾客准备的特色菜品有一百二十余款,分为生鱼刺
    								身、餐前小菜、寿司(手工握寿司、卷物花寿司/手卷物、炙寿司)、日式
    								寿喜锅、烧烤、炸煎、沙拉、饭、面、酒水饮料等十大种类。XX日式料理将
    								正统日式餐饮与文化相结合,形成独特的餐饮模式,满足不同消费群体的不同需求。
    							p>
    							<div class="clearfix">
    								<a href="" class="more">view more +a>
    							div>
    							<p class="p5">400-1234-566p>
    							<p class="p6">需要我们帮忙吗? 给我们一个电话或安排一个电话p>
    						div>
    						
    					div>
    				div>
    				<div class="index-sec2">
    					<div class="w1200">
    						<div class="title title2">
    							<p class="p2">菜品展示p>
    							<p class="p1">メニュー展示p>
    						div>
    						<div class="sec2gun">
    							<div class="bd">
    								<ul class="picList clearfix">
    										<li>
    											<a href="">
    												<figure><img src="picture/tu2.jpg"/>figure>
    												<figcaption>figcaption>
    												<p class="p1">より多くのシリーズp>
    												<p class="p2">更多系列p>
    											a>
    										li>
    										<li>
    											<a href="">
    												<figure><img src="picture/tu2.jpg"/>figure>
    												<figcaption>figcaption>
    												<p class="p1">より多くのシリーズp>
    												<p class="p2">更多系列p>
    											a>
    										li>
    										<li>
    											<a href="">
    												<figure><img src="picture/tu2.jpg"/>figure>
    												<figcaption>figcaption>
    												<p class="p1">より多くのシリーズp>
    												<p class="p2">更多系列p>
    											a>
    										li>
    										<li>
    											<a href="">
    												<figure><img src="picture/tu2.jpg"/>figure>
    												<figcaption>figcaption>
    												<p class="p1">より多くのシリーズp>
    												<p class="p2">更多系列p>
    											a>
    										li>
    										
    										<li>
    											<a href="">
    												<figure><img src="picture/tu2.jpg"/>figure>
    												<figcaption>figcaption>
    												<p class="p1">より多くのシリーズp>
    												<p class="p2">更多系列p>
    											a>
    										li>							
    										<li>
    											<a href="">
    												<figure><img src="picture/tu2.jpg"/>figure>
    												<figcaption>figcaption>
    												<p class="p1">より多くのシリーズp>
    												<p class="p2">更多系列p>
    											a>
    										li>
    										<li>
    											<a href="">
    												<figure><img src="picture/tu2.jpg"/>figure>
    												<figcaption>figcaption>
    												<p class="p1">より多くのシリーズp>
    												<p class="p2">更多系列p>
    											a>
    										li>
    									
    									ul>
    							div>
    							<div class="hd">
    >view morespan>
    											<i>i>
    										div>
    									figcaption>
    								a>
    							li>
    							<li>
    								<a href="">
    									<figure><img src="picture/tu4.png"/>figure>
    									<figcaption>
    										<p class="p1">定心亦称禅心,指清静寂定的心境p>
    										<div class="clearfix">
    											<span>view morespan>
    											<i>i>
    										div>
    									figcaption>
    								a>
    							li>
    							<li>
    								<a href="">
    									<figure><img src="picture/tu4.png"/>figure>
    									<figcaption>
    										<p class="p1">定心亦称禅心,指清静寂定的心境p>
    										<div class="clearfix">
    											<span>view morespan>
    											<i>i>
    										div>
    									figcaption>
    								a>
    							li>
    							<li>
    								<a href="">
    									<figure><img src="picture/tu4.png"/>figure>
    									<figcaption>
    										<p class="p1">定心亦称禅心,指清静寂定的心境p>
    										<div class="clearfix">
    											<span>view morespan>
    											<i>i>
    										div>
    									figcaption>
    								a>
    							li>
    						ul>
    					div>
    					<a href="" class="more">view more   +a>
    				div>
    				<div class="index-sec4">
    					<div class="w1200">
    						<div class="title title2">
    							<p class="p2">合作商风采p>
    							<p class="p1">合作商の風采p>
    						div>
    						<div class="sec4gun">
    							<div class="bd">
    								<ul class="picList clearfix">
    									<li>
    										<a href="">
    											<figure><img src="picture/tu5.png"/>figure>
    											<p>加盟商风采p>
    										a>
    									li>
    									<li>
    
    										<td>
    											<input type="text" name="" id="" value="qq" />
    										td>
    									tr>
    									<tr>
    										<td colspan="2">
    											<p class="p3">详情p>
    											<textarea name="" rows="" cols="">textarea>
    										td>
    									tr>
    									<tr>
    										<td colspan="2">
    											<input type="submit" name="" id="" value="立即提交"  class="sub"/>
    										td>
    									tr>
    						
    								table>
    							div>
    							<div class="sec6-right fr">
    								<ul>
    									<li>
    										<p class="p1">全国服务热线p>
    										<p class="p2">4006-333-566p>
    									li>
    									<li>
    										<p class="p1">联系电话p>
    										<p class="p2">13825073768p>
    									li>
    									<li>
    										<p class="p1">地址p>
    										<p class="p3">合肥市庐阳区濉溪路国金大厦12楼p>
    									li>
    									<li>
    										<p class="p4">隐藏于繁华都市中的心灵港湾<br />XX日式料理/温暖人心的门店p>
    									li>
    								ul>
    							div>
    						div>
    					div>
    					<p class="copyright">
    						版权所有:安徽XX日料有限公司 <a href="http://www.cssmoban.com/" target="_blank">模板之家a>
    					p>
    				div>
    			div>	
    		div>
    		<script src="js/jquery-3.3.1.min.js">script>			
    		<script src="js/superslide.2.1.3.js">script>		
    		<script src="js/plugin.js">script>
    		<script src="js/animationcounter.js">script>
    		<script src="js/banner.js">script>
    		<script src="js/index.js">script>		
    		<script src="js/swiper.min.js">script>
    		<script src="js/more.js">script>		
    	body>	
    
    html>
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • 291
    • 292
    • 293
    • 294
    • 295
    • 296

    💒CSS样式代码

    .bgwrap{ background: url(../images/kuai.png) repeat; padding: 0 5.2% 50px 5.2%;}
    .header{ position: relative; }
    .header ul li{ float: left;}
    .header li a{ display: block; color: #000; font-size: 16px; font-family: "siyuan"; height: 100px; line-height: 100px; margin-right: 45px; transition: all 0.6s;}
    .header .ul2 li a{ margin-left: 45px; margin-right: 0;}
    .header .logo{ position: absolute; top: 0; right: 50%; margin-right: -94px; z-index: 333;}
    
    
    .banner { position:relative; overflow:hidden;}
    .banner .bannerfix >li { height: 100%; line-height: 0; opacity:0; transition:opacity 1000ms linear; -webkit-transition:opacity 1000ms linear; float:left;}
    .banner .bannerfix >li .bimg { line-height: 0; width: 100%; position: relative; transition: transform 5s ease; -webkit-transition: transform 5s ease; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
    .banner .bannerfix >li.imgIn{ opacity:1; z-index:10; display:block;}
    .banner .bannerfix >li.imgIn .bimg { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
    
    .banner .flex-control-nav{ width:100%; height:20px; position:absolute; left:0; bottom:30px; text-align:center; z-index:20;}
    .banner .flex-control-nav li{ display:inline-block; position:relative; margin-right:14px; width:5px; height:20px;}
    .banner .flex-control-nav li:last-child{ margin-right:0;}
    .banner .flex-control-nav li span{ display:block; text-indent:999px; overflow:hidden; width:5px; height:8px; position:absolute; background:#fff; transition:320ms; left:0; top:6px;}
    .banner .flex-control-nav li a.flex-active span{ height:20px; top:0; background:#C0A16B;}
    
    .title { position: relative; padding: 55px 0 110px 10px;}
    .title .p2{ color: #222; font-size: 40px; font-family: "siyuan";  line-height: 0;}
    .title .p1{ line-height: 0; float: left; font-size: 85px; color: #e4e4e4; font-family: "siyuan"; }
    .title2 .p1{ float: none; text-align: center;}
    .title2 .p2{ float: none; text-align: center; position: relative; z-index: 3; font-weight: bold;}
    
    
    
    .index-sec1{ background: #fff; padding-top: 50px;}
    .sec1-left{ width: 50%;  position: relative;  } 
    .video-kuai{  position: relative;}
    .video-tu{ cursor: pointer; width: 100%;}
    .video-tu img{ display: block; width: 100%;}
    .video-cont{ position: fixed; top: 0; left: 0; bottom: 0; right: 0;  z-index: 33333; 
    width: 100%; height: 100%; transform: translate(0, -105%);	opacity: 0;	transition: transform .3s ease-out; filter:alpha(opacity=0);	visibility: hidden; }
    .close{ font-size: 50px; color: #fff; position: fixed; left: 70%; top: 15%; font-weight: bold; cursor: pointer;}
    .video-cont video{ height: 500px; width: 700px; background: #fff; left: 50%; top: 50%; position: fixed; transform: translate(-50%,-50%);
    border:10px solid #fff; border-radius: 10px;}
    .video-cont.in{transform: translate(0, 0); 	opacity: 1; filter:alpha(opacity=100); transition:all 0.7s; visibility: visible;  display: block;}
    .video-cont video{ object-fit: fill;}
    .sec1-right{ width: 47%;}
    .sec1-right ul{ box-shadow: 0 0 10px 3px rgba(0,0,0,0.2); position: relative; z-index: 33; margin-top: -30%; background: #fff;}
    .sec1-right li{ width: 44.8%; float: left; border-bottom: 1px solid #ececec; border-right: 1px solid #ececec; 
    padding-left: 5%; padding-top: 3%; padding-bottom: 5%;}
    .sec1-right li:nth-child(1){  background: url(../images/01.png) no-repeat 90% 50%; }
    .sec1-right li:nth-child(2){border-right: none;  background: url(../images/02.png) no-repeat 90% 50%;}
    .sec1-right li:nth-child(3){ background: url(../images/03.png) no-repeat 90% 50%; }
    .sec1-right li:nth-child(4){ border-right: none;  background: url(../images/04.png) no-repeat 90% 50%;}
    .sec1-right li .p1{ font-size: 16px; color: #000;}
    .sec1-right .p1 b{ display: block; width: 28px; height: 2px; margin: 20px 0 40px 0; background: #000;}
    .sec1-right li strong{ font-family: "siyuan"; font-size: 46px; font-weight: bold; color: #000; display: inline-block;
     margin-right: 10px;}
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54

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

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


    七、🎁更多干货

    1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏” 一键三连哦!

    2.💗【👇🏻👇🏻👇🏻关注我| 获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

    3.

    以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻🔥

    在这里插入图片描述

  • 相关阅读:
    智慧城市运维可视化:透视未来城市高效管理的新视窗
    openGauss学习笔记-77 openGauss 数据库管理-内存优化表MOT管理-内存表特性-MOT特性及价值
    Linux-文本处理三剑客
    oracle 表空间相关介绍及操作
    【效率办公】新版后端提效神器(java)
    深度解析 InterpretML:打开机器学习模型的黑箱
    Vmware设置共享文件夹实现与ubuntu文件共享
    深入理解Java虚拟机之【方法区】
    学习 go-admin 框架(2)
    P4769-[NOI2018]冒泡排序【组合数学,树状数组】
  • 原文地址:https://blog.csdn.net/qq_38512499/article/details/128181336