-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpc.html
More file actions
59 lines (55 loc) · 2.14 KB
/
pc.html
File metadata and controls
59 lines (55 loc) · 2.14 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
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>猫殿下</title>
<link rel="stylesheet" href="https://cdn.bootcss.com/normalize/8.0.0/normalize.min.css">
<link rel="stylesheet" href="./css/pc.css">
</head>
<body>
<div class="header">
<div class="container">
<img src="./imgs/img-zh.png" alt="头部">
<div class="language">
<span id="chinese" class="active">中文</span>
<span>|</span>
<span id="english">ENG</span>
</div>
</div>
</div>
<div class="shops">
<div class="shop">
<img src="./imgs/tianmao.png" alt="天猫旗舰店" class="qr-code">
<div class="title">
<div>天猫旗舰店</div>
<a href="https://maodianxia.tmall.com" class="href">https://maodianxia.tmall.com</a>
</div>
</div>
<div class="shop">
<img src="./imgs/taobao.png" alt="淘宝企业店" class="qr-code">
<div class="title">
<div>淘宝企业店</div>
<a href="https://shop438168601.taobao.com" class="href">https://shop438168601.taobao.com</a>
</div>
</div>
<div class="shop">
<img src="./imgs/weibo.png" alt="微博 Cature小壳" class="qr-code">
<div class="title">
<div>微博 Cature小壳</div>
<a href="https://weibo.com/cature" class="href">https://weibo.com/cature</a>
</div>
</div>
<div class="shop">
<img src="./imgs/wechat.png" alt="微信公众号" class="qr-code">
<div class="title">
<div>微信公众号</div>
<div class="href">Cature小壳</div>
</div>
</div>
</div>
<div class="contact" style="display: none">E-Mail:derrick@cature.com Tel:(0086)21-8035-1259</div>
<script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script>
<script src="./js/pc.js"></script>
</body>
</html>