index.module.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .searchBand {
  2. display: inline-block;
  3. font-size: 14px;
  4. font-weight: 600;
  5. color: #333333;
  6. .bandName {
  7. display: inline-block;
  8. max-width: 180px;
  9. vertical-align: text-top;
  10. }
  11. }
  12. .gridContainer {
  13. margin: 0 13px 12px;
  14. // background: #ffffff;
  15. .title {
  16. font-size: 26px;
  17. font-weight: bold;
  18. color: #333;
  19. i {
  20. font-style: normal;
  21. font-size: 12px;
  22. color: #333333;
  23. }
  24. }
  25. .red {
  26. color: #f67146;
  27. }
  28. .name {
  29. padding-top: 8px;
  30. font-size: 12px;
  31. color: #777777;
  32. }
  33. }
  34. .gridClass {
  35. .img {
  36. width: 40px;
  37. height: 40px;
  38. margin-right: 12px;
  39. border-radius: 50%;
  40. overflow: hidden;
  41. }
  42. .teacherName {
  43. display: flex;
  44. align-items: center;
  45. .maxWidth {
  46. max-width: 120px;
  47. }
  48. .name {
  49. padding-top: 0;
  50. font-size: 16px;
  51. font-weight: 600;
  52. color: #333333;
  53. line-height: 22px;
  54. }
  55. :global {
  56. .van-tag {
  57. margin-left: 6px;
  58. }
  59. }
  60. }
  61. .classCheckbox {
  62. display: flex;
  63. justify-content: flex-end;
  64. }
  65. .orchestraName {
  66. padding-top: 3px;
  67. font-size: 12px;
  68. color: #777777;
  69. line-height: 17px;
  70. max-width: 200px;
  71. }
  72. .title {
  73. font-size: 24px;
  74. }
  75. .className {
  76. padding: 17px 15px 0;
  77. font-size: 16px;
  78. font-weight: 500;
  79. color: #333333;
  80. line-height: 22px;
  81. .line {
  82. display: inline-block;
  83. width: 4px;
  84. height: 12px;
  85. background: #ff8057;
  86. border-radius: 3px;
  87. margin-right: 6px;
  88. }
  89. }
  90. :global {
  91. .van-grid-item {
  92. &:after {
  93. content: ' ';
  94. position: absolute;
  95. top: 50%;
  96. right: 0;
  97. margin-top: -10px;
  98. width: 1px;
  99. height: 20px;
  100. background: #eaeaea;
  101. border-radius: 1px;
  102. }
  103. &:last-child {
  104. &::after {
  105. display: none;
  106. }
  107. }
  108. }
  109. }
  110. }
  111. .classCellGroup {
  112. margin-bottom: 12px;
  113. border-radius: 10px;
  114. overflow: hidden;
  115. }