|
@@ -51,7 +51,7 @@
|
|
|
|
|
|
<body>
|
|
|
<div id="app">
|
|
|
- <style>
|
|
|
+ <!-- <style>
|
|
|
.firstLoading {
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
@@ -69,18 +69,18 @@
|
|
|
z-index: 10000;
|
|
|
}
|
|
|
.firstLoading .loadingBox {
|
|
|
- width: 0.72rem;
|
|
|
- height: 0.72rem;
|
|
|
+ width: 27px;
|
|
|
+ height: 27px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
flex-wrap: wrap;
|
|
|
align-content: space-between;
|
|
|
- margin-bottom: 0.64rem;
|
|
|
+ margin-bottom: 24px;
|
|
|
animation: rotate 1.5s linear infinite;
|
|
|
}
|
|
|
.firstLoading .loadingBox .loadingItem {
|
|
|
- width: 0.29333rem;
|
|
|
- height: 0.29333rem;
|
|
|
+ width: 11px;
|
|
|
+ height: 11px;
|
|
|
border-radius: 50%;
|
|
|
background: #06E7BE;
|
|
|
opacity: 0.5;
|
|
@@ -89,7 +89,7 @@
|
|
|
opacity: 1;
|
|
|
}
|
|
|
.firstLoading .loadingTip {
|
|
|
- font-size: 0.37333rem;
|
|
|
+ font-size: 14px;
|
|
|
color: #999;
|
|
|
}
|
|
|
@keyframes rotate {
|
|
@@ -109,7 +109,7 @@
|
|
|
<div class="loadingItem"></div>
|
|
|
</div>
|
|
|
<div class="loadingTip">资源加载中,请稍后…</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<!-- <img id="loading" class="show" src="/loading.svg" alt="loading" /> -->
|
|
|
<!-- <script>
|