|
|
@@ -1,10 +1,10 @@
|
|
|
|
|
|
<!-- 新引导页 -->
|
|
|
-<view style="height: 100vh;width:100%;background-color: #1B365D;text-align: center;">
|
|
|
+<view style="height: 100vh;width:100%;background-color: #e6ebf3;text-align: center;">
|
|
|
<image class="{{loadFlag?'logo-image-active':'logo-image'}}" mode="aspectFit" src="../../static/img/logo.png" style="transition: 1s; width: 61.8%;"/>
|
|
|
|
|
|
<view style="position:absolute;width: 100%;top: 70%;">
|
|
|
- <van-loading type="spinner" vertical><text style="color:#fff;">加载中</text></van-loading>
|
|
|
+ <van-loading type="spinner" vertical><text style="color:rgb(129, 128, 128);">加载中</text></van-loading>
|
|
|
</view>
|
|
|
</view>
|
|
|
|