index.module.less 1.1 KB

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