mobile.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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="icon" href="<%= BASE_URL %>logo.ico">
  13. <title>2022年全国大众创业万众创新活动周云展览</title>
  14. <script>
  15. var _hmt = _hmt || [];
  16. (function () {
  17. var hm = document.createElement("script");
  18. hm.src = "https://hm.baidu.com/hm.js?de470ac542dcebd70489a7ce3e1705c3";
  19. var s = document.getElementsByTagName("script")[0];
  20. s.parentNode.insertBefore(hm, s);
  21. })();
  22. </script>
  23. <style>
  24. .broswertips {
  25. position: fixed;
  26. z-index: 99999999;
  27. width: 100%;
  28. height: 100%;
  29. overflow: hidden;
  30. display: none;
  31. background-repeat: no-repeat;
  32. background-color: #0015bb;
  33. background-position: bottom right;
  34. display: flex;
  35. background-color: #10337f;
  36. align-items: center;
  37. background-image: url(./tipsimages/mob_bg.png);
  38. background-size: 100% auto;
  39. display: none;
  40. }
  41. .broswertips .h-con {
  42. width: 80%;
  43. margin: 0 auto;
  44. padding-top: 0;
  45. color: #fff;
  46. position: absolute;
  47. top: 50%;
  48. left: 50%;
  49. transform: translate(-50%, -50%);
  50. text-align: center;
  51. }
  52. .broswertips .h-con .h-title {
  53. width: 100%;
  54. }
  55. .broswertips .h-con .h-title>img {
  56. width: 100%;
  57. }
  58. .broswertips .h-con .tunits {
  59. width: 60%;
  60. margin: 40px auto 0;
  61. }
  62. .broswertips .h-con>p {
  63. font-size: 20px;
  64. margin-top: 20vh;
  65. line-height: 2;
  66. font-weight: normal;
  67. }
  68. .broswertips .h-con>p>span {
  69. display: inline-block;
  70. margin-right: 60px;
  71. }
  72. @media screen and (max-width: 333px) and (max-height: 569px) {
  73. .broswertips {
  74. display: flex;
  75. }
  76. .broswertips .h-con>p {
  77. font-size: 16px;
  78. }
  79. }
  80. </style>
  81. </head>
  82. <body>
  83. <div class="broswertips" id="broswertips">
  84. <div class="h-con">
  85. <div class="h-title">
  86. <img src="./tipsimages/mobile_title.png" alt="" />
  87. </div>
  88. <p>当前屏幕尺寸不兼容,<br />请使用大屏手机或电脑观看。</p>
  89. </div>
  90. </div>
  91. <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/jquery-2.1.1.min.js" class="build keep"></script>
  92. <div id="app"></div>
  93. </body>
  94. </html>