webview.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .loading-container.data-v-b2eba2b3 {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. height: 100vh;
  7. background-color: #f8f9fb;
  8. }
  9. .loading-text.data-v-b2eba2b3 { font-size: 28rpx; color: #999;
  10. }
  11. .error-text.data-v-b2eba2b3 { font-size: 28rpx; color: #ff4d4f; padding: 0 40rpx; text-align: center;
  12. }
  13. .exam-list-container.data-v-b2eba2b3 { padding: 40rpx 30rpx; padding-bottom: 200rpx; min-height: 100vh; background-color: #fff;
  14. }
  15. .exam-list-container .title.data-v-b2eba2b3 { font-size: 32rpx; font-weight: bold; margin-bottom: 40rpx; text-align: center;
  16. }
  17. .exam-item.data-v-b2eba2b3 { display: flex; justify-content: space-between; align-items: center; padding: 30rpx; background-color: #f8f9fb; border-radius: 12rpx; margin-bottom: 24rpx;
  18. }
  19. .exam-left.data-v-b2eba2b3 { display: flex; flex-direction: column; gap: 8rpx; flex: 1;
  20. }
  21. .exam-name.data-v-b2eba2b3 { font-size: 28rpx; color: #333;
  22. }
  23. .exam-status.data-v-b2eba2b3 { font-size: 22rpx;
  24. }
  25. .exam-status.done.data-v-b2eba2b3 { color: #52c41a;
  26. }
  27. .start-btn.data-v-b2eba2b3 { font-size: 24rpx; color: #fff; background-color: #2b5cff; padding: 10rpx 30rpx; border-radius: 30rpx; flex-shrink: 0;
  28. }
  29. .start-btn.retry.data-v-b2eba2b3 { background-color: #FF9500;
  30. }
  31. .result-footer.data-v-b2eba2b3 { position: fixed; bottom: 40rpx; left: 30rpx; right: 30rpx; display: flex; flex-direction: column; align-items: center; gap: 16rpx;
  32. }
  33. .report-btn.data-v-b2eba2b3 { background-color: #2b5cff; color: #fff; border-radius: 44rpx; font-size: 30rpx; width: 100%; text-align: center;
  34. }
  35. .report-btn.disabled.data-v-b2eba2b3 { background-color: #ccc; color: #fff;
  36. }
  37. .report-hint.data-v-b2eba2b3 { font-size: 22rpx; color: #999; text-align: center;
  38. }