|
@@ -10,7 +10,13 @@
|
|
|
<body>
|
|
|
<div class="wrapper" id="transfer" v-cloak>
|
|
|
<!-- <div class="transform-loading"></div>-->
|
|
|
- <h3 class="font-size-16">{{link}}</h3>
|
|
|
+ <div style="position: fixed;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center">
|
|
|
+ <div>
|
|
|
+ <h3 class="font-size-20 mt30 text-center">测试中,即将上线</h3>
|
|
|
+ <h3 class="font-size-16">{{link}}</h3>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
<script src="static/scripts/jquery.min.js"></script>
|
|
|
<script src="static/scripts/vue.min.js"></script>
|