123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <!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="stylesheet" type="text/css" href="<%= VUE_APP_STATIC_DIR %>/js/lib/lunpan/hyglobal.min.css?20201226" />
- <link rel="icon" href="<%= BASE_URL %>logo.png">
- <title>新时代中国网络文明建设成果展云展示</title>
- <style>
- .broswertips {
- position: fixed;
- z-index: 99999999;
- width: 100%;
- height: 100%;
- overflow: hidden;
- display: none;
- background-repeat: no-repeat;
- background-color: #0015bb;
- background-size: cover;
- background-position: bottom right;
- display: flex;
- align-items: center;
- background-image: url(./tipsimages/mob_bg.jpg);
- 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>
- <script>
- 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")
- </script>
- <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>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/jweixin-1.6.0.js"></script>
- <!-- <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/vconsole.js"></script> -->
- <script type="text/javascript" src="https://js.player.cntv.cn/creator/swfobject.js"></script>
- <script type="text/javascript" src="https://js.player.cntv.cn/creator/vodplayer.js"></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/lunpan/jquery.arctext.js"></script>
- <script src="<%= VUE_APP_STATIC_DIR %>/js/lib/lunpan/wsruletts.min.js"></script>
- <div id="app"></div>
- <!-- <script>
- if ((query = window.location.href.indexOf('vlog') != -1)) {
- var vConsole = new window.VConsole()
- }
- </script> -->
- </body>
- </html>
|