-
Notifications
You must be signed in to change notification settings - Fork 0
/
detail.html
394 lines (380 loc) · 24.8 KB
/
detail.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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chi tiết sản phẩm</title>
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<header class="detail p-relative" id="detail_page">
<div class="header__container flex flex-c">
<div class="header__container--logo" style="padding-right: 50px;">
<a href=""><img width="153px" height="30px" src="image/detail/logoheader.png" alt=""></a>
</div>
<div class="header__container--main flex flex-c flex-sb">
<nav class="header__container--main-menu flex flex-c">
<div class="header__container--main-location">
<button class="flex flex-c">
Hà Nội
<i class="fa-solid fa-caret-down"></i>
</button>
</div>
<ul class="flex flex-c flex-sb">
<li class="style-li"><a href="" class="f-14">Đồ ăn</a></li>
<li class="style-li"><a href="" class="f-14">Thực phẩm</a></li>
<li class="style-li"><a href="" class="f-14">Bia</a></li>
<li class="style-li"><a href="" class="f-14">Hoa</a></li>
<li class="style-li"><a href="" class="f-14">Siêu thị</a></li>
<li class="style-li"><a href="" class="f-14">Thú cưng</a></li>
</ul>
</nav>
<div class="header__container--main-btn flex flex-c">
<i class="fa-solid fa-magnifying-glass"></i>
<a href="login.html">
<button class="login-detail f-14">
Đăng nhập
</button>
</a>
</div>
</div>
<div class=" p-absolute header__container--vietnam flex flex-c">
<a href=""><img width="22px" height="22px" src="image/index/vietnamese.png" alt=""></a>
<i class="fa-solid fa-caret-down" style="color: #b3aeae;
padding-left: 5px; padding-bottom: 5px;
font-size: 14px;"></i>
</div>
</div>
</header>
<main class="bg-white" style="margin-top: 0; padding: 30px 0 50px 0;">
<div class="detail__product container-xl">
<div class="detail__product--image">
<img src="image/detail/detail1.jpg" alt="">
</div>
<div class="detail__product--info">
<ul>
<li><a href="">Home</a></li>
<li><a href=""><i class="fa-solid fa-angles-right"></i></a></li>
<li><a href="">Hà Nội</a></li>
<li><a href=""><i class="fa-solid fa-angles-right"></i></a></li>
<li><a href="">Linh - Cari Gà & Ăn Vặt Hàn Quốc</a></li>
</ul>
<div class="icon flex flex-c">
<button>
<i class="fa-regular fa-thumbs-up"></i>
Yêu thích
</button>
<p>ĂN VẶT/VỈA HÈ</p>
</div>
<h2>Linh - Cari Gà & Ăn Vặt Hàn Quốc</h2>
<p class="address" style="font-size: 13px;">
88 Trần Đại Nghĩa, P. Đồng Tâm, Hai Bà Trưng, Hà Nội
</p>
<div class="stars flex flex-c" style="padding: 5px 0;">
<ul>
<li><i class="fa-solid fa-star"></i></li>
<li><i class="fa-solid fa-star"></i></li>
<li><i class="fa-solid fa-star"></i></li>
<li><i class="fa-solid fa-star"></i></li>
<li><i class="fa-regular fa-star-half-stroke"></i></li>
</ul>
<button style="margin: 0 5px; padding: 3px 5px; color: #fff; background-color: #ffc107; border: none; border-radius: 5px;">
999+
</button>
<p style="font-size: 14px;">đánh giá trên ShopeeFood</p>
</div>
<a href="" style="color: #0288d1; padding: 5px 0 8px 0;" class="f-14">Xem thêm lượt đánh giá từ Foody</a>
<p class="flex flex-c" style="padding-bottom: 20px;"> <span style="width: 9px; height: 9px; display: block; background-color: #f13233; border-radius: 50%;"></span><span style="font-size: 15px; padding-left: 5px;">Đã đóng</span></p>
<div style="border-bottom: 1px solid #eee;"></div>
<ul style="padding-top: 10px;">
<li class="p-relative">
<p style="color: #b3aeae; font-size: 13px;">PHÍ DỊCH VỤ</p>
<strong style="padding-top: 5px; display: block; color: #f13233; font-size: 14px;">0.0% Phí dịch vụ</strong>
<img class="p-absolute" style="top: 10px; right: -20px; cursor: pointer;" src="image/detail/qdoitac.png" alt="">
</li>
<li style="color: #b3aeae; padding: 0 5px 0 25px;">|</li>
<li>
<p style="color: #b3aeae; font-size: 13px;">DỊCH VỤ BỞI</p>
<strong style="padding-top: 5px; display: block; color: #f13233; font-size: 14px;">ShopeeFood</strong>
</li>
</ul>
</div>
</div>
</main>
<div class="container-xl" style="padding-top: 30px;">
<h3 style="color: #797575; font-size: 14px; padding-left: 20px; margin-bottom: 20px;">THỰC ĐƠN</h3>
<div class="order__again">
<nav>
<ul>
<li><a href="">COMBO SIÊU RẺ</a></li>
<li><a href="">SỐT CHẤM THÊM( NẾU CẦN)</a></li>
<li><a href="">MENU GỌI MÓN NGON</a></li>
<li><a href="">ĐỒ SỐNG MANG VỀ TỰ LÀM</a></li>
<li><a href="">ĐỒ UỐNG</a></li>
<li><a href="">DEAL HOT TODAY</a></li>
</ul>
</nav>
<section class="detail__order">
<div class="detail__order--deals" style="padding: 20px 20px 10px 20px; background-color: #fbf9d8; border: 1px dashed #000000;">
<div class="detail__order--dealsinfo p-relative flex flex-c " style="gap: 30px; cursor: pointer;">
<img width="40px" height="40px" src="image/detail/tag.png" alt="">
<div class="detail__order--dealsinfocontent f-14" style="color: #f13233; width: 410px; line-height: 1.3;">
Thanh toán thẻ Visa. Giảm 50K cho đơn từ 150K vào tất cả các ngày trong tuần. Áp dụng cho lần đầu thanh toán bằng thẻ Visa trên ShopeeFood
</div>
<div class="detail__order--dealsinfobutton flex flex-c p-absolute" style="top: -10px; right: -10px;">
<p class="f-12" style="color: #f13233; font-weight: bolder;">Copy code</p>
<i class="fa-solid fa-copy" style="color: #f13233;"> </i>
</div>
</div>
<div style="width: 410px; border-bottom: 1px solid #cfc5c5; margin-bottom: 30px; margin-top: 5px; margin: 5px auto 30px;"></div>
<div class="detail__order--dealsinfo p-relative flex flex-c " style="gap: 30px; cursor: pointer;">
<img width="40px" height="40px" src="image/detail/tag.png" alt="">
<div class="detail__order--dealsinfocontent f-14" style="color: #f13233; width: 410px; line-height: 1.3;">
Thanh toán bằng thẻ tín dụng Nam A Bank giảm 50.000 VNĐ cho hóa đơn từ 120.000 VNĐ
</div>
<div class="detail__order--dealsinfobutton flex flex-c p-absolute" style="top: -10px; right: -10px;">
<p class="f-12" style="color: #f13233; font-weight: bolder;">Copy code</p>
<i class="fa-solid fa-copy" style="color: #f13233;"> </i>
</div>
</div>
</div>
<div class="detail__order--food" style="background-color: #ffffff; padding: 20px;">
<div class="detail__order--foodinput flex flex-c">
<button> <i class="fa-solid fa-magnifying-glass"></i></button>
<input type="text" placeholder="Tìm món">
</div>
<div class="detail__order--foodtitle">
<p class="f-14" style="padding: 20px 0;">COMBO SIÊU RẺ</p>
</div>
<div class="detail__order--foodcontent flex flex-sb">
<div class="detail__order--foodcontent-image">
<a href=""><img style="width: 60px; height: 60px;" src="image/detail/image1.jpeg" alt=""></a>
</div>
<div class="detail__order--foodcontent-content" style="padding-left: 10px;">
<h3 style="font-size: 16px; padding-bottom: 10px; width: 350px;">Combo 1</h3>
<p style="font-size: 13px; line-height: 1.3; color: #464646; width: 350px;">Gồm: 4 bánh gà + 1 kimbap + 1 tokbokki sốt cay + Free 1 cốc coca.</p>
</div>
<div class="detail__order--foodcontent-price">
<p style="font-size: 13px; text-decoration: line-through;">79,300 <sup>đ</sup> </p>
<p style="font-weight: bold; color: #0288d1;">71,350 <sup style="font-size: 13px;">đ</sup> </p>
</div>
<div class="detail__order--foodcontent-order">
<button><i class="fa-solid fa-plus"></i></button>
</div>
</div>
<div class="detail__order--foodcontent flex flex-sb">
<div class="detail__order--foodcontent-image">
<a href=""><img style="width: 60px; height: 60px;" src="image/detail/image2.jpeg" alt=""></a>
</div>
<div class="detail__order--foodcontent-content" style="padding-left: 10px;">
<h3 style="font-size: 16px; padding-bottom: 10px; width: 350px;">Combo 1b ( Combo 1 thay kimbap thường thành kimbap chiên)</h3>
<p style="font-size: 13px; line-height: 1.3; color: #464646; width: 350px;">Gồm: 4 bánh gà + 1 kimbap chiên + 1 tok sốt cay + 1 cốc coca.</p>
</div>
<div class="detail__order--foodcontent-price">
<p style="font-size: 13px; text-decoration: line-through;">86,300 <sup>đ</sup> </p>
<p style="font-weight: bold; color: #0288d1;">77,350 <sup style="font-size: 13px;">đ</sup> </p>
</div>
<div class="detail__order--foodcontent-order">
<button><i class="fa-solid fa-plus"></i></button>
</div>
</div>
<div class="detail__order--foodcontent flex flex-sb">
<div class="detail__order--foodcontent-image">
<a href=""><img style="width: 60px; height: 60px;" src="image/detail/image3.jpeg" alt=""></a>
</div>
<div class="detail__order--foodcontent-content" style="padding-left: 10px;">
<h3 style="font-size: 16px; padding-bottom: 10px; width: 350px;">Combo 2</h3>
<p style="font-size: 13px; line-height: 1.3; color: #464646; width: 350px;">Gồm: 5 bánh gà + Tokbokki sốt cay + 1 tokbokki lắc phô mai + 1 cốc coca.</p>
</div>
<div class="detail__order--foodcontent-price">
<p style="font-size: 13px; text-decoration: line-through;">79,300 <sup>đ</sup> </p>
<p style="font-weight: bold; color: #0288d1;">71,000 <sup style="font-size: 13px;">đ</sup> </p>
</div>
<div class="detail__order--foodcontent-order">
<button><i class="fa-solid fa-plus"></i></button>
</div>
</div>
<div class="detail__order--foodtitle">
<p class="f-14" style="padding: 20px 0;">SỐT CHẤM THÊM( NẾU CẦN)</p>
</div>
<div class="detail__order--foodcontent flex flex-sb">
<div class="detail__order--foodcontent-image">
<a href=""><img style="width: 60px; height: 60px;" src="image/detail/ip1.jpeg" alt=""></a>
</div>
<div class="detail__order--foodcontent-content" style="padding-left: 10px;">
<h3 style="font-size: 16px; padding-bottom: 10px; width: 350px;">Thêm 1 gói sốt mayonaise</h3>
</div>
<div class="detail__order--foodcontent-price">
<p style="font-size: 13px; text-decoration: line-through;">5000 <sup>đ</sup> </p>
<p style="font-weight: bold; color: #0288d1;">4500 <sup style="font-size: 13px;">đ</sup> </p>
</div>
<div class="detail__order--foodcontent-order">
<button><i class="fa-solid fa-plus"></i></button>
</div>
</div>
<div class="detail__order--foodcontent flex flex-sb">
<div class="detail__order--foodcontent-image">
<a href=""><img style="width: 60px; height: 60px;" src="image/detail/ip2.jpeg" alt=""></a>
</div>
<div class="detail__order--foodcontent-content" style="padding-left: 10px;">
<h3 style="font-size: 16px; padding-bottom: 10px; width: 350px;">Thêm 1 gói tương ớt + mayo</h3>
</div>
<div class="detail__order--foodcontent-price">
<p style="font-size: 13px; text-decoration: line-through;">3000 <sup>đ</sup> </p>
<p style="font-weight: bold; color: #0288d1;">2700 <sup style="font-size: 13px;">đ</sup> </p>
</div>
<div class="detail__order--foodcontent-order">
<button><i class="fa-solid fa-plus"></i></button>
</div>
</div>
<div class="detail__order--foodcontent flex flex-sb">
<div class="detail__order--foodcontent-image">
<a href=""><img style="width: 60px; height: 60px;" src="image/detail/ip3.jpeg" alt=""></a>
</div>
<div class="detail__order--foodcontent-content" style="padding-left: 10px;">
<h3 style="font-size: 16px; padding-bottom: 10px; width: 350px;">Thêm 1 gói tương cà</h3>
</div>
<div class="detail__order--foodcontent-price">
<p style="font-size: 13px; text-decoration: line-through;">3000 <sup>đ</sup> </p>
<p style="font-weight: bold; color: #0288d1;">2700 <sup style="font-size: 13px;">đ</sup> </p>
</div>
<div class="detail__order--foodcontent-order">
<button><i class="fa-solid fa-plus"></i></button>
</div>
</div>
<div class="detail__order--foodtitle">
<p class="f-14" style="padding: 20px 0;">MENU GỌI MÓN NGON</p>
</div>
<div class="detail__order--foodcontent flex flex-sb">
<div class="detail__order--foodcontent-image">
<a href=""><img style="width: 60px; height: 60px;" src="image/detail/m1.jpeg" alt=""></a>
</div>
<div class="detail__order--foodcontent-content" style="padding-left: 10px;">
<h3 style="font-size: 16px; padding-bottom: 10px; width: 350px;">Bánh Gà Linh Cari (4 cái)</h3>
<p style="font-size: 13px; line-height: 1.3; color: #464646; width: 350px;">Với nguyên tắc Tôn trọng nguyên liệu, bánh gà nhà Linh hạn chế tối đa các gia vị để khi bạn ăn có thể thưởng thức hương vị gà thơm ngon một cách tự nhiên nhất.</p>
</div>
<div class="detail__order--foodcontent-price">
<p style="font-size: 13px; text-decoration: line-through;">29,100 <sup>đ</sup> </p>
<p style="font-weight: bold; color: #0288d1;">26,200 <sup style="font-size: 13px;">đ</sup> </p>
</div>
<div class="detail__order--foodcontent-order">
<button><i class="fa-solid fa-plus"></i></button>
</div>
</div>
<div class="detail__order--foodcontent flex flex-sb">
<div class="detail__order--foodcontent-image">
<a href=""><img style="width: 60px; height: 60px;" src="image/detail/,2.jpeg" alt=""></a>
</div>
<div class="detail__order--foodcontent-content" style="padding-left: 10px;">
<h3 style="font-size: 16px; padding-bottom: 10px; width: 350px;">Gà Lắc Phô Mai</h3>
<p style="font-size: 13px; line-height: 1.3; color: #464646; width: 350px;">Những viên gà nóng giòn kết hợp bột phomai thơm lừng, ngại gì không chén.</p>
</div>
<div class="detail__order--foodcontent-price">
<p style="font-size: 13px; text-decoration: line-through;">27,000 <sup>đ</sup> </p>
<p style="font-weight: bold; color: #0288d1;">24,100 <sup style="font-size: 13px;">đ</sup> </p>
</div>
<div class="detail__order--foodcontent-order">
<button><i class="fa-solid fa-plus"></i></button>
</div>
</div>
<div class="detail__order--foodcontent flex flex-sb">
<div class="detail__order--foodcontent-image">
<a href=""><img style="width: 60px; height: 60px;" src="image/detail/m3.jpg" alt=""></a>
</div>
<div class="detail__order--foodcontent-content" style="padding-left: 10px;">
<h3 style="font-size: 16px; padding-bottom: 10px; width: 350px;"> Kimbap Thường</h3>
<p style="font-size: 13px; line-height: 1.3; color: #464646; width: 350px;">Nhân đặc biệt đầy đủ: Thanh cua, củ cải muối Hàn Quốc, trứng, xúc xích, cà rốt, dưa chuột.</p>
</div>
<div class="detail__order--foodcontent-price">
<p style="font-size: 13px; text-decoration: line-through;">27,000 <sup>đ</sup> </p>
<p style="font-weight: bold; color: #0288d1;">24,300 <sup style="font-size: 13px;">đ</sup> </p>
</div>
<div class="detail__order--foodcontent-order">
<button><i class="fa-solid fa-plus"></i></button>
</div>
</div>
</div>
</section>
<section class="qr__order p-relative" style="cursor: pointer;">
<img src="image/detail/bg-qr.png" width="100%" height="287px" alt="">
<img src="image/detail/qr.jpg" alt="" class="p-absolute" width="200px" height="200px" style="top: 30px;
right: 50px;">
<p style="color: #ffffff;top: 240px;
right: 90px;" class="p-absolute f-14">Quét mã để đặt món
</p>
<p style="color: #ffffff;top: 260px;
right: 100px;" class="p-absolute f-14">
trên app Shopee</p>
</section>
</div>
</div>
<footer style="padding-bottom: 40px; background-color: #eee;">
<div class="container-xl flex flex-sb">
<div class="footer__company">
<h3 style="font-size: 16px;">Công ty</h3>
<ul>
<li><a href="">Giới thiệu</a></li>
<li><a href="">Trung tâm trợ giúp</a></li>
<li><a href="">Quy chế</a></li>
<li><a href="">Điều khoản sử dụng</a></li>
<li><a href="">Bảo mật thông tin</a></li>
<li><a href="">Giải quyết khiếu nại</a></li>
<li><a href="">Liên hệ</a></li>
<li><a href="">Hợp tác nhân viên giao nhận</a></li>
<li><a href="">Đăng ký quán</a></li>
<li><a href="">ShopeeFood Uni</a></li>
<li><a href="">Shopee Blog</a></li>
</ul>
</div>
<div class="footer__app">
<h3 style="font-size: 16px;">Ứng dụng ShopeeFood</h3>
<div style="margin-top: 25px;">
<div style="margin-bottom: 25px;">
<img width="122px" height="40px" src="./image/detail/appstore.png" alt="">
</div>
<div style="margin-bottom: 25px;">
<img width="122px" height="40px" src="./image/detail/ggplay.png" alt="">
</div>
<div style="margin-bottom: 25px;">
<img width="122px" height="40px" src="./image/detail/Appgalexy.png" alt="">
</div>
</div>
</div>
<div class="footer__logo text-center">
<div>
<img width="100px" height="100px" src="image/detail/logofooter.png" alt="">
</div>
<div style="font-size: 12px; color: #959595; padding: 20px 0 20px 0;">
© 2023 ShopeeFood
</div>
<div>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-instagram"></i>
</div>
</div>
<div class="footer__address" style="text-align: right;">
<h3 style="margin-bottom: 25px;">Địa chỉ công ty</h3>
<p>Công Ty Cổ Phần Foody</p>
<p>Lầu G, Tòa nhà Jabes 1,</p>
<p>số 244 đường Cống Quỳnh, phường Phạm Ngũ Lão, Quận 1, TPHCM</p>
<p>Giấy CN ĐKDN số: 0311828036</p>
<p>do Sở Kế hoạch và Đầu tư TP.HCM cấp ngày 11/6/2012,</p>
<p>sửa đổi lần thứ 23, ngày 10/12/2020</p>
<p>Chịu trách nhiệm quản lý nội dung: Nguyễn Hồ Quảng Giang</p>
<p>Điện thoại liên hệ: 028 71096879</p>
<p style="display: flex; justify-content: flex-end;"><span>Email:</span> <a href="" style="color: #0288d1;">support@shopeefood.vn</a></p>
<div>
<img src="image/detail/bctdetail.jpg" alt="" width="177px" height="67px">
</div>
</div>
</div>
</footer>
<script>
const detailPage = document.querySelector('#detail_page');
window.addEventListener('scroll' , () => {
detailPage.classList.toggle('p-fixed2', window.scrollY > 0)
});
</script>
</body>
</html>