1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>小红绳</title>
- <link rel="stylesheet" href="../common/reset.css">
- <link rel="stylesheet" href="./css/games.css?v=12.0.2">
- <style>
- html,body {
- height: 150vh;
- background-image: url("./img/d_bg_cont.jpg");
- background-size: 100% 100%;
- }
- iframe {
- border: none;
- min-height: 100vh;
- overflow: scroll;
- background-image: url("./img/d_bg_cont.jpg");
- background-size: 100% 100%;
- }
- </style>
- <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1277972581'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s9.cnzz.com/z_stat.php%3Fid%3D1277972581' type='text/javascript'%3E%3C/script%3E"));</script>
- <script>
- 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_1277972581").style.display="none"; // 隐藏统计小图标
- //声明_czc对象:
- var _czc = _czc || [];
- //绑定siteid,请用您的siteid替换下方"XXXXXXXX"部分
- _czc.push(["_setAccount", "1277972581"]);
- </script>
- </head>
- <body>
- <div class="header">
- <img src="./img/back.png?v=1.2" alt="" class="back">
- <span>小红绳</span>
- </div>
- <iframe src="https://m.xiaohongsheng.net/index_share.html?inviteCode=anz7&from=singlemessage"></iframe>
- <script type="text/javascript" src="https://s9.cnzz.com/z_stat.php?id=1277972581&web_id=1277972581"></script>
- <script src="../common/jquery-2.1.0.js"></script>
- <script>
- $(".back").on("click",function() {
- // var target=lastHref()+"/taskList.html?id=-1"
- // taskObj.h5_back(target)
- taskObj.h5_back(document.referrer)
- })
- function lastHref() {
- var test=window.location.pathname;
- var newTest=test.split("/")
- var test1=newTest[newTest.length-1];
- return window.location.origin+test.replace("/"+test1,"")
- }
- if(navigator.userAgent.match(/(iPhone|iPod|iPad);?/i)){
- $(".header").attr("style","display:none");
- }
- if(navigator.userAgent.match(/android/i)){
- obj4H5.app_h5_get_token(param);
- }
- </script>
- </body>
- </html>
|