index.module.less 754 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .classList {
  2. .cell {
  3. margin: 13px;
  4. border-radius: 10px;
  5. width: calc(100% - 26px);
  6. padding: 15px;
  7. }
  8. :global {
  9. .van-cell__title {
  10. flex: 1 auto;
  11. }
  12. }
  13. .content {
  14. .title {
  15. display: flex;
  16. align-items: center;
  17. font-size: 16px;
  18. font-weight: 500;
  19. color: #333333;
  20. line-height: 22px;
  21. i {
  22. margin-right: 6px;
  23. width: 4px;
  24. height: 12px;
  25. background: #ff8057;
  26. border-radius: 2px;
  27. }
  28. }
  29. .name {
  30. padding-top: 10px;
  31. font-size: 14px;
  32. color: #777777;
  33. line-height: 20px;
  34. max-width: 230px;
  35. }
  36. }
  37. .teacherName {
  38. font-size: 16px;
  39. font-weight: 500;
  40. color: #333333;
  41. line-height: 22px;
  42. }
  43. }