index.module.less 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. :global {
  14. .sortable-ghost {
  15. opacity: 0.5;
  16. background: #c8ebfb;
  17. }
  18. }
  19. .sortReset {
  20. display: flex;
  21. align-items: center;
  22. justify-content: space-between;
  23. margin-top: 25px;
  24. padding-top: 30px;
  25. padding-bottom: 30px;
  26. .tips {
  27. font-size: 16px;
  28. font-weight: 500;
  29. color: #333333;
  30. line-height: 26px;
  31. }
  32. :global {
  33. .van-button {
  34. min-width: 84px;
  35. height: 31px;
  36. line-height: 31px;
  37. font-size: 15px;
  38. font-weight: 500;
  39. }
  40. }
  41. }
  42. .items,
  43. .imgs {
  44. min-width: 56px;
  45. height: 36px;
  46. font-size: 16px;
  47. font-weight: 500;
  48. margin-right: 10px;
  49. border-radius: 4px;
  50. background: #ffebdd;
  51. color: #f67146;
  52. justify-content: center;
  53. }
  54. .imgs {
  55. height: 56px;
  56. }
  57. }