index.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .exam-page {
  2. background: white;
  3. }
  4. .exam-count-down {
  5. font-size: 15px;
  6. line-height: 35px;
  7. }
  8. .view-wrap {
  9. position: fixed;
  10. width: 100%;
  11. background: #fff6f6;
  12. text-align: center;
  13. height: 35px;
  14. z-index: 999;
  15. }
  16. .view-wrap-hidden {
  17. height: 35px;
  18. }
  19. .exam-name-title {
  20. text-align: center;
  21. margin-top: 10px;
  22. font-size: 17px;
  23. }
  24. .exam-panel-title {
  25. margin-top: 30px;
  26. }
  27. .exam-radio-item-label {
  28. float: left;
  29. margin-left: 10px;
  30. line-height: 35px;
  31. }
  32. .exam-item-left {
  33. float: left;
  34. }
  35. .exam-input-contain {
  36. margin: 10px 2px !important;
  37. border-width: 1px;
  38. border-color: #dddee1;
  39. border-style: solid;
  40. width: 95%;
  41. height: 40px;
  42. }
  43. .exam-input-contain-label {
  44. float: left;
  45. padding: 0px 15px;
  46. line-height: 40px;
  47. }
  48. .exam-input-contain-content {
  49. float: left;
  50. height: 40px;
  51. }
  52. .exam-textarea-contain {
  53. margin: 10px 2px !important;
  54. border-width: 1px;
  55. border-color: #dddee1;
  56. border-style: solid;
  57. width: 100%;
  58. }
  59. .exam-timeout-title{
  60. font-size: 16px;
  61. color: red;
  62. margin-top: 10px;
  63. margin-bottom: 20px;
  64. }
  65. .exam-clear {
  66. clear: both;
  67. margin-left: 20rpx;
  68. }
  69. .exam-extend-item {
  70. padding: 4px;
  71. }
  72. .question-answer-error {
  73. background-color: #fef0f0;
  74. border-color: #fde2e2;
  75. color: #f56c6c;
  76. }
  77. .question-answer-right {
  78. background-color: #f0f9eb;
  79. border-color: #e1f3d8;
  80. color: #67c23a;
  81. }