teacher-list.module.less 422 B

123456789101112131415161718192021222324252627282930
  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. }
  16. .class {
  17. font-size: 12px;
  18. color: #777777;
  19. line-height: 17px;
  20. }
  21. :global {
  22. .van-tag {
  23. margin-top: 3px;
  24. margin-right: 8px;
  25. }
  26. }
  27. }