123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=0" />
- <title>猎豆优选</title>
- <link rel="stylesheet" type="text/css" href="./common/reset.css"/>
- <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1276367164'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s23.cnzz.com/z_stat.php%3Fid%3D1276367164' type='text/javascript'%3E%3C/script%3E"));</script>
- <script type="text/javascript">
- document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/375) + "px";
- window.onresize = function(){
- document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/375) + "px";
- }
- document.getElementById("cnzz_stat_icon_1276367164").style.display="none"; // 隐藏统计小图标
- //声明_czc对象:
- var _czc = _czc || [];
- //绑定siteid,请用您的siteid替换下方"XXXXXXXX"部分
- _czc.push(["_setAccount", "1276367164"]);
- _czc.push(["_trackEvent",'短信下载App','红包','页面进入']);
- </script>
- <style>
- body{background: #fb3626;width:100%;height: 100vh;}
- .bgImg{
- width: 100%;
- }
- .downLoad{
- width: 3rem;
- height: 1rem;
- background: url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/H5-liedou/redEnvelopes/downloadButton.png) no-repeat;
- background-size:100%;
- position: absolute;
- top: 4.8rem;
- left: 0;
- right: 0;
- margin: auto;
- border: none;
- animation: button 0.8s infinite ease-in-out;
- }
- @keyframes button {
- 0% {transform: scale(1.1);}
- 50% {transform: scale(1);}
- 100% {transform: scale(1.1);}
- }
- </style>
- </head>
- <body>
- <img src="https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/H5-liedou/redEnvelopes/downLoadBgImg.jpg?v=1" class="bgImg"/>
- <button class="downLoad" onclick="downLoadEvent()"></button>
- </body>
- </html>
- <script>
- function downLoadEvent () {
- _czc.push(["_trackEvent",'短信下载App','红包','下载按钮点击']);
- window.location.href = 'https://yp2.cn/cGVkGv';
- }
- </script>
|