-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (50 loc) · 2.01 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
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="content-type" content="txt/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>跳转支付宝</title>
<style>
html, body {
margin:0;
padding:0;
background-color:#0097F7;
font-size:16px
}
.payment {
text-align:center;
padding:20px
}
.payment-inner {
background-color:#fff;
padding:20px;
border-radius:10px
}
.btn {
display:inline-block
}
</style>
</head>
<body>
<div class="page-group">
<div class="payment">
<p style="color:#fff;font-size:30px;margin:0 10px 10px">支付宝大红包</p>
<div class="payment-inner">
<p class="price-icon"> 给自己定个小目标,领个大红包 </p>
<div style="text-align:center">
<p style="color:red;font-size:22px"> 点击下方按钮即可领取红包 </p>
<a class="btn" id="blueBtn" style="margin-top:20px;width:80%;color:#fff;background-color:#0097F7;text-decoration:none;background-color:#0097F7;padding:10px;border-radius:4px" href="https://qr.alipay.com/c1x00577ckutnrt3slurf06" >支付宝领红包</a>
<!-- <div id="qrcode" style="display:none"> 如点击支付按钮无 反应,请扫码支付<br>
<img src="http://wxpad.cn/yunpan/cdn/imgsrc/1537876306.jpg" style="max-width:300px;width:80%"> </div>
</div> -->
<br>
<br>
</div>
</div>
<script type="text/javascript" src="http://yhhbank.b0.upaiyun.com/js/zepto.js" charset="utf-8"></script>
<script>function show(){setTimeout(function(){$("#qrcode").show()})}</script>
<div style="display:none">
<script>var _hmt=_hmt||[];!function(){var e=document.createElement("script");e.src="https://hm.baidu.com/hm.js?959992c5543e15473a44d61cafa70d63";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}();</script>
</div>
</body>
</html>