index.module.less 639 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .cellTeacher {
  2. .img {
  3. width: 48px;
  4. height: 48px;
  5. overflow: hidden;
  6. border-radius: 50%;
  7. margin-right: 12px;
  8. flex-shrink: 0;
  9. }
  10. .name {
  11. font-size: 16px;
  12. font-weight: 500;
  13. color: #333333;
  14. line-height: 22px;
  15. max-width: 120px;
  16. }
  17. .class {
  18. font-size: 12px;
  19. color: #777777;
  20. line-height: 17px;
  21. }
  22. :global {
  23. .van-tag {
  24. margin-top: 3px;
  25. margin-right: 8px;
  26. }
  27. }
  28. .checkboxValue {
  29. display: flex;
  30. justify-content: flex-end;
  31. }
  32. }
  33. .subjectContainer {
  34. display: flex;
  35. & > span {
  36. flex-shrink: 0;
  37. }
  38. .tagSubject {
  39. margin-right: 10px;
  40. }
  41. }