index.module.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .unitSubject {
  2. padding: 15px;
  3. margin: 0 13px;
  4. background-color: #fff;
  5. // overflow: hidden;
  6. border-radius: 10px;
  7. & + .unitSubject {
  8. margin-top: 12px;
  9. }
  10. }
  11. .unitAnswers {
  12. // padding-bottom: 30px;
  13. .unitAnswer {
  14. margin-top: 15px;
  15. background: #f6f6f6;
  16. border-radius: 8px;
  17. padding: 15px 12px;
  18. display: flex;
  19. align-items: center;
  20. justify-content: space-between;
  21. font-size: 16px;
  22. font-weight: 500;
  23. color: #333333;
  24. .option {
  25. margin-right: 10px;
  26. }
  27. .value {
  28. word-break: break-all;
  29. :global {
  30. .van-image {
  31. height: 38px;
  32. }
  33. }
  34. }
  35. .valueAudio {
  36. width: 170px;
  37. }
  38. }
  39. .active {
  40. background-color: #ffebdd;
  41. color: #f67146;
  42. }
  43. .answerContent {
  44. display: flex;
  45. align-items: center;
  46. }
  47. .answerChoice {
  48. font-size: 16px;
  49. font-weight: 500;
  50. line-height: 26px;
  51. }
  52. :global {
  53. .sortable-ghost {
  54. opacity: 0.5;
  55. background: #c8ebfb;
  56. }
  57. }
  58. .sortReset {
  59. display: flex;
  60. align-items: center;
  61. justify-content: space-between;
  62. margin-top: 25px;
  63. padding-top: 30px;
  64. padding-bottom: 30px;
  65. .tips {
  66. font-size: 16px;
  67. font-weight: 500;
  68. color: #333333;
  69. line-height: 26px;
  70. }
  71. :global {
  72. .van-button {
  73. min-width: 84px;
  74. height: 31px;
  75. line-height: 31px;
  76. font-size: 15px;
  77. font-weight: 500;
  78. }
  79. }
  80. }
  81. .items,
  82. .imgs {
  83. min-width: 56px;
  84. height: 36px;
  85. font-size: 16px;
  86. font-weight: 500;
  87. margin-right: 10px;
  88. border-radius: 4px;
  89. background: #ffebdd;
  90. color: #f67146;
  91. justify-content: center;
  92. margin-bottom: 8px;
  93. }
  94. .imgs {
  95. height: 56px;
  96. }
  97. }