|
@@ -17,7 +17,30 @@
|
|
|
</script>
|
|
|
</head>
|
|
|
|
|
|
+ <style>
|
|
|
+ #app-placeholder {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ }
|
|
|
+ .app-placeholder-img {
|
|
|
+ background-image: url(/img/bg.4c1d802d.jpg);
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ width: 100vw;
|
|
|
+ min-height: 600px;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+
|
|
|
<body>
|
|
|
+ <div id="app-placeholder">
|
|
|
+ <div style="height: 120px; font-size: 40px; text-align: center">
|
|
|
+ 程序加载中...
|
|
|
+ </div>
|
|
|
+ <div class="app-placeholder-img"></div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<script>
|
|
|
if (false && location.host.includes("ecs.qmth.com.cn")) {
|
|
|
(async function() {
|