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: 15px;
  14. line-height: 35px;
  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. margin-top: 10rpx;
  46. text-align: center;
  47. height: 50rpx;
  48. }
  49. .un-select{
  50. width: 50rpx;
  51. height: 50rpx;
  52. line-height: 50rpx;
  53. border-radius: 100%;
  54. }
  55. .cur-select{
  56. background: lightblue !important;
  57. color:red;
  58. width: 50rpx;
  59. height: 50rpx;
  60. font-size: 900;
  61. line-height: 50rpx;
  62. border-radius: 100%;
  63. }
  64. .is-select{
  65. background: #dadada;
  66. width: 50rpx;
  67. height: 50rpx;
  68. line-height: 50rpx;
  69. border-radius: 100%;
  70. }
  71. .exam-cell{
  72. min-height: 500rpx;
  73. }