index.module.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .videoOrder {
  2. .tag {
  3. margin-right: 5px;
  4. padding: 2px 5px;
  5. font-size: 11px;
  6. font-weight: 500;
  7. color: #18B99A;
  8. line-height: 16px;
  9. background: #E0F7F3;
  10. border-radius: 4px;
  11. vertical-align: middle;
  12. }
  13. .title {
  14. font-size: 16px;
  15. font-weight: 500;
  16. color: #333333;
  17. }
  18. .courseGroupName {
  19. max-width: 250px;
  20. display: inline-block;
  21. vertical-align: middle;
  22. line-height: 1.2;
  23. }
  24. .collapseItem {
  25. :global(.van-cell) {
  26. background: #f7f8f9;
  27. padding-top: 9px;
  28. padding-bottom: 9px;
  29. }
  30. }
  31. .teacher {
  32. margin-left: 5px;
  33. color: #1a1a1a;
  34. font-size: 16px;
  35. font-weight: 500;
  36. }
  37. .price {
  38. font-size: 14px;
  39. font-weight: 600;
  40. color: #131415;
  41. line-height: 20px;
  42. i {
  43. font-style: normal;
  44. font-size: 14px;
  45. }
  46. }
  47. .userLogo {
  48. width: 28px;
  49. height: 28px;
  50. overflow: hidden;
  51. border-radius: 50%;
  52. }
  53. .classItem {
  54. font-size: 14px;
  55. color: #333333;
  56. line-height: 20px;
  57. .time {
  58. padding-bottom: 6px;
  59. }
  60. p {
  61. color: var(--van-primary);
  62. }
  63. }
  64. :global {
  65. .van-cell-group {
  66. margin-bottom: 10px;
  67. border-radius: 8px;
  68. overflow: hidden;
  69. }
  70. }
  71. }