index.module.less 802 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. display: inline-block;
  39. font-size: 16px;
  40. font-weight: 500;
  41. color: #333333;
  42. line-height: 22px;
  43. max-width: 80px;
  44. }
  45. }