mobile.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE html>
  2. <html lang="zn">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <meta http-equiv="X-Content-Type-Options" content="nosniff">
  8. <meta name="renderer" content="webkit">
  9. <meta name="viewport"
  10. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
  11. <meta name="format-detection" content="telephone=no">
  12. <link rel="stylesheet" type="text/css" href="<%= VUE_APP_STATIC_DIR %>/js/lib/lunpan/hyglobal.min.css?20201226" />
  13. <link rel="icon" href="<%= BASE_URL %>logo.png">
  14. <title>新时代中国网络文明建设成果展云展示</title>
  15. <style>
  16. .broswertips {
  17. position: fixed;
  18. z-index: 99999999;
  19. width: 100%;
  20. height: 100%;
  21. overflow: hidden;
  22. display: none;
  23. background-repeat: no-repeat;
  24. background-color: #0015bb;
  25. background-size: cover;
  26. background-position: bottom right;
  27. display: flex;
  28. align-items: center;
  29. background-image: url(./tipsimages/mob_bg.jpg);
  30. display: none;
  31. }
  32. .broswertips .h-con {
  33. width: 80%;
  34. margin: 0 auto;
  35. padding-top: 0;
  36. color: #fff;
  37. position: absolute;
  38. top: 50%;
  39. left: 50%;
  40. transform: translate(-50%, -50%);
  41. text-align: center;
  42. }
  43. .broswertips .h-con .h-title {
  44. width: 100%;
  45. }
  46. .broswertips .h-con .h-title>img {
  47. width: 100%;
  48. }
  49. .broswertips .h-con .tunits {
  50. width: 60%;
  51. margin: 40px auto 0;
  52. }
  53. .broswertips .h-con>p {
  54. font-size: 20px;
  55. margin-top: 20vh;
  56. line-height: 2;
  57. font-weight: normal;
  58. }
  59. .broswertips .h-con>p>span {
  60. display: inline-block;
  61. margin-right: 60px;
  62. }
  63. @media screen and (max-width: 333px) and (max-height: 569px) {
  64. .broswertips {
  65. display: flex;
  66. }
  67. .broswertips .h-con>p {
  68. font-size: 16px;
  69. }
  70. }
  71. </style>
  72. </head>
  73. <body>
  74. <script>
  75. with (document) with (body) with (insertBefore(createElement("script"), firstChild)) setAttribute("exparams", "v_id=&aplus&", id = "tb-beacon-aplus", src = (location > "https" ? "//js" : "//js") + ".data.cctv.com/__aplus_plugin_cctv.js,aplus_plugin_aplus_u.js")
  76. </script>
  77. <div class="broswertips" id="broswertips">
  78. <div class="h-con">
  79. <div class="h-title">
  80. <img src="./tipsimages/mobile_title.png" alt="" />
  81. </div>
  82. <p>当前屏幕尺寸不兼容,<br />请使用大屏手机或电脑观看。</p>
  83. </div>
  84. </div>
  85. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/jquery-2.1.1.min.js" class="build keep"></script>
  86. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/jweixin-1.6.0.js"></script>
  87. <!-- <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/vconsole.js"></script> -->
  88. <script type="text/javascript" src="https://js.player.cntv.cn/creator/swfobject.js"></script>
  89. <script type="text/javascript" src="https://js.player.cntv.cn/creator/vodplayer.js"></script>
  90. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/lunpan/jquery.arctext.js"></script>
  91. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/lunpan/wsruletts.min.js"></script>
  92. <div id="app"></div>
  93. <!-- <script>
  94. if ((query = window.location.href.indexOf('vlog') != -1)) {
  95. var vConsole = new window.VConsole()
  96. }
  97. </script> -->
  98. </body>
  99. </html>