index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .exam-page {
  2. background: white;
  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. .view-wrap-hidden {
  13. height: 15px;
  14. }
  15. .exam-name-title {
  16. text-align: center;
  17. margin-top: 5px;
  18. font-size: 20px;
  19. }
  20. .exam-result {
  21. text-align: center;
  22. margin-top: 20rpx;
  23. font-size: 15px;
  24. padding-bottom: 20rpx;
  25. }
  26. .exam-result-detail {
  27. margin-left: 25px;
  28. }
  29. .exam-panel-title {
  30. margin-top: 20px;
  31. }
  32. .exam-radio-item-label {
  33. float: left;
  34. margin-left: 10px;
  35. line-height: 35px;
  36. }
  37. .exam-item-left {
  38. float: left;
  39. }
  40. .item-content-selected {
  41. color: #409eff;
  42. }
  43. .exam-input-contain {
  44. margin: 10px 2px !important;
  45. border-width: 1px;
  46. border-color: #dddee1;
  47. border-style: solid;
  48. width: 95%;
  49. height: 40px;
  50. }
  51. .exam-input-contain-label {
  52. float: left;
  53. padding: 0px 15px;
  54. line-height: 40px;
  55. }
  56. .exam-input-contain-content {
  57. float: left;
  58. height: 40px;
  59. }
  60. .exam-textarea-contain {
  61. margin: 10px 2px !important;
  62. border-width: 1px;
  63. border-color: #dddee1;
  64. border-style: solid;
  65. width: 100%;
  66. }
  67. .exam-timeout-title {
  68. font-size: 16px;
  69. color: red;
  70. margin-top: 10px;
  71. margin-bottom: 20px;
  72. }
  73. .gapfilling-span {
  74. color: red;
  75. padding: 0px 30px;
  76. margin: 0px 5px;
  77. border-bottom: 3px double red;
  78. }
  79. .ueditor-p {
  80. display: inline !important;
  81. }
  82. .question-answer-result {
  83. text-align: center;
  84. height: 28px;
  85. width: 60px;
  86. line-height: 26px;
  87. display: inline-block;
  88. }
  89. .question-answer-error {
  90. background-color: #fef0f0;
  91. border-color: #fde2e2;
  92. color: #f56c6c;
  93. }
  94. .question-answer-right {
  95. background-color: #f0f9eb;
  96. border-color: #e1f3d8;
  97. color: #67c23a;
  98. }
  99. .question-answer-judge {
  100. background-color: #fdf6ec;
  101. border-color: #faecd8;
  102. color: #e6a23c;
  103. }
  104. .exam-clear {
  105. clear: both;
  106. margin-left: 30rpx;
  107. }
  108. .exam-extend-item {
  109. padding: 4px;
  110. }
  111. .exam-item-rate {
  112. line-height: 0px;
  113. }