12345678910111213141516171819202122232425262728293031323334353637 |
- <!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.1.1">
- <script>
- document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth / 375) + "px"
- window.onresize = function () {
- document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth / 375) + "px"
- }
- </script>
- </head>
- <body>
- <div class="header">
- <img src="./img/back.png?v=1.2" alt="" class="back">
- <span>狂欢红包来袭</span>
- </div>
- <iframe src="https://interaction.clotfun.online/gameHtml?appkey=4f5d0d4923d71ef1711eb7d1ae0ba42c&adSpaceKey=cef361345791e075e54d4803dd21612b&from=H5&1=1" frameborder="0"></iframe>
- <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)
- })
- function lastHref() {
- var test=window.location.pathname;
- var newTest=test.split("/")
- var test1=newTest[newTest.length-1];
- return window.location.origin+test.replace("/"+test1,"")
- }
- </script>
- </body>
- </html>
|