-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhw1funmecats.html
More file actions
704 lines (683 loc) · 24 KB
/
hw1funmecats.html
File metadata and controls
704 lines (683 loc) · 24 KB
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>黃阿瑪的後宮生活|Fumeancats 官方網站</title>
<script src="https://kit.fontawesome.com/de0f812dc0.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="reset.css">
<style>
*{
font-family: "andy-money", "system-ui", "-apple-system", "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", "Noto Sans TC", "Noto Sans SC", "sans-serif";
/* outline: #c74060 1px solid; */
}
body{
width: 960px;
margin: auto;
}
.header{
width: 960px;
margin:auto;
height: 110px;
background-color: white;
opacity: 0.9;
position: fixed;
z-index: 99999;
display: flex;
flex-direction: column;
justify-content: center;
}
nav{
height: 30px;
display: flex;
justify-content: flex-end;
align-items: center;
flex-grow: 1;
}
nav a{
display: block;
color: #000;
font-size: 16px;
margin: 5px;
padding-right: 8px;
text-decoration: none;
}
a:not(.item):hover, i:hover{
color: grey;
}
.toplayer{
display: flex;
justify-content:center;
position: relative;
}
.logo{
width: 60px;
height: 60px;
position: absolute;
left:20px;
}
.toplayer a{
display: block;
text-decoration: none;
color: #333;
font-size: 16px;
margin: 5px 5px 10px 5px;
}
.banner{
text-align: center;
}
.banner img{
width: 100%;
margin-top: 110px;
}
h2{
text-align: center;
color: #666;
font-size: 22px;
position: relative;
padding: 20px 20px 20px;
}
.bar{
width: 25px;
height: 2px;
background-color: #FDD000;
margin: 0px auto 20px;
}
.container{
width: 960px;
display: flex;
flex-wrap: wrap;
margin: auto;
}
.item {
width: 210px;
margin: 5px 15px;
box-sizing: border-box;
position: relative;
font-family: Arial, Helvetica, sans-serif;
}
.item h3{
}
.item img{
width: 100%;
height: 210px;
}
input{
height: 40px;
width: 190px;
position: absolute;
top: 160px;
display: none;
z-index: 999;
left: 11px;
}
.trans{
width: 100%;
opacity: 0;
position: absolute;
top: 0;
}
.item:hover::after{
position: absolute;
top: 0;
content: " ";
width: 210px;
height: 210px;
background-color: black;
opacity: 0.6;
z-index: 99;
cursor: pointer;
}
.item:hover input{
display: block;
cursor: pointer;
}
.item:hover .trans{
display: block;
transition: 0.5s;
z-index: 40;
opacity: 1;
}
input:hover{
background-color: #FDD000;
color: aliceblue;
transition: 0.2s;
}
.item a{
text-decoration: none;
}
.text{
height: 125px;
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.text *{
text-align: center;
margin: 3px;
}
.text h3{
color: #333;
font-size: 14px;
line-height: 1.5;
flex-grow: 1;
}
.text p {
font-size: 16px;
color:#FDD000;
}
.text p:nth-child(3){
text-decoration: line-through;
color: #aaa;
font-size: 12px;
flex-basis:13px;
}
.page{
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.page a{
display:block;
font: 16px sans-serif;
width: 20px;
height: 30px;
color: dimgray;
text-decoration: none;
margin: 5px;
text-align: center;
align-self: center;
/* 讓所有的a高度一致 */
border-bottom: transparent 2px solid;
}
.page a:not(:first-child):hover{
color: #c74060;
}
/* .page a:first-child{
border-bottom: #FDD000 2px solid;
cursor:default;
} */
.page .active{
border-bottom-color: #FDD000;
/* cursor:default; */
}
.info{
width: 960px;
margin: auto;
border-top: #aaa solid 1px;
display: flex;
padding: 30px 0px;
}
.col{
width: 50%;
margin: auto auto auto 10px;
text-align: left;
font-size: 16px;
}
.col>h3, .col>h3>a{
padding-top: 20px;
font-size: 20px;
padding-bottom: 10px;
color: #333;
text-decoration: none;
}
.col p>a, .col p{
text-decoration: none;
padding-bottom: 10px;
color: rgb(88, 88, 88);
}
.footer{
width: 960px;
height: 60px;
text-align: center;
margin: auto;
background-color: #eee;
}
.footer p{
display: inline-block;
height: 20px;
padding: 20px;
}
</style>
</head>
<body>
<div class="header">
<nav>
<a href="#"><i class="fas fa-globe"></i> 繁體中文</a>
<a href="#"><i class="fas fa-search"></i></a>
<a href="#"><i class="fas fa-comment"></i></a>
<a href="#"><i class="fas fa-user"></i></a>
<a href="#"><i class="fas fa-shopping-bag"></i></a>
</nav>
<img src="https://img.shoplineapp.com/media/image_clips/60877c91e67283002f8ab371/original.png?1619491985" class="logo">
<div class="toplayer">
<a href="#">首頁</a>
<a href="#">品牌故事</a>
<a href="#">所有商品</a>
<a href="#">居家生活</a>
<a href="#">玩具公仔</a>
<a href="#">瑪瑪書店</a>
<a href="#">手機周邊</a>
<a href="#">不想運動運動會</a>
<a href="#">Socles黑漆漆生日館</a>
</div>
</div>
<div class="banner">
<img src="https://shoplineimg.com/5cf4a5bd4956340001e08e0d/6037694d61a190002384aa22/1520x.webp?source_format=jpg">
</div>
<!-- 第一塊 新品上市 -->
<div class="new">
<h2>新品上市</h2>
<div class="bar"></div>
</div>
<div class="container">
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=8">
<img src="https://picsum.photos/300/300/?random=44" class="trans">
<input type="button" value="加入購物車" >
<div class="text">
<h3>隨便而在山西地面看著.</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=9">
<img src="https://picsum.photos/300/300/?random=18" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>戰略信箱如此幸福回去演出豪華成了言論及時,會員接近不去,批。</h3>
<p>NT1688</p>
<p>NT16888</p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=10">
<img src="https://picsum.photos/300/300/?random=17" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>評價並在東西的是,體會中心,立即拿出那。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=11">
<img src="https://picsum.photos/300/300/?random=110" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>用戶春節習慣重要獲取上傳,台南會計台北角色檢驗玩。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=12">
<img src="https://picsum.photos/300/300/?random=88" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>日月潭政治解壓網域名稱之後法院速度很多第二次這麼。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=13">
<img src="https://picsum.photos/300/300/?random=2" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>考慮這位配置有的推出。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=14">
<img src="https://picsum.photos/300/300/?random=26" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>身體打擊某種我還你也開口來說你就,效率其他。身體打擊某種我還你也開口來說你就,效率其他。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=15">
<img src="https://picsum.photos/300/300/?random=77" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>台北照顧基礎得知不得不緩緩你是到處回去具備誘惑幾。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
</div>
<div class="page">
<a href="#" class="active">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">5</a>
<a href="#">»</a>
</div>
<!-- 第二塊 不想運動運動會 lazy -->
<div class="product_title">
<h2>不想運動運動會</h2>
<div class="bar"></div>
</div>
<div class="container">
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=8">
<img src="https://picsum.photos/300/300/?random=7" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>美容具備花園,一道付出事故鼓勵精英儘快。</h3>
<p>NT1688</p>
<p>NT16888</p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=19">
<img src="https://picsum.photos/300/300/?random=56" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>像是提醒不多數量配件你們是因為附近公路,觀眾一段。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=1">
<img src="https://picsum.photos/300/300/?random=9" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>能否以前功能尋找,和平排行榜不好意思有些,自從是不是,中心頻道移動治。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=31">
<img src="https://picsum.photos/300/300/?random=70" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>一大一個記者實業一顆業主老婆生活,投入還會我國,表演最重要。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=32">
<img src="https://picsum.photos/300/300/?random=74" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>指數便宜一致公開做什麼安裝附件促進讓我們合理批准,左右形勢。</h3>
<p>NT1688</p>
<p>NT16888</p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=23">
<img src="https://picsum.photos/300/300/?random=52" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>興奮功能,不得周邊。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=74">
<img src="https://picsum.photos/300/300/?random=38" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>老師更新含有依靠平靜事故,命令記憶一支可愛溫暖魔獸醫學,必。</h3>
<p>NT1688</p>
<p>NT16888</p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=45">
<img src="https://picsum.photos/300/300/?random=87" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>也就呵呵出現在,士兵任何人,我在字元不起,藥品版。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
</div>
<div class="page">
<a href="#" class="active">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">»</a>
</div>
<!-- 第三塊 手機殼 case-->
<div class="product_title">
<h2>CreASEnse</h2>
<div class="bar"></div>
</div>
<div class="container">
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=28">
<img src="https://picsum.photos/300/300/?random=7" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>現代承擔專輯手指依靠其它相關內容方式應。</h3>
<p>NT1688</p>
<p>NT16888</p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=39">
<img src="https://picsum.photos/300/300/?random=5" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>不怕對她百度電源改。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=10">
<img src="https://picsum.photos/300/300/?random=47" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>授權方式,本人利益事故,友情連結。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=11">
<img src="https://picsum.photos/300/300/?random=50" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>準備信箱你還天氣都不對話,會員具有體驗登記附近因。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=12">
<img src="https://picsum.photos/300/300/?random=71" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>女兒號碼房間後來難得釣魚每日歡迎光臨這就是聯想開放違反,瀏覽次數,危機實際上客。</h3>
<p>NT1688</p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=18">
<img src="https://picsum.photos/300/300/?random=21" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>興奮功能,不得周邊。</h3>
<p>NT1688</p>
<p>NT16888</p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=44">
<img src="https://picsum.photos/300/300/?random=43" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>事情手冊決策信箱之下說完支撐,經營許可。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=75">
<img src="https://picsum.photos/300/300/?random=74" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>清楚應當呼吸始終用戶名。</h3>
<p>NT1688</p>
<p>NT16888</p>
</div>
</a>
</div>
</div>
<div class="page">
<a href="#" class="active">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">»</a>
</div>
<!-- 第四塊 寢具組 bed-->
<div class="product_title">
<h2>聯名寢具</h2>
<div class="bar"></div>
</div>
<div class="container">
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=0">
<img src="https://picsum.photos/300/300/?random=5" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>手中點這裡下載,重。</h3>
<p>NT1688</p>
<p>NT16888</p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=7">
<img src="https://picsum.photos/300/300/?random=6" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>據說出來聯盟,被人不對兩個貼布雜誌傳奇自信不好意思心靈,不。</h3>
<p>NT1688</p>
<p>NT16888</p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=18">
<img src="https://picsum.photos/300/300/?random=67" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>人家氣息,章節一體所說,為止相比,這樣。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
<div class="item">
<a href="#">
<img src="https://picsum.photos/300/300/?random=39">
<img src="https://picsum.photos/300/300/?random=48" class="trans">
<input type="button" value="加入購物車">
<div class="text">
<h3>得知百萬表達位置寶。</h3>
<p>NT1688</p>
<p></p>
</div>
</a>
</div>
</div>
<div class="page">
<a href="#" class="active">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">»</a>
</div>
<div class="info">
<div class="col">
<h3>相關資訊</h3>
<p><a href="#">品牌故事</a></p>
<p><a href="#">退貨退款須知</a></p>
<p><a href="#">會員招募</a></p>
<p><a href="#">常見問題</a></p>
<p><a href="#">反詐騙公告</a></p>
</div>
<div class="col">
<h3><a href="#">聯繫我們</a></h3>
<p>服務時間:週一至週五 10:00-18:30</p>
<p><a href="#">LINE@閒聊區(只有阿瑪在,小幫手不在)</a></p>
<p>客服信箱 :fumeanstore@gmail.com</p>
<p>授權合作信箱 :fumeanstudio@gmail.com</p>
<p>批發合作信箱 :fumeancats@gmail.com</p>
</div>
</div>
<div class="footer">
<p>黃阿瑪的後宮生活© 2019 FUMEANCATS .All Rights Reserved.</p>
</div>
</body>
</html>