index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .exam-tab-view {
  2. margin-top: 42px;
  3. }
  4. .view-wrap {
  5. position: fixed;
  6. width: 100%;
  7. background: #fff6f6;
  8. text-align: center;
  9. height: 35px;
  10. z-index: 999;
  11. }
  12. .exam-count-down {
  13. font-size: 40rpx;
  14. line-height: 60rpx;
  15. }
  16. .view-wrap-hidden {
  17. height: 35px;
  18. }
  19. .xzs-load-more {
  20. margin-top: 60px !important;
  21. }
  22. .exam-page {
  23. background: white;
  24. }
  25. .question-answer-error {
  26. background-color: #fef0f0;
  27. border-color: #fde2e2;
  28. color: #f56c6c;
  29. }
  30. .question-answer-right {
  31. background-color: #f0f9eb;
  32. border-color: #e1f3d8;
  33. color: #67c23a;
  34. }
  35. .exam-clear {
  36. clear: both;
  37. margin-left: 20rpx;
  38. }
  39. .exam-extend-item {
  40. padding: 4px;
  41. }
  42. .item-select{
  43. padding: 10rpx !important;
  44. margin: 20rpx;
  45. font-size:40rpx;
  46. margin-top: 10rpx;
  47. text-align: center;
  48. height: 50rpx;
  49. }
  50. .un-select{
  51. width: 50rpx;
  52. height: 50rpx;
  53. line-height: 50rpx;
  54. border-radius: 100%;
  55. }
  56. .cur-select{
  57. background: lightblue !important;
  58. color:red;
  59. width: 50rpx;
  60. height: 50rpx;
  61. font-size: 40rpx;
  62. line-height: 50rpx;
  63. border-radius: 100%;
  64. }
  65. .is-select{
  66. background: #dadada;
  67. width: 50rpx;
  68. height: 50rpx;
  69. line-height: 50rpx;
  70. border-radius: 100%;
  71. }
  72. .exam-cell{
  73. min-height: 500rpx;
  74. }