loading.acss 410 Bytes
.loading {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.loading .image {
    width: 56rpx;
    height: 56rpx;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28rpx;
    margin-top: -28rpx;
    text-align: center;
    background: url(../../assests/loading.gif) center / 100% 100%;
    vertical-align: middle;
}