初始为新媒体h5页

sjwt_land_page.html 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <!DOCTYPE html>
  2. <html lang="zh" style="font-size: 365.867px;">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta content="yes" name="apple-mobile-web-app-capable">
  6. <meta name="viewport"
  7. content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=0">
  8. <meta http-equiv="X-UA-Compatible" content="IE=8">
  9. <meta http-equiv="Expires" content="0">
  10. <meta http-equiv="Pragma" content="no-cache">
  11. <meta http-equiv="Cache-control" content="no-cache">
  12. <meta http-equiv="Cache" content="no-cache">
  13. <link rel="stylesheet" type="text/css" href="./static/public_css.css">
  14. <script type="text/javascript" src="./static/public.js"></script>
  15. <script type="text/javascript" src="./static/jquery-2.1.0.js"></script>
  16. <script type="text/javascript" src="./static/vue.js"></script>
  17. <title>三九胃泰派出185暖胃蓝团</title>
  18. <style>
  19. .container {
  20. background-color: #e4f3fe;
  21. min-height: 100vh;
  22. box-sizing: border-box;
  23. position: relative;
  24. width: 100vw;
  25. overflow: hidden;
  26. }
  27. .bgImg {
  28. height: 2.4rem;
  29. position: relative;
  30. left: 50%;
  31. transform: translateX(-50%);
  32. }
  33. .btm_block{
  34. width: 60vw;
  35. position: fixed;
  36. left: 0;
  37. right: 0;
  38. bottom: 0.4rem;
  39. margin: auto;
  40. }
  41. .btn {
  42. width: 60vw;
  43. height: 0.5rem;
  44. border: 1px solid #5f9bca;
  45. font-size: 0.18rem;
  46. background-color: #e4f3fe;
  47. border-radius: 0.5rem;
  48. color: #0f3959;
  49. font-weight: bold;
  50. box-shadow: 0px 3px 9px 0px #94caf5;
  51. }
  52. .activityRules{
  53. padding: 0.3rem;
  54. font-size: 0.14rem;
  55. line-height: 0.2rem;
  56. color: #0c2b44;
  57. padding-top: 0;
  58. padding-bottom: 1.2rem;
  59. /* height: calc(100vh - 2rem); */
  60. /* overflow-y: auto; */
  61. }
  62. .mani_title{
  63. font-size: 0.16rem;
  64. margin-bottom: 0.2rem;
  65. margin-top: 0.3rem;
  66. text-align: center;
  67. font-weight: bold;
  68. }
  69. .small_title{
  70. margin-top: 0.1rem;
  71. font-weight: bold;
  72. }
  73. .activityRules .p{
  74. margin-top: 0.04rem;
  75. color: #0c2b44;
  76. }
  77. .activityRules .hint{
  78. font-size: 0.12rem;
  79. color: #a8b3bb;
  80. margin-top: 0.2rem;
  81. }
  82. .mask{
  83. position: fixed;
  84. top: 0;
  85. left: 0;
  86. width: 100vw;
  87. height: 100vh;
  88. background-color: rgba(0, 0, 0, 0.4);
  89. }
  90. .mask_container{
  91. width: 70vw;
  92. height: 3.2rem;
  93. background-color: #ffffff;
  94. position: fixed;
  95. top: 0;
  96. left: 0;
  97. right: 0;
  98. bottom: 0;
  99. margin: auto;
  100. border-radius: 0.1rem;
  101. padding: 0.1rem 0.2rem;
  102. }
  103. .mask_title{
  104. font-size: 0.16rem;
  105. color: #444;
  106. font-weight: bold;
  107. text-align: center;
  108. line-height: 0.3rem;
  109. padding: 0.1rem 0;
  110. }
  111. .mask_con{
  112. font-size: 0.14rem;
  113. color: #555;
  114. line-height: 0.24rem;
  115. }
  116. .mask_btn{
  117. font-size: 0.14rem;
  118. background-color: #3173FF;
  119. color: #ffffff;
  120. width: 1rem;
  121. text-align: center;
  122. line-height: 0.36rem;
  123. border-radius: 0.36rem;
  124. margin: auto;
  125. margin-top: 0.2rem;
  126. }
  127. </style>
  128. <script type="text/javascript">
  129. var url_params = getQueryUrl();
  130. // 获取地址栏信息
  131. function getQueryUrl () {
  132. let url = window.location.href;
  133. let result = {};
  134. if (url.indexOf('?') > -1) {
  135. let str = url.split('?')[1];
  136. let temp = str.split('&');
  137. for (let i = 0; i < temp.length; i++) {
  138. let temp2 = temp[i].split('=');
  139. result[temp2[0]] = temp2[1]
  140. }
  141. }
  142. return result
  143. }
  144. </script>
  145. <script>
  146. (function(a, e, f, g, b, c, d) {
  147. a.ClickiTrackerName = b;
  148. a[b] = a[b] || function() {(a[b].queue = a[b].queue || []).push(arguments)};
  149. a[b].start = +new Date; c = e.createElement(f); d = e.getElementsByTagName(f)[0];
  150. c.async = 1; c.src = g; d.parentNode.insertBefore(c, d)
  151. })(window, document, 'script', '//stm-cdn.cn.miaozhen.com/clicki.min.js?v='+Math.round(new Date().getTime()/1000/300), 'stm_clicki');
  152. stm_clicki('create', 'dc-2000620', 'auto');
  153. stm_clicki('send', 'pageview');
  154. </script>
  155. </head>
  156. <body>
  157. <div id="app" class="container">
  158. <img src="./sjwt_img/bgImg.jpg?v=1" class="bgImg" alt="">
  159. <div class="btm_block">
  160. <button class="btn" @click="goActivity">去参加活动</button>
  161. </div>
  162. <!-- S 活动规则 -->
  163. <div class="activityRules">
  164. <div class="mani_title" style="margin-top: 0;">三九胃泰哈尔滨冰雕抽奖&打卡活动来袭!</div>
  165. <div class="small_title">活动时间:</div>
  166. <div class="p">2024年2月2日—2月4日</div>
  167. <div class="small_title">活动地址:</div>
  168. <div class="p">a、哈尔滨冰雪嘉年华三九胃泰冰雕现场</div>
  169. <div class="p">b、中央大街两家人民同泰药店</div>
  170. <div class="small_title">活动方式:</div>
  171. <div class="p">(1)现场无门槛参与抽奖1次</div>
  172. <div class="p">(2)参与以下活动可再次叠加抽奖1次:</div>
  173. <div class="p">a、活动期间于活动药店购买三九胃泰牌养胃舒</div>
  174. <div class="p">b、与三九胃泰冰雕合照(视频)并带话题发布快手或小红书</div>
  175. <div class="p">c、与暖胃蓝团合照(视频)并带话题发布快手或小红书</div>
  176. <div class="p">(话题:#三九胃泰派出185暖胃蓝团#)</div>
  177. <div class="p hint" style="margin-top: 0;">(总抽奖次数累计不超过3次)</div>
  178. <div class="small_title">活动奖品:</div>
  179. <div class="p">旅游基金3000元、用餐代金券500元、暖宝宝、999口罩等等,更多奖品可到现场围观</div>
  180. <div class="p hint">(活动最终解释权归深圳华润三九医药贸易有限公司所有)</div>
  181. <div style="color:#3173FF;font-size: 0.14rem;margin-top: 0.1rem;" @click="showPrivacy = true">《隐私政策》</div>
  182. </div>
  183. <!-- E 活动规则 -->
  184. <!-- S 秒针隐私政策 -->
  185. <div class="mask" v-show="showPrivacy">
  186. <div class="mask_container">
  187. <div class="mask_title">隐私保护指引概要</div>
  188. <div class="mask_con">
  189. 为了数据统计和分析的目的,我们的平台集成合作方秒针的 SDK,将收集您的如下信息,收集信息的目的、方式和范围具体见下表所示。 若您想进一步了解秒针的个人信息保护政策,您可以前往 <a href="https://miaozhen.com/cn/privacy" style="color:#3173FF;">https://miaozhen.com/cn/privacy</a> 进行查看。
  190. </div>
  191. <div class="mask_btn" @click="showPrivacy = false">我知道了</div>
  192. </div>
  193. </div>
  194. <!-- E 秒针隐私政策 -->
  195. </div>
  196. <script>
  197. var app = new Vue({
  198. el: '#app',
  199. data () {
  200. return {
  201. showPrivacy: false
  202. }
  203. },
  204. mounted () {
  205. },
  206. methods: {
  207. goActivity: () => {
  208. stm_clicki('send', 'event', '按钮', '点击', '参加活动按钮');
  209. let url = 'https://item.yiyaojd.com/3538540.html'
  210. let a = document.createElement('a')
  211. a.setAttribute('href', url)
  212. document.body.appendChild(a)
  213. a.click()
  214. }
  215. },
  216. })
  217. </script>
  218. </body>
  219. </html>