-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (81 loc) · 4.1 KB
/
index.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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- <meta name="viewport" content="width=750,user-scalable=no,target-densitydpi=device-dpi"> -->
<meta name="Description"
content="中秋祈愿领节日时装头饰,快来看看你的专属福卡吧~">
<meta name="Keywords" content="test">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta content="telephone=no" name="format-detection" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<!-- qq发链接分享设置 -->
<meta itemprop="name" content="中秋祈愿领节日时装头饰">
<meta itemprop="description" content="中秋团圆聚兄弟,快来看看你的专属福卡吧~">
<meta itemprop="image" content="http://localhost/act/moon2019/share.png">
<title>中秋聚兄弟 祈愿领好礼</title>
<!-- <script type="text/javascript" src="//cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script> -->
</head>
<body>
<script>
// 全局字体rem+
(function (wsize) {
//获取初始的fontsize,16为比例标准
var originalSize = parseInt((window.getComputedStyle(document.documentElement, null)).fontSize);
var docEl = document.documentElement,
resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize';
if (!document.addEventListener) return;
reCalc();
window.addEventListener(resizeEvt, reCalc, false);
document.addEventListener('DOMContentLoaded', reCalc, false);
function reCalc() {
var win_w = parseInt(window.innerWidth);
var win_h = parseInt(window.innerHeight);
/* 对应页面最大设计尺寸大宽度设置size */
win_w = win_w > wsize ? wsize : win_w;
var win_h = parseInt(window.innerHeight),
html = document.getElementsByTagName('html')[0],
zoom = (win_w / wsize) / (originalSize / 16) * 100;
html.style.fontSize = zoom + 'px';
}
})(750);
</script>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- start Dplus -->
<script type="text/javascript">
! function (a, b) {
if (!b.__SV) {
var c, d, e, f;
window.dplus = b, b._i = [], b.init = function (a, c, d) {
function g(a, b) {
var c = b.split(".");
2 == c.length && (a = a[c[0]], b = c[1]), a[b] = function () {
a.push([b].concat(Array.prototype.slice.call(arguments, 0)))
}
}
var h = b;
for ("undefined" != typeof d ? h = b[d] = [] : d = "dplus", h.people = h.people || [], h.toString =
function (a) {
var b = "dplus";
return "dplus" !== d && (b += "." + d), a || (b += " (stub)"), b
}, h.people.toString = function () {
return h.toString(1) + ".people (stub)"
}, e =
"disable track track_links track_forms register unregister get_property identify clear set_config get_config get_distinct_id track_pageview register_once track_with_tag time_event people.set people.unset people.delete_user"
.split(" "), f = 0; f < e.length; f++) g(h, e[f]);
b._i.push([a, c, d])
}, b.__SV = 1.1, c = a.createElement("script"), c.type = "text/javascript", c.charset = "utf-8", c.async = !
0, c.src = "//w.cnzz.com/dplus.php?id=1261160944", d = a.getElementsByTagName("script")[0], d.parentNode
.insertBefore(c, d)
}
}(document, window.dplus || []), dplus.init("1261160944");
</script>
<!-- end Dplus -->
</body>
</html>