|
@@ -10,12 +10,28 @@
|
|
|
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
|
|
|
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
|
|
</script>
|
|
|
- <title></title>
|
|
|
+ <title>正在为您跳转页面,请稍候...</title>
|
|
|
+ <style type="text/css">
|
|
|
+
|
|
|
+ #firstScreenPage { top:50%; left:50%; position: absolute; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); z-index:100; }
|
|
|
+
|
|
|
+ @-webkit-keyframes ball-beat { 50% { opacity: 0.2; -webkit-transform: scale(0.75); transform: scale(0.75); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }
|
|
|
+
|
|
|
+ @keyframes ball-beat { 50% { opacity: 0.2; -webkit-transform: scale(0.75); transform: scale(0.75); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }
|
|
|
+
|
|
|
+ .ball-beat > div { background-color: #279fcf; width: 15px; height: 15px; border-radius: 100% !important; margin: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; display: inline-block; -webkit-animation: ball-beat 0.7s 0s infinite linear; animation: ball-beat 0.7s 0s infinite linear; }
|
|
|
+
|
|
|
+ .ball-beat > div:nth-child(2n-1) { -webkit-animation-delay: 0.35s !important; animation-delay: 0.35s !important; }
|
|
|
+
|
|
|
+ </style>
|
|
|
<!--preload-links-->
|
|
|
<!--app-context-->
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="app"><!--app-html--></div>
|
|
|
<script type="module" src="/main.js"></script>
|
|
|
+ <script type="text/javascript" >
|
|
|
+ alert(11)
|
|
|
+ </script>
|
|
|
</body>
|
|
|
</html>
|