webview-test.wxss 391 B

123456789101112131415161718192021222324
  1. .webview-test-page {
  2. height: 100vh;
  3. background: #f5f7f8;
  4. }
  5. .webview-test-page__loading {
  6. min-height: 100vh;
  7. padding: 120rpx 48rpx;
  8. box-sizing: border-box;
  9. }
  10. .webview-test-page__title {
  11. font-size: 40rpx;
  12. font-weight: 600;
  13. color: #102a24;
  14. }
  15. .webview-test-page__desc {
  16. margin-top: 28rpx;
  17. font-size: 24rpx;
  18. line-height: 1.6;
  19. color: #5a6e68;
  20. word-break: break-all;
  21. }