index.module.less 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .unitSubject {
  2. padding: 15px;
  3. margin: 0 13px;
  4. background-color: #fff;
  5. // overflow: hidden;
  6. border-radius: 10px;
  7. }
  8. .unitSubjectTitle {
  9. display: flex;
  10. align-items: center;
  11. flex-wrap: wrap;
  12. font-size: 16px;
  13. font-weight: 500;
  14. color: #333333;
  15. line-height: 26px;
  16. .unitScore {
  17. color: #777777;
  18. }
  19. }
  20. .unitTitleSection {
  21. margin-top: 20px;
  22. border-radius: 6px;
  23. border: 1px solid #d5d5d5;
  24. padding: 25px 5px;
  25. }
  26. .unitTitleImg {
  27. width: 100%;
  28. }
  29. .unitAnswers {
  30. padding-bottom: 30px;
  31. :global {
  32. .sortable-ghost {
  33. opacity: 0.5;
  34. background: #c8ebfb;
  35. }
  36. }
  37. .sortReset {
  38. display: flex;
  39. align-items: center;
  40. justify-content: space-between;
  41. margin-top: 25px;
  42. padding-top: 30px;
  43. padding-bottom: 30px;
  44. .tips {
  45. font-size: 16px;
  46. font-weight: 500;
  47. color: #333333;
  48. line-height: 26px;
  49. }
  50. :global {
  51. .van-button {
  52. min-width: 84px;
  53. height: 31px;
  54. line-height: 31px;
  55. font-size: 15px;
  56. font-weight: 500;
  57. }
  58. }
  59. }
  60. .items {
  61. min-width: 56px;
  62. height: 36px;
  63. font-size: 16px;
  64. font-weight: 500;
  65. margin-right: 10px;
  66. border-radius: 4px;
  67. background: #ffebdd;
  68. color: #f67146;
  69. justify-content: center;
  70. }
  71. }