12345678910111213141516171819202122232425 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .loadingP.data-v-a92945fa {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background: white;
- height: 100vh;
- width: 100vw;
- position: absolute;
- z-index: 999999999999999999;
- }
- .loadingP .loadingPic.data-v-a92945fa {
- width: 150rpx;
- height: 150rpx;
- margin-top: -400rpx;
- }
- .loadingP .loadingTxt.data-v-a92945fa {
- color: #999;
- font-size: 34rpx;
- margin-top: 20rpx;
- }
|