-
Notifications
You must be signed in to change notification settings - Fork 41
/
chitietsanpham.html
120 lines (106 loc) · 5.3 KB
/
chitietsanpham.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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Thế giới điện thoại</title>
<link rel="shortcut icon" href="img/favicon.ico" />
<!-- Load font awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
crossorigin="anonymous">
<!-- owl carousel libraries cho hình nhỏ -->
<link rel="stylesheet" href="js/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="js/owlcarousel/owl.theme.default.min.css">
<script src="js/Jquery/Jquery.min.js"></script>
<script src="js/owlcarousel/owl.carousel.min.js"></script>
<!-- our files -->
<!-- css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/topnav.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/taikhoan.css">
<link rel="stylesheet" href="css/trangchu.css">
<link rel="stylesheet" href="css/home_products.css">
<link rel="stylesheet" href="css/chitietsanpham.css">
<link rel="stylesheet" href="css/footer.css">
<!-- js -->
<script src="data/products.js"></script>
<script src="js/classes.js"></script>
<script src="js/dungchung.js"></script>
<script src="js/chitietsanpham.js"></script>
</head>
<body>
<script> addTopNav(); </script>
<section>
<script> addHeader(); </script>
<div id="productNotFound" style="min-height: 50vh; text-align: center; margin: 50px; display: none;">
<h1 style="color: red; margin-bottom: 10px;">Không tìm thấy sản phẩm</h1>
<a href="index.html" style="text-decoration: underline;">Quay lại trang chủ</a>
</div>
<div class="chitietSanpham" style="margin-bottom: 100px">
<h1>Điện thoại </h1>
<div class="rating"></div>
<div class="rowdetail group">
<div class="picture">
<img src="" onclick="opencertain()">
</div>
<div class="price_sale">
<div class="area_price"> </div>
<div class="ship" style="display: none;">
<img src="img/chitietsanpham/clock-152067_960_720.png">
<div>NHẬN HÀNG TRONG 1 GIỜ</div>
</div>
<div class="area_promo">
<strong>khuyến mãi</strong>
<div class="promo">
<img src="img/chitietsanpham/icon-tick.png">
<div id="detailPromo"> </div>
</div>
</div>
<div class="policy">
<div>
<img src="img/chitietsanpham/box.png">
<p>Trong hộp có: Sạc, Tai nghe, Sách hướng dẫn, Cây lấy sim, Ốp lưng </p>
</div>
<div>
<img src="img/chitietsanpham/icon-baohanh.png">
<p>Bảo hành chính hãng 12 tháng.</p>
</div>
<div class="last">
<img src="img/chitietsanpham/1-1.jpg">
<p>1 đổi 1 trong 1 tháng nếu lỗi, đổi sản phẩm tại nhà trong 1 ngày.</p>
</div>
</div>
<div class="area_order">
<!-- nameProduct là biến toàn cục được khởi tạo giá trị trong phanTich_URL_chiTietSanPham -->
<a class="buy_now" onclick="themVaoGioHang(maProduct, nameProduct);">
<b><i class="fa fa-cart-plus"></i> Thêm vào giỏ hàng</b>
<p>Giao trong 1 giờ hoặc nhận tại cửa hàng</p>
</a>
</div>
</div>
<div class="info_product">
<h2>Thông số kỹ thuật</h2>
<ul class="info">
</ul>
</div>
</div>
<div id="overlaycertainimg" class="overlaycertainimg">
<div class="close" onclick="closecertain()">×</div>
<div class="overlaycertainimg-content">
<img id="bigimg" class="bigimg" src="img/chitietsanpham/oppo-f9-red-2-400x460.png">
<div class="div_smallimg owl-carousel">
<!-- <img src="img/chitietsanpham/oppo-f9-mau-do-1-org.jpg" onclick="changepic(this.src)">
<img src="img/chitietsanpham/oppo-f9-mau-do-2-org.jpg" onclick="changepic(this.src)">
<img src="img/chitietsanpham/oppo-f9-mau-do-3-org.jpg" onclick="changepic(this.src)"> -->
</div>
</div>
</div>
</div>
<div id="goiYSanPham"></div>
</section>
<script>addContainTaiKhoan();</script>
<div class="footer"><script>addFooter();</script></div>
</body>
</html>