index.module.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. :global {
  20. .van-tag {
  21. vertical-align: middle;
  22. margin-top: -3px;
  23. }
  24. }
  25. }
  26. .unitTitleSection {
  27. margin-top: 20px;
  28. border-radius: 6px;
  29. border: 1px solid #d5d5d5;
  30. padding: 25px 5px;
  31. }
  32. .unitTitleImg {
  33. width: 100%;
  34. }
  35. .unitAnswers {
  36. padding-bottom: 30px;
  37. :global {
  38. .sortable-ghost {
  39. opacity: 0.5;
  40. background: #c8ebfb;
  41. }
  42. }
  43. .sortReset {
  44. display: flex;
  45. align-items: center;
  46. justify-content: space-between;
  47. margin-top: 25px;
  48. padding-top: 30px;
  49. padding-bottom: 30px;
  50. .tips {
  51. font-size: 16px;
  52. font-weight: 500;
  53. color: #333333;
  54. line-height: 26px;
  55. }
  56. :global {
  57. .van-button {
  58. min-width: 84px;
  59. height: 31px;
  60. line-height: 31px;
  61. font-size: 15px;
  62. font-weight: 500;
  63. }
  64. }
  65. }
  66. .items {
  67. min-width: 56px;
  68. height: 36px;
  69. font-size: 16px;
  70. font-weight: 500;
  71. margin-right: 10px;
  72. border-radius: 4px;
  73. background: #ffebdd;
  74. color: #f67146;
  75. justify-content: center;
  76. }
  77. }