index.module.less 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .itemWrap {
  2. width: 386px;
  3. margin-bottom: 20px;
  4. margin-right: 20px;
  5. border-radius: 4px;
  6. background-color: #fff;
  7. &:nth-child(3n){
  8. margin-right:0;
  9. }
  10. .detaile {
  11. width: 387px;
  12. height: 216px;
  13. }
  14. .itemBottom {
  15. display: flex;
  16. flex-direction: row;
  17. align-items: center;
  18. padding: 12px;
  19. justify-content: space-between;
  20. .itemBottomL {
  21. display: flex;
  22. flex-direction: row;
  23. align-items: center;
  24. .itemHead {
  25. width: 28px;
  26. height: 28px;
  27. vertical-align: bottom;
  28. margin-right: 10px;
  29. }
  30. .itemTitle {
  31. color: #333;
  32. font-weight: 500;
  33. font-size: 16px;
  34. line-height: 22px;
  35. }
  36. .line {
  37. width: 1px;
  38. height: 10px;
  39. border: 1px solid #d3d3d3;
  40. margin: 0 10px;
  41. }
  42. .course {
  43. color: #666;
  44. font-size: 16px;
  45. line-height: 22px;
  46. }
  47. }
  48. .buy {
  49. color: #ff802c;
  50. font-size: 16px;
  51. line-height: 22px;
  52. }
  53. }
  54. }