Advertisement
chenhuipeng

jelly

Jul 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. <!DOCTYPEhtml>
  2. <script src="https://dsp.rayjump.com/playable/JellyBlast/statistics.js"></script>
  3. <meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no">
  4. <style>
  5. * {
  6. padding: 0;
  7. margin: 0
  8. }
  9.  
  10. body,
  11. html {
  12. background-color: #000;
  13. overflow: hidden;
  14. touch-action: none;
  15. -ms-touch-action: none;
  16. width: 100%;
  17. height: 100%
  18. }
  19.  
  20. #wrap {
  21. width: 100%;
  22. height: 100%
  23. }
  24.  
  25. #loader {
  26. width: 230px;
  27. height: 246px;
  28. position: absolute;
  29. top: 50%;
  30. left: 50%;
  31. margin-left: -115px;
  32. margin-top: -123px;
  33. z-index: 1;
  34. color: #fff;
  35. font-weight: 700;
  36. font-family: Arial, sans-serif;
  37. font-size: 20px
  38. }
  39.  
  40. #loader img {
  41. width: 100px
  42. }
  43.  
  44. #loader * {
  45. display: block;
  46. margin: 20px auto
  47. }
  48.  
  49. #loader .fallback,
  50. #loader .icon {
  51. border-radius: 10px;
  52. width: 122px;
  53. height: 122px
  54. }
  55.  
  56. #loader .fallback {
  57. background-size: 122px 122px
  58. }
  59.  
  60. #loader .icon {
  61. background-size: 122px 122px
  62. }
  63.  
  64. #loader span {
  65. text-align: center
  66. }
  67.  
  68. #c2canvasdiv {
  69. z-index: 8888;
  70. position: absolute;
  71. top: 0;
  72. left: 0;
  73. width: 100%;
  74. height: 100%
  75. }
  76.  
  77. canvas {
  78. min-height: 100px;
  79. touch-action-delay: none;
  80. touch-action: none;
  81. -ms-touch-action: none
  82. }
  83.  
  84. .al_mraid_close_area {
  85. position: fixed;
  86. top: 0;
  87. right: 0;
  88. width: 53px;
  89. height: 53px;
  90. z-index: 99999;
  91. display: none;
  92. font-family: Helvetica, Arial, sans-serif;
  93. font-weight: 700;
  94. color: #fff
  95. }
  96.  
  97. .al_mraid_close {
  98. position: absolute;
  99. left: 18px;
  100. bottom: 18px;
  101. display: block;
  102. border-radius: 13px;
  103. width: 26px;
  104. height: 26px
  105. }
  106.  
  107. .al_mraid_close_anchor {
  108. text-decoration: none;
  109. display: block;
  110. width: 100%;
  111. height: 100%;
  112. padding-top: 2px;
  113. box-sizing: border-box;
  114. font-size: 12px;
  115. background-size: 25px 25px
  116. }
  117.  
  118. .al_mraid_close_x {
  119. text-align: center;
  120. margin-top: 5px;
  121. display: block;
  122. width: 25px;
  123. height: 25px
  124. }
  125.  
  126. .al_mraid_close_active {
  127. text-align: center;
  128. width: 25px;
  129. height: 25px;
  130. display: block
  131. }
  132. </style>
  133. </head>
  134.  
  135. <body mark="mobvista">
  136. <div id="wrap">
  137. <div id="c2canvasdiv"></div>
  138. </div>
  139. <div id="al_mraid_close_area" class="al_mraid_close_area">
  140. <div id="al_mraid_close" class="al_mraid_close"><span class="al_mraid_close_x">5</span></div>
  141. </div><a class="URL over" href="https://dsp.rayjump.com/playable/JellyBlast/javascript: void(0)" style="display:none"></a>
  142. <div id="mobvista_flag" data-notice-url="%%mv_notice_url%%"></div>
  143. <div id="mv_stats" data-url="%%mv_impression_url%%" style="display:none;opacity:0"></div>
  144. <div id="mv_play" data-url="%%mv_play_url%%" style="opacity:0;display:none"></div>
  145. <script src="https://dsp.rayjump.com/playable/JellyBlast/assets/jquery-2.1.1.min.js"></script>
  146. <script src="https://dsp.rayjump.com/playable/JellyBlast/assets/c2_pathfind_02.min.js"></script>
  147. <script src="https://dsp.rayjump.com/playable/JellyBlast/JellyBlast.js"></script>
  148. </body>
  149.  
  150. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement