index.wxss 1.8 KB

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