| 123456789101112131415161718192021222324252627 |
- .page {
- height: 100%;
- }
- page {
- background: #f5f7f6;
- }
- .experience-webview__loading {
- min-height: 100vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- padding: 48rpx;
- color: #1f2f26;
- }
- .experience-webview__loading-title {
- font-size: 32rpx;
- font-weight: 600;
- }
- .experience-webview__loading-error {
- margin-top: 20rpx;
- font-size: 26rpx;
- color: #a0523d;
- }
|