-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductDetail.html
408 lines (400 loc) · 15.5 KB
/
productDetail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
>
<meta
name='description'
content='Perfume shop'
/>
<title>D'PERFUME|產品內頁</title>
<link
rel="stylesheet"
href="css/all.css"
>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
>
<script src="js/jquery-3.5.1.min.js"></script>
</head>
<body>
<!--頁首-->
<div class="container">
<nav class="navbar navbar-expand-md navbar-light">
<h1 class="navbar-brand mb-0"><a
class="logo img-fluid"
href="index.html"
>D'PERFUME</a></h1>
<!--選單-->
<div class="collapse navbar-collapse justify-content-end d-none d-md-block">
<ul class="navbar-nav h5 font-weight-normal">
<li class="nav-item mr-2">
<a
class="nav-link text-center"
href="product.html"
><i class="fas fa-tshirt pr-1"></i>Product</a>
</li>
<li class="nav-item mr-2">
<a
class="nav-link"
href="login.html"
><i class="fas fa-user pr-1"></i>log in</a>
</li>
<li class="nav-item mr-2">
<a
class="nav-link"
href="#"
><i class="fas fa-heart pr-1"></i>Wishlist</a>
<li class="nav-item">
<a
class="nav-link"
href="#"
><i class="fas fa-shopping-cart pr-1"></i>Cart(3)</a>
</li>
</ul>
</div>
<!--選單-->
<!--漢堡選單-->
<div class="d-flex align-items-center justify-content-end">
<div class="d-lg-none position-relative d-md-none">
<a
href="#"
class="nav-link text-dark"
><i class="fas fa-shopping-cart"></i></a>
<p class="cart position-absolute rounded-circle text-center bg-primary text-white">3</p>
</div>
<button
class="navbar-toggler p-0"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
</div>
<div
class="container-fluid collapse navbar-collapse d-lg-none justify-content-end px-0"
id="navbarNav"
>
<ul class="navbar-nav text-center bg-darker">
<li class="nav-item">
<a
class="nav-link border-bottom text-white py-4"
href="product.html"
>Product</a>
</li>
<li class="nav-item">
<a
class="nav-link border-bottom text-white py-4"
href="login.html"
>Wishlist</a>
</li>
<li class="nav-item">
<a
class="nav-link border-bottom text-white py-4"
href="#"
>Blog</a>
<li class="nav-item">
<a
class="nav-link border-bottom text-white py-4"
href="#"
>Contact</a>
</li>
<li class="nav-item">
<a
class="nav-link text-white py-4"
href="login.html"
>Log in</a>
</li>
</ul>
</div>
<!--漢堡選單-->
<!--品牌列-->
<div
class="container-fluid d-none d-md-flex bg-primary "
data-aos="fade-right"
>
<div class="container">
<div class="row">
<ul class="nav d-lg-flex">
<li class="nav-item">
<a
class="nav-link text-white"
href="#"
>CHANEL</a>
</li>
<li class="nav-item">
<a
class="nav-link text-white"
href="#"
>Jo Malone</a>
</li>
<li class="nav-item">
<a
class="nav-link text-white"
href="#"
>Curology</a>
</li>
<li class="nav-item">
<a
class="nav-link text-white"
href="#"
>Dior</a>
</li>
<li class="nav-item">
<a
class="nav-link text-white"
href="#"
>Chloe</a>
</li>
<li class="nav-item">
<a
class="nav-link text-white"
href="#"
>Zara</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Modal -->
<!--like-->
<div
class="modal fade"
id="like"
tabindex="-1"
role="dialog"
aria-labelledby="exampleModalCenterTitle"
aria-hidden="true"
>
<div
class="modal-dialog modal-dialog-centered"
role="document"
>
<div class="modal-content">
<div class="modal-body text-primary text-center font-weight-bold">
已加入我的收藏
</div>
</div>
</div>
</div>
<!--addCart-->
<div
class="modal fade"
id="addCart"
tabindex="-1"
role="dialog"
aria-labelledby="exampleModalCenterTitle"
aria-hidden="true"
>
<div
class="modal-dialog modal-dialog-centered"
role="document"
>
<div class="modal-content">
<div class="modal-body text-primary text-center font-weight-bold">
已加入購物車
</div>
</div>
</div>
</div>
<!--互動視窗-->
<!--客製化開始-->
<div class="container mt-12">
<div
class="row flex-row-reverse"
data-aos="fade-left"
>
<div
class="col-12 col-md-6 col-lg-4"
data-aos="fade-down"
>
<img
class="img-fluid d-md-none d-block d-md-6"
src="img/productDetail/1.png"
alt=""
>
<h2 class="font-weight-bold">CHANEL N°5</h2>
<p class="h5 font-weight-normal mb-11">N°5,女性魅力的極致精髓。散發柔美澄透的乙醛花束香氣。經典傳奇香氛,蘊藏於極簡設計的獨特瓶身。</p>
<p class="h5 font-weight-normal mb-3">NT$4,980</p>
<div class="input-group mb-2">
<select
class="custom-select "
id="quantity"
>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
<div class="input-group-append w">
<button
type="button"
class="btn btn-primary py-3"
data-toggle="modal"
data-target="#addCart"
>加入購物車</button>
</div>
</div>
<button
class="btn btn-link p-0 mb-9"
data-toggle="modal"
data-target="#like"
>
<i class="fas fa-heart p-0"></i>
加入我的收藏
</button>
<div class="mb-md-12">
<h6 class="font-weight-bold">商品購買須知</h6>
<p class="mb-6">產品因拍攝關係顏色可能略有差異,實際以廠商出貨為主。 商品情境照為示意用,僅商品主體不包含其他配件,請以規格內容物為主。 D’Perfume
盡可能確保所列商品備貨充足,但偶爾仍會有產品售罄的情況。如您所訂購的商品庫存不足,我們將盡快以電子郵件通知您。任何訂單變動均會在訂單總額與出貨訊息內更新。</p>
<h6 class="font-weight-bold">退換貨須知</h6>
<p>依《消費者保護法》的規定,於全站購物皆享有商品到貨【七日猶豫期】(含例假日)之權益。若收到的商品有任何問題,可於猶豫期內申請退貨。</p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-8">
<img
data-aos="fade-down"
class="img-fluid d-none d-md-block"
src="img/productDetail/1.png"
alt=""
>
<div class="w-100 mb-4 mb-md-11"></div>
<div class="row align-items-center">
<div
class="col-12 col-md-6"
data-aos="fade-down"
>
<img
class="img-fluid w-100"
src="img/productDetail/2.png"
alt=""
>
</div>
<div class="w-100 mb-4 d-md-none"></div>
<div
class="col-12 col-md-6"
data-aos="fade-down"
>
<img
class="img-fluid w-100"
src="img/productDetail/3.png"
alt=""
>
</div>
<div class="w-100 mb-4 d-md-none"></div>
<div
class="col-12"
data-aos="fade-down"
>
<img
class="img-fluid d-md-none w-100"
src="img/productDetail/4-s.png"
alt=""
>
</div>
<div class="w-100 mb-4 mb-md-11"></div>
<img
data-aos="fade-down"
class="img-fluid mb-12 mb-md-8 d-none d-md-block"
src="img/productDetail/1.png"
alt=""
>
</div>
</div>
</div>
</div>
<!--客製化結束-->
<!--頁尾-->
<div class="footer bg-primary">
<!--版權-->
<div class="container-fluid footer-copy py-5">
<div class="container">
<div class="row">
<div class="col-12 col-md-8 d-flex align-items-center">
<a
href="index.html"
class="mr-5"
><img
src="img/footerLogo.png"
alt="footerLogo"
></a>
<small>© 2020. All Rights Reserved.</small>
</div>
<ul class="nav col-md-4 d-none d-lg-flex align-items-center justify-content-end">
<li class="nav-item">
<a
class="nav-link text-white"
href="product.html"
>Product</a>
</li>
<li class="nav-item">
<a
class="nav-link text-white"
href="#"
>Blog</a>
</li>
<li class="nav-item">
<a
class="nav-link text-white"
href="#"
>Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<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.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://unpkg.com/aos@next/dist/aos.css"
/>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
// Global settings:
disable: false, // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function
startEvent: 'DOMContentLoaded', // name of the event dispatched on the document, that AOS should initialize on
initClassName: 'aos-init', // class applied after initialization
animatedClassName: 'aos-animate', // class applied on animation
useClassNames: false, // if true, will add content of `data-aos` as classes on scroll
disableMutationObserver: false, // disables automatic mutations' detections (advanced)
debounceDelay: 50, // the delay on debounce used while resizing window (advanced)
throttleDelay: 99, // the delay on throttle used while scrolling the page (advanced)
// Settings that can be overridden on per-element basis, by `data-aos-*` attributes:
offset: 225, // offset (in px) from the original trigger point
delay: 0, // values from 0 to 3000, with step 50ms
duration: 1000, // values from 0 to 3000, with step 50ms
easing: 'ease', // default easing for AOS animations
once: true, // whether animation should happen only once - while scrolling down
mirror: false, // whether elements should animate out while scrolling past them
anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});
</script>
</body>
</html>