quiz.wxss 711 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .quiz-page.data-v-e770efc2 {
  2. min-height: 100vh;
  3. background: #fff;
  4. }
  5. .nav-bar.data-v-e770efc2 {
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. right: 0;
  10. z-index: 999;
  11. display: flex;
  12. align-items: center;
  13. justify-content: space-between;
  14. background: #fff;
  15. }
  16. .nav-left.data-v-e770efc2,
  17. .nav-right.data-v-e770efc2 {
  18. width: 88rpx;
  19. height: 44px;
  20. display: flex;
  21. align-items: center;
  22. justify-content: center;
  23. flex-shrink: 0;
  24. }
  25. .back-icon.data-v-e770efc2 {
  26. font-size: 52rpx;
  27. color: #111;
  28. line-height: 1;
  29. }
  30. .nav-title.data-v-e770efc2 {
  31. flex: 1;
  32. text-align: center;
  33. font-size: 32rpx;
  34. color: #111;
  35. font-weight: 500;
  36. }
  37. .webview-container.data-v-e770efc2 {
  38. height: calc(100vh - 44px);
  39. }