123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <!DOCTYPE html>
- <html lang="zn">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta http-equiv="X-Content-Type-Options" content="nosniff">
- <meta name="renderer" content="webkit">
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
- <meta name="format-detection" content="telephone=no">
- <link rel="icon" href="<%= BASE_URL %>logo.ico">
- <title>2022年全国大众创业万众创新活动周云展览</title>
- <script>
- var _hmt = _hmt || [];
- (function () {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?de470ac542dcebd70489a7ce3e1705c3";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- <style>
- .broswertips {
- position: fixed;
- z-index: 99999999;
- width: 100%;
- height: 100%;
- overflow: hidden;
- display: none;
- background-repeat: no-repeat;
- background-color: #0015bb;
- background-position: bottom right;
- display: flex;
- background-color: #10337f;
- align-items: center;
- background-image: url(./tipsimages/mob_bg.png);
- background-size: 100% auto;
- display: none;
- }
- .broswertips .h-con {
- width: 80%;
- margin: 0 auto;
- padding-top: 0;
- color: #fff;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- text-align: center;
- }
- .broswertips .h-con .h-title {
- width: 100%;
- }
- .broswertips .h-con .h-title>img {
- width: 100%;
- }
- .broswertips .h-con .tunits {
- width: 60%;
- margin: 40px auto 0;
- }
- .broswertips .h-con>p {
- font-size: 20px;
- margin-top: 20vh;
- line-height: 2;
- font-weight: normal;
- }
- .broswertips .h-con>p>span {
- display: inline-block;
- margin-right: 60px;
- }
- @media screen and (max-width: 333px) and (max-height: 569px) {
- .broswertips {
- display: flex;
- }
- .broswertips .h-con>p {
- font-size: 16px;
- }
- }
- </style>
- </head>
- <body>
- <div class="broswertips" id="broswertips">
- <div class="h-con">
- <div class="h-title">
- <img src="./tipsimages/mobile_title.png" alt="" />
- </div>
- <p>当前屏幕尺寸不兼容,<br />请使用大屏手机或电脑观看。</p>
- </div>
- </div>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/jquery-2.1.1.min.js" class="build keep"></script>
- <div id="app"></div>
- </body>
- </html>
|