|
@@ -2,7 +2,7 @@
|
|
|
<view v-show="loadingShow">
|
|
|
<view class="request-loading-view">
|
|
|
<!-- <view class="loading-view"><view class="loading"></view></view> -->
|
|
|
- <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/all-loading.gif"></image>
|
|
|
+ <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/loading_all.gif"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
@@ -28,13 +28,13 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
z-index: 10000;
|
|
|
- background-color: rgba(0, 0, 0, 0.6);
|
|
|
+ // background-color: rgba(0, 0, 0, 0.6);
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- align-items: center;
|
|
|
+ padding-top: 430rpx;
|
|
|
image {
|
|
|
- width: 270rpx;
|
|
|
- height: 282rpx;
|
|
|
+ width: 110rpx;
|
|
|
+ height: 110rpx;
|
|
|
}
|
|
|
}
|
|
|
</style>
|