-
Notifications
You must be signed in to change notification settings - Fork 0
/
mune5.html
337 lines (319 loc) · 11.2 KB
/
mune5.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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet">
<script src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js" ></script>
<title></title>
<style>
.thumbnail:hover{
box-shadow: 5px 5px 10px #888888,-5px 0px 10px #888888;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
<div class="col-xs-3 span3">
<div class="thumbnail" data-toggle="modal" data-target="#myModal">
<img alt="200x200" src="img/mune/13001.png" />
<div class="caption" style="text-align: center; font-weight: bold;">
<p>
经典意式肉酱面
</p>
<p>
<font color="#C12E2A" size="3">35.0元</font>
</p>
<p>
<a class="btn btn-success" href="#">立即下单</a> <a class="btn" href="#">查看评价</a>
</p>
</div>
</div>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">×
</button>
<div style="float: left;">
<img src="img/mune/13001.png" width="300px"/>
</div>
<h3 class="modal-title" id="myModalLabel" style="padding-top: 40px;">
经典意式肉酱面
</h3>
<h6 style="color: #9D9D9D;"></h6>
<div class="modal-body">
大颗肉粒搭配浓郁酱汁、加入意大利进口初榨橄榄油和细面一起炒制。<br />
主要原料:意大利面、意式肉酱汁、樱桃番茄
</div>
<font color="red"size="4">35.0元</font>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default"
data-dismiss="modal">关闭
</button>
<a href="#">
<button type="button" class="btn btn-primary">
立即下单
</button>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-3 span3">
<div class="thumbnail" data-toggle="modal" data-target="#myModa2">
<img alt="200x200" src="img/mune/13002.png" />
<div class="caption" style="text-align: center; font-weight: bold;">
<p>
松子鸡肉罗勒意面
</p>
<p>
<font color="#C12E2A" size="3">37.0元</font>
</p>
<p>
<a class="btn btn-success" href="#">立即下单</a> <a class="btn" href="#">查看评价</a>
</p>
</div>
</div>
<div class="modal fade" id="myModa2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">×
</button>
<div style="float: left;">
<img src="img/mune/13002.png" width="300px"/>
</div>
<h3 class="modal-title" id="myModalLabel" style="padding-top: 40px;">
松子鸡肉罗勒意面
</h3>
<h6 style="color: #9D9D9D;"></h6>
<div class="modal-body">
parmesan cheese是意大利面的经典组合之一。<br />
主要原料:意大利面、罗勒青酱汁、鸡肉、蔬菜、松仁
</div>
<font color="red"size="4">37.0元</font>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default"
data-dismiss="modal">关闭
</button>
<a href="#">
<button type="button" class="btn btn-primary">
立即下单
</button>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-3 span3">
<div class="thumbnail" data-toggle="modal" data-target="#myModa3">
<img alt="200x200" src="img/mune/13003.png" />
<div class="caption" style="text-align: center; font-weight: bold;">
<p>
松子鸡肉罗勒意面
</p>
<p>
<font color="#C12E2A" size="3">40.0元</font>
</p>
<p>
<a class="btn btn-success" href="#">立即下单</a> <a class="btn" href="#">查看评价</a>
</p>
</div>
</div>
<div class="modal fade" id="myModa3" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">×
</button>
<div style="float: left;">
<img src="img/mune/13003.png" width="300px"/>
</div>
<h3 class="modal-title" id="myModalLabel" style="padding-top: 40px;">
松子鸡肉罗勒意面
</h3>
<h6 style="color: #9D9D9D;"></h6>
<div class="modal-body">
主要原料:意大利面、西班牙风味酱汁、混合海鲜(虾、鱿鱼、章鱼)、蔬菜(蘑菇、青椒、樱桃番茄)、干酪
</div>
<font color="red"size="4">40.0元</font>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default"
data-dismiss="modal">关闭
</button>
<a href="#">
<button type="button" class="btn btn-primary">
立即下单
</button>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-3 span3">
<div class="thumbnail" data-toggle="modal" data-target="#myModa4">
<img alt="200x200" src="img/mune/13004.png" />
<div class="caption" style="text-align: center; font-weight: bold;">
<p>
照烧鸡肉炒饭
</p>
<p>
<font color="#C12E2A" size="3">30.0元</font>
</p>
<p>
<a class="btn btn-success" href="#">立即下单</a> <a class="btn" href="#">查看评价</a>
</p>
</div>
</div>
<div class="modal fade" id="myModa4" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">×
</button>
<div style="float: left;">
<img src="img/mune/13004.png" width="300px"/>
</div>
<h3 class="modal-title" id="myModalLabel" style="padding-top: 40px;">
照烧鸡肉炒饭
</h3>
<h6 style="color: #9D9D9D;"></h6>
<div class="modal-body">
鲜香培根搭配特色蔬菜肉末酱,和米饭一起翻炒,飘香味浓! <br />
主要原料:米饭、肉酱、培根、玉米粒
</div>
<font color="red"size="4">30.0元</font>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default"
data-dismiss="modal">关闭
</button>
<a href="#">
<button type="button" class="btn btn-primary">
立即下单
</button>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-3 span3">
<div class="thumbnail" data-toggle="modal" data-target="#myModa5">
<img alt="200x200" src="img/mune/13005.png" />
<div class="caption" style="text-align: center; font-weight: bold;">
<p>
照烧鸡肉炒饭
</p>
<p>
<font color="#C12E2A" size="3">30.0元</font>
</p>
<p>
<a class="btn btn-success" href="#">立即下单</a> <a class="btn" href="#">查看评价</a>
</p>
</div>
</div>
<div class="modal fade" id="myModa5" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">×
</button>
<div style="float: left;">
<img src="img/mune/13005.png" width="300px"/>
</div>
<h3 class="modal-title" id="myModalLabel" style="padding-top: 40px;">
照烧鸡肉炒饭
</h3>
<h6 style="color: #9D9D9D;"></h6>
<div class="modal-body">
精选鸡腿肉丁、东北大米与培根、鸡蛋用照烧酱汁快速翻炒。<br />
主要原料:米饭、鸡腿肉、鸡蛋、培根、洋葱
</div>
<font color="red"size="4">30.0元</font>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default"
data-dismiss="modal">关闭
</button>
<a href="#">
<button type="button" class="btn btn-primary">
立即下单
</button>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-3 span3">
<div class="thumbnail" data-toggle="modal" data-target="#myModa6">
<img alt="200x200" src="img/mune/13006.png" />
<div class="caption" style="text-align: center; font-weight: bold;">
<p>
匈牙利风情牛肉焗饭
</p>
<p>
<font color="#C12E2A" size="3">38.0元</font>
</p>
<p>
<a class="btn btn-success" href="#">立即下单</a> <a class="btn" href="#">查看评价</a>
</p>
</div>
</div>
<div class="modal fade" id="myModa6" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true">×
</button>
<div style="float: left;">
<img src="img/mune/13006.png" width="300px"/>
</div>
<h3 class="modal-title" id="myModalLabel" style="padding-top: 40px;">
匈牙利风情牛肉焗饭
</h3>
<h6 style="color: #9D9D9D;"></h6>
<div class="modal-body">
牛肉鲜香柔嫩,酱汁醇厚,浓郁匈牙利风情美味,口口难忘。<br />
主要原料:米饭、酱汁、土豆、牛肉、芝士
</div>
<font color="red"size="4">38.0元</font>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default"
data-dismiss="modal">关闭
</button>
<a href="#">
<button type="button" class="btn btn-primary">
立即下单
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>