-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (55 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="//qian-img.tenpay.com/web/v2/favicon.ico?v=1" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>来自机智**猫的私密红包</title>
<meta name="description" content="微信私密红包">
<link href="//cdn.bootcss.com/pure/1.0.0/base-min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/pure/1.0.0/buttons-min.css" rel="stylesheet">
<style>
html, body {
min-height: 100vh;
}
body {
background-color: #fdedf4;
background-image:
linear-gradient(#fff .1em, transparent .1em);
background-size: 100% 24px;
}
.page-index {
display: none;
padding: 28px 16px;
}
p {
font-size: 14px;
color: #666;
line-height: 24px;
margin: 24px 0;
}
</style>
</head>
<body class="page-index" id="app">
<div style="display: none;">
<img src="https://www.lijinma.com/images/post/wechat_lucky_money.png" alt="">
<a href="./p3.html" id="p3url"></a>
</div>
<p style="color:#ff3000;font-size: 18px;margin-top: 0;">首先,Happy Birthday!</p>
<p>很开心能收到妹妹的生日礼物,认识了那么久,感觉还是那么亲切。</p>
<p>工作后联系越来越少了,有些可惜,虽然咱们从认识到现在,本来见面的次数也不多,但是你这个朋友,从刚开始认识时,我就觉得是必会与众不同!</p>
<p>总感觉咱们背后有一种无形的默契,是彼此间无条件的信任与坦诚,这份默契是任何人(当然也包括时间老人),都无法撼动的。可能这就是为什么有些曾经很熟悉的人会变得逐渐陌生,而有些萍水相逢的人却会刻骨铭心吧。</p>
<p>是你们,让我理解了淡如水,若比邻的君子之交,能切身感受到古人所表达的这种境界。喧哗中有你,很幸运。</p>
<p>愿友谊常伴,哥哥会一直在这里。</p>
<p>最后,哼,连个地址都不给我,这种小事能难倒我?哥除了钱之外其他都没有,说好的用红包砸你!(不多,聊表心意, 需要开通下微信零钱通,可能需要授权一下~)</p>
<a href="./p1.html" style="color:#ff3000;font-size: 18px;">点击领取微信红包></a>
<script>
if (localStorage.getItem('p3-done')) {
location.href = document.getElementById('p3url').href;
} else {
document.getElementById('app').style.display = 'block';
}
</script>
</body>
</html>