|
@@ -23,22 +23,15 @@
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
}
|
|
}
|
|
- .app-placeholder-img {
|
|
|
|
- background-image: url(https://cdn.qmth.com.cn/ui/ecs-client-bg.jpg!/progressive/true);
|
|
|
|
- background-position: center;
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- background-size: cover;
|
|
|
|
- width: 100vw;
|
|
|
|
- min-height: 600px;
|
|
|
|
- }
|
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<body>
|
|
<body>
|
|
<div id="app-placeholder">
|
|
<div id="app-placeholder">
|
|
- <div style="height: 120px; font-size: 40px; text-align: center">
|
|
|
|
|
|
+ <div
|
|
|
|
+ style="height: 120px; font-size: 40px; text-align: center; width: 100vw"
|
|
|
|
+ >
|
|
程序加载中...
|
|
程序加载中...
|
|
</div>
|
|
</div>
|
|
- <div class="app-placeholder-img"></div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<script>
|
|
<script>
|