No Description

newUpload.html 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>小红绳</title>
  8. <link rel="stylesheet" href="../common/reset.css">
  9. <link rel="stylesheet" href="./css/games.css?v=12.0.2">
  10. <style>
  11. html,body {
  12. height: 150vh;
  13. background-image: url("./img/d_bg_cont.jpg");
  14. background-size: 100% 100%;
  15. }
  16. iframe {
  17. border: none;
  18. min-height: 100vh;
  19. overflow: scroll;
  20. background-image: url("./img/d_bg_cont.jpg");
  21. background-size: 100% 100%;
  22. }
  23. </style>
  24. <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>
  25. <script>
  26. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth / 375) + "px"
  27. window.onresize = function () {
  28. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth / 375) + "px"
  29. }
  30. document.getElementById("cnzz_stat_icon_1277972581").style.display="none"; // 隐藏统计小图标
  31. //声明_czc对象:
  32. var _czc = _czc || [];
  33. //绑定siteid,请用您的siteid替换下方"XXXXXXXX"部分
  34. _czc.push(["_setAccount", "1277972581"]);
  35. </script>
  36. </head>
  37. <body>
  38. <div class="header">
  39. <img src="./img/back.png?v=1.2" alt="" class="back">
  40. <span>小红绳</span>
  41. </div>
  42. <iframe src="https://m.xiaohongsheng.net/index_share.html?inviteCode=anz7&from=singlemessage"></iframe>
  43. <script type="text/javascript" src="https://s9.cnzz.com/z_stat.php?id=1277972581&web_id=1277972581"></script>
  44. <script src="../common/jquery-2.1.0.js"></script>
  45. <script>
  46. $(".back").on("click",function() {
  47. // var target=lastHref()+"/taskList.html?id=-1"
  48. // taskObj.h5_back(target)
  49. taskObj.h5_back(document.referrer)
  50. })
  51. function lastHref() {
  52. var test=window.location.pathname;
  53. var newTest=test.split("/")
  54. var test1=newTest[newTest.length-1];
  55. return window.location.origin+test.replace("/"+test1,"")
  56. }
  57. if(navigator.userAgent.match(/(iPhone|iPod|iPad);?/i)){
  58. $(".header").attr("style","display:none");
  59. }
  60. if(navigator.userAgent.match(/android/i)){
  61. obj4H5.app_h5_get_token(param);
  62. }
  63. </script>
  64. </body>
  65. </html>