123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=0"
- />
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>下载省钱达人</title>
- <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1278015073'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s9.cnzz.com/z_stat.php%3Fid%3D1278015073' 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_1278015073").style.display="none"; // 隐藏统计小图标
- //声明_czc对象:
- var _czc = _czc || [];
- //绑定siteid,请用您的siteid替换下方"XXXXXXXX"部分
- _czc.push(["_setAccount", "1278015073"]);
- </script>
- <style>
- html,body {
- width: 100%;
- height: 100vh;
- margin: 0;
- padding: 0;
- }
- img {
- float: left;
- width: 100%;
- }
- .last {
- margin-bottom: .49rem;
- }
- .bot {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- height: .5rem;
- line-height: .5rem;
- background: #FF2E46;
- color: #fff;
- font-size: .16rem;
- text-align: center;
- }
- .alert {
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- z-index: 1;
- width: 80%;
- display: none;
- }
- .alert_img {
- width: 100%;
- }
- .top {
- width: 100%;
- height: .5rem;
- line-height: .5rem;
- background: #FF2E46;
- color: #fff;
- font-size: .16rem;
- text-align: center;
- }
- .mask {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: rgba(0,0,0,.4);
- display: none;
- }
- </style>
- </head>
- <body>
- <img src="./img/one.png" alt="" />
- <img src="./img/two.png" alt="" />
- <img src="./img/three.png" alt="" />
- <img class="last" src="./img/four.png" alt="" />
- <div class="alert">
- <div class="top">
- 搜索【省钱达人】下载
- </div>
- <img class="alert_img" src="./img/alert.jpg" alt="" />
- </div>
- <div class="bot">
- App Store搜索【省钱达人】下载
- </div>
- <div class="mask"></div>
- <script src="../common/jquery-2.1.0.js"></script>
- <script>
- var paramArr=location.search.replace("?","").split("&");
- var source=""; //source的值;
- window.onload=function() {
- source=getParam("source");
- _czc.push(["_trackEvent",'页面进入'+source,'页面进入','页面进入']);
- }
- $(".bot").on("click",function(){
- $(".alert").toggle();
- $(".mask").toggle();
- $("body").attr("style","overflow:hidden");
- _czc.push(["_trackEvent",'下载按钮的点击'+source,'下载按钮的点击','下载按钮的点击']);
- })
- $(".alert").on("click",function(){
- $(this).toggle();
- $(".mask").toggle();
- $("body").attr("style","");
- })
- $(".mask").on("click",function(){
- $(this).toggle();
- $(".alert").toggle();
- $("body").attr("style","");
- })
- function getParam(param) {
- var current="";
- paramArr.forEach((ele,index)=>{
- var data=ele.split("=")
- if(param==data[0]) {
- current=data[1]
- }
- })
- return current;
- }
- </script>
- </body>
- </html>
|