-
Notifications
You must be signed in to change notification settings - Fork 2
/
details.html
434 lines (417 loc) · 19.8 KB
/
details.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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!doctype html>
<html lang="en">
<head>
<title>HHPC</title>
<link rel="icon" href="./img/HHPC_logo.ico" type="image/x-icon">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="./bootstrap/css/bootstrap.css">
<link href="./bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./themes/css/font-awesome.min.css">
<!-- <link rel="stylesheet" type="text/css" href="themes/css/font-awesome.min2.css"> -->
<link rel="stylesheet" type="text/css" href="./themes/css/font-awesome.min3.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css"
integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<link href="./themes/css/bootstrappage.css" rel="stylesheet" />
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/Mystyles.css">
<!-- JavaScript -->
<script src="./js/jquery-3.7.1.js"></script>
<script src="./js/jquery-3.7.1.min.js"></script>
<script src="./js/jquery-3.7.1.slim.js"></script>
<script src="./js/jquery-3.7.1.slim.min.js"></script>
<script src="./bootstrap/js/bootstrap.min.js"></script>
<!-- <script src="./themes/js/superfish.js"></script> -->
<!-- <script src="./themes/js/jquery.scrolltotop.js"></script> -->
<!-- global styles -->
<link href="./themes/css/flexslider.css" rel="stylesheet" />
<link href="./themes/css/main.css" rel="stylesheet" />
</head>
<body onload="getLocation()">
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<!-- Header -->
<div class="jumbotron jumbotron-fluid pt-0 pb-2 mb-0">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-2 col-xl-2 pt-4">
<a href="#"><img src="./img/HHPC_logo.png" alt="HHPC logo" class="img-fluid rounded-circle"></a>
</div>
<div class="col-12 col-md-10 col-xl-10">
<h1 class="display-3 text-success">Shop Hoàn Hảo PC</h1>
<p class="lead text-info">Chào mừng quý khách đã đến với shop chúng tôi !</p>
<hr class="my-2">
<p class="lead">
<i class="fa fa-envelope-o" aria-hidden="true"> Email: </i> [email protected]
</p>
<p class="lead"><i class="fa fa-phone" aria-hidden="true"> Hotline: </i> 028.38352309
</p>
<p class="lead">
<i class="fa fa-university" aria-hidden="true"> Trường: </i> Đại học Sài Gòn
</p>
</div>
</div>
</div>
</div>
<!-- Menu -->
<nav class="navbar navbar-expand-sm navbar-dark bg-dark mt-0">
<a class="navbar-brand h2 text-primary" href="#"><i class="fa fa-cog fa-spin fa-1x fa-fw"></i>HHPC</a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#collapsibleNavId"
aria-controls="collapsibleNavId" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavId">
<div style="width: 45%">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link active bg-success" href="./index.html"><i class="fa fa-home" aria-hidden="true"
style="font-size: larger;"></i> Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./laptop.html"><i class="fa fa-laptop" aria-hidden="true"></i> Laptop</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./DTDD.html"><i class="fa fa-mobile" aria-hidden="true"></i> Điện thoại di
động</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./MTB.html"><i class="fa fa-tablet" aria-hidden="true"></i> Máy tính bảng</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdownId" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false"><i class="fa fa-headphones" aria-hidden="true"></i> Phụ kiện</a>
<div class="dropdown-menu" aria-labelledby="dropdownId">
<h6 class="dropdown-item disabled">Danh mục</h6>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="./PhuKien.html">Tai nghe</a>
<a class="dropdown-item" href="./PhuKien1.html">Bàn phím</a>
<a class="dropdown-item" href="./PhuKien2.html">Chuột</a>
<a class="dropdown-item disabled" href="#">Cáp sạc</a>
<a class="dropdown-item disabled" href="#">Sạc dự phòng</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#"><i class="fa fa-bolt" aria-hidden="true"></i> Flash Sales </a>
</li>
</ul>
</div>
<div id="nav" style="width: 55%;">
<div class="container">
<div class="topnav">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0 right">
<li class="nav-item pt-2">
<button onclick="showform()"><i class="fa fa-user-circle-o" aria-hidden="true"></i> Tài khoản </button>
</li>
<li class="nav-item pt-2">
<button onclick="location.href='cart.html'"><i class="fa fa-money" aria-hidden="true"></i> Thanh
toán</button>
</li>
</ul>
<!-- Thêm ô tìm kiếm -->
<div>
<form class="form-inline my-2 my-lg-0">
<input type="text" class="form-control mr-sm-2 search-bar" placeholder="Tìm kiếm" id="searchInput">
<button class="btn btn-outline-success my-2 my-sm-0" type="button" onclick="searchProduct()"><i
class="fa fa-search" aria-hidden="true"></i></button>
</form>
</div>
</div>
</div>
</div>
</nav>
<!-- Banner -->
<div id="carouselId" class="carousel slide text-center" data-ride="carousel">
<div class="carousel-inner mb-5" role="listbox">
<div class="carousel-item active">
<img src="./img/slider_1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img src="./img/slider_4.png" alt="Second slide">
</div>
<div class="carousel-item">
<img src="./img/slider_5.png" alt="Third slide">
</div>
<div class="carousel-item">
<img src="./img/slider_6.png" alt="Fourth slide">
</div>
<div class="carousel-item">
<img src="./img/slider_7.png" alt="Fifth slide">
</div>
</div>
</div>
<div class="giohang">
<a onclick="showcart()"><i class="fa fa-shopping-cart " aria-hidden="true"></i> <span id="countsp">0</span></a>
</div>
<div id="showcart">
<table>
<tr>
<th>STT</th>
<th>Hình</th>
<th>Tên sản phẩm</th>
<th>Đơn giá</th>
<th>Số lượng</th>
<th>Thành tiền ($)</th>
<th>Xóa</th>
</tr>
<tbody id="mycart">
</tbody>
</table>
<br>
<a href="./cart.html">Thanh toán ⇛</a>
<button id="xoatatca" onclick="xoatatca()">Xóa tất cả</button>
</div>
<!-- Content -->
<div class="container">
<div class="trai">
<div>
<img class="bigsize" src="./img/Laptop/brand/MSI/638121568991277911_msi-gaming-gf63-thin-11-den-dd.jpg" alt=""
onclick="showPopup(this.src)"> <!-- Lấy hình sản phẩm -->
</div>
<div>
<div class="khungImg">
<img src="./img/Laptop/brand/MSI/637639340540705429_msi-gaming-gf63-den-2.jpg" alt=""
onclick="showPopup(this.src)">
</div>
<div class="khungImg">
<img src="./img/Laptop/brand/MSI/637639340538048946_msi-gaming-gf63-den-3.jpg" alt=""
onclick="showPopup(this.src)">
</div>
<div class="khungImg">
<img src="./img/Laptop/brand/MSI/637639340539455202_msi-gaming-gf63-den-4.jpg" alt=""
onclick="showPopup(this.src)">
</div>
<div class="khungImg">
<img src="./img/Laptop/brand/MSI/637639340536799316_msi-gaming-gf63-den-5.jpg" alt=""
onclick="showPopup(this.src)">
</div>
</div>
</div>
<p class="h1 text-justify text-center text-danger">Chi tiết sản phẩm</p>
<div class="phai">
<div class="detail">
<div class="tieude">Laptop MSI Gaming GF63 Thin 11UC-1228VN i7-11800H</div> <!-- Lấy tên sản phẩm -->
<address class="info">
<strong>Nhà sãn xuất:</strong> <span>MSI</span><br>
<strong>Tình trạng:</strong> <span>Còn hàng</span><br>
<strong>Loại:</strong> <span>Chơi game</span><br>
<div class="gia">18.890.000<span class="dvtt">đ</span> </div> <!-- Lấy giá sản phẩm -->
</address>
<label for="quantity">Số lượng: </label>
<button class="quantitydown" onclick="quantitydown()">-</button>
<input type="number" name="soluong" id="quantity" value="1" min="1" max="10" step="1">
<!-- Lấy số lượng mua sản phẩm -->
<button class="quantityup" onclick="quantityup()">+</button>
<button type="button" class="addtocart" onclick="location.href='default.html'">
<i class="fa fa-shopping-basket" aria-hidden="true"></i><span style="padding-left: 10px">Mua ngay</span>
<!-- Nút thêm vào giỏ hàng -->
</button>
</div>
<div class="detail_bottom">
<hr>
<img src="./img/mua_tra_gop.png" alt="">
<img src="./img/mua_hang.png" alt="">
</div>
</div>
</div>
<div class="row">
<div style="width: 50%;" class="col-12 col-md-6 col-xl-6 mb-5">
<h3 style="margin-bottom: 1rem; font-weight: bold; margin-left: 200px;">Cấu hình: </h3>
<table style="width: 80%; font-size: 1.2rem; font-weight: 500; border:2px solid black" class="table__column">
<tr>
<td>Màn hình: </td>
<td>15,6 inch, 1920 x 1080 Pixels, IPS, 144 Hz, 250 nits, IPS</td>
</tr>
<tr>
<td>Hệ điều hành: </td>
<td>Windows 11 Home Single Language</td>
</tr>
<tr>
<td>Trọng lượng: </td>
<td>1.86 kg</td>
</tr>
<tr>
<td>Kích thước : </td>
<td>359 * 245 * 21.7 mm</td>
</tr>
<tr>
<td>CPU: </td>
<td>Core i7 11800H</td>
</tr>
<tr>
<td>RAM: </td>
<td>8 GB, DDR4, 3200 MHz</td>
</tr>
<tr>
<td>Ổ cứng: </td>
<td>SSD 512 GB</td>
</tr>
<tr>
<td>Đồ họa: </td>
<td>NVIDIA GeForce GTX 1650 With Max-Q design 4GB</td>
</tr>
<tr>
<td>Xuất xứ : </td>
<td>Trung Quốc</td>
</tr>
<tr>
<td>Năm ra mắt: </td>
<td>2022</td>
</tr>
</table>
</div>
<div class="col-12 col-md-6 col-xl-6 mb-5">
<h3 style="text-align: center;font-size: 2rem; margin-top: 2rem; font-weight: bold;">Những tính năng nổi bật</h3>
<p style="font-size: 1.1rem; font-weight: 400; text-align: justify; padding-right: 100px;">• Laptop Gaming với thiết kế mỏng nhẹ đi cùng lớp áo đen huyền bí,
trọng lượng siêu nhẹ trong dòng laptop Gaming chỉ 1.86kg dễ dàng mang đi mọi nơi.
<br>• CPU Intel Core i7-11800H cùng card đồ họa RTX 3050 cân mọi tựa game phổ biến hiện nay ở mức đồ họa Medium
đến Hight mà không thua kèm gì với những chiếc PC gaming.
<br>• Laptop RAM 8GB DDR4 cùng ổ cứng 512GB đa nhiệm mượt mà, cho không gian lưu trữ lớn, mở máy nhanh chóng,
thao tác nhanh gọn mà không lo lag, giật.
<br>• Máy trang bị nhiều cổng kết nối: USB Type-C, USB Type-A, HDMI, RJ45,... hỗ trợ kết nối, truyền, tải dữ
liệu nhanh chóng.
</p>
</div>
</div>
<!-- Footer -->
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-3 col-xl-3 bg-dark">
<p class="text-justify pt-2"><a href="#">Chính sách bảo mật</a></p>
<p class="text-justify"><a href="#">Quy chế hoạt động</a></p>
<p class="text-justify"><a href="#">Hướng dẫn mua online</a></p>
<p class="text-justify"><a href="#">Hướng dẫn mua trả góp</a></p>
<p class="text-justify"><a href="#">Chính sách trả góp</a></p>
<p class="text-justify"><a href="#">Chính sách thu thập <br><span class="pl-2">và </span>xử lý dữ liệu cá
nhân</a></p>
<p class="text-justify"><a href="#">Chính sách đổi trả</a></p>
<p class="text-justify"><a href="#">Hệ thống bảo hành</a></p>
</div>
<div class="col-12 col-md-3 col-xl-3 bg-dark text-white p-2">
<h5>Giới thiệu về công ty</h5>
<p class="text-justify">Hoản Hảo PC là 1 hệ thống cửa hàng lớn chuyên về các thiết bị điện tử thông minh như:
Laptop, Điện thoại và
các loại Phụ kiện khác đi kèm.</p>
<p class="text-justify">HHPC shop sẽ cung cấp tới mọi tầng lớp khách hàng trải nghiệm mua sắm tích cực, từ sản
phẩm Kỹ thuật số chính
hãng chất lượng cao, giá cả cạnh tranh đi kèm dịch vụ chăm sóc khách hàng thân thiện, được đảm bảo bởi uy tín
của doanh nghiệp.</p>
<h5>Kết nối với chúng tôi</h5>
<a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook-square pr-2" aria-hidden="true"
style="color: white; font-size: 35px;"></i></a>
<a href="https://www.instagram.com/" target="_blank"><i class="fa fa-instagram pr-2" aria-hidden="true"
style="color: white; font-size: 35px;"></i></a>
<a href="https://www.youtube.com/" target="_blank"><i class="fa fa-youtube-square pr-2" aria-hidden="true"
style="color: white; font-size: 35px;"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter pr-2" aria-hidden="true"
style="color: white; font-size: 35px;"></i></a>
<a href="https://web.whatsapp.com/" target="_blank"><i class="fa fa-whatsapp pr-2" aria-hidden="true"
style="color: white; font-size: 35px;"></i></a>
<a href="https://web.telegram.org/k/" target="_blank"><i class="fa fa-telegram pr-2" aria-hidden="true"
style="color: white; font-size: 35px;"></i></a>
</div>
<div class="col-12 col-md-3 col-xl-3 bg-dark text-white p-2">
<h5>Hệ thống cửa hàng</h5>
<p class="text-justify"><i class="fa fa-map-marker text-danger" aria-hidden="true"></i> CSC: 273 An Dương Vương,
P.3, Q.5, TP.HCM</p>
<p class="text-justify"><i class="fa fa-map-marker text-danger" aria-hidden="true"></i> CS1: 28 Nguyễn Thông,
Q.3, TP.HCM</p>
<p class="text-justify"><i class="fa fa-map-marker text-danger" aria-hidden="true"></i> CS2: 04 Tôn Đức Thắng,
Q.1, TP.HCM</p>
</div>
<div class="col-12 col-md-3 col-xl-3 bg-dark text-white p-2">
<h5>Hỗ trợ thanh toán:</h5>
<i class="fa fa-cc-visa" aria-hidden="true" style="color: white; font-size: 50px;"></i>
<i class="fa fa-cc-paypal" aria-hidden="true" style="color: white; font-size: 50px;"></i>
<i class="fa fa-cc-mastercard" aria-hidden="true" style="color: white; font-size: 50px;"></i>
</div>
</div>
</div>
<div class="container-fluid p-0 m-0 text-center" style="background-color: whitesmoke;">
<hr class="my-2">
<p class="lead">© Nhóm A07 2023-2024</p>
</div>
</div>
</div>
</div>
<div id="user" class="modal">
<div id="login">
<form id="loginform">
<button type="button" class="close" onClick="closeform()">+</button>
<h2>ĐĂNG NHẬP</h2>
<div class="logininfo">
<div class="col">
<label for="usernameLogin">Tên đăng nhập:</label>
<input type="text" id="usernameLogin">
<div id="usernameerror">Bạn chưa nhập tên đăng nhập</div>
<label for="passwordLogin">Mật khẩu:</label>
<input type="password" id="passwordLogin">
<div id="passwordloginerror">Bạn chưa nhập mật khẩu</div>
</div>
</div>
<button type="submit" id="btnlogin">Login</button>
<p>Bạn chưa có tài khoản? <a href="#" onClick="showSignUp()">Đăng ký</a></p>
</form>
</div>
<div id="signup">
<form id="signupform">
<button type="button" class="close" onClick="closeform()">+</button>
<h2>ĐĂNG KÝ</h2>
<div class="signupinfo">
<div class="col">
<label for="fullname">Họ và tên: </label>
<input type="text" id="fullname">
<div id="fullnameerror">Bạn chưa nhập họ tên</div>
<label for="address">Địa chỉ: </label>
<input type="text" id="address">
<div id="addresserror">Bạn chưa địa chỉ</div>
<label for="phone">Số điện thoại: </label>
<input type="text" id="phone">
<div id="phoneerror">Bạn chưa nhập số điện thoại</div>
</div>
<div class="col">
<label for="usernameSignUp">Tên đăng nhập: </label>
<input type="text" id="usernameSignUp">
<div id="usererror">Bạn chưa nhập tên đăng nhập</div>
<label for="passwordSignUp">Mật khẩu: </label>
<input type="password" id="passwordSignUp">
<div id="passworderror">Bạn chưa nhập mật khẩu</div>
<label for="passwordSignUp2">Nhập lại mật khẩu: </label>
<input type="password" id="passwordSignUp2">
<div id="password2error">Mật khẩu không trùng khớp</div>
</div>
</div>
<button type="submit" id="btnsignup">Đăng ký</button>
<p>Trở về trang <a href="#" onClick="showLogin()">Đăng nhập</a></p>
</form>
</div>
</div>
<div id="customalert"></div>
<!-- Hiển thị kết quả tìm kiếm ở đây -->
<ul id="searchResults">
<!-- Kết quả tìm kiếm sẽ được hiển thị ở đây -->
</ul>
<div id="imagePopup" class="popup">
<span class="close" onclick="closePopup()">×</span>
<div id="imageContainer"></div>
</div>
<!-- JavaScript -->
<script src="./js/MyJS.js"></script>
<script src="./js/thuvien.js"></script>
<script src="./themes/js/common.js"></script>
<script src="./themes/js/jquery.flexslider-min.js"></script>
</body>
</html>