index.less 815 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @charset "utf-8";
  2. #course-online {
  3. .content {
  4. width: 1140px !important;
  5. }
  6. .top {
  7. padding: 8px 20px;
  8. height: 60px;
  9. .tabs.text {
  10. background: none;
  11. padding: 0;
  12. display: inline-block;
  13. }
  14. .f-r {
  15. height: 44px;
  16. line-height: 44px;
  17. }
  18. }
  19. .center {
  20. background: #fff;
  21. .content {
  22. padding: 20px 30px;
  23. }
  24. .tab-1-list {
  25. padding-top: 30px;
  26. padding-bottom: 40px;
  27. margin: 0 -10px;
  28. .single-item {
  29. margin-bottom: 20px;
  30. margin-left: 10px;
  31. margin-right: 10px;
  32. }
  33. }
  34. .tab-2-list {
  35. padding-top: 30px;
  36. padding-bottom: 40px;
  37. margin: 0 -10px;
  38. .package-item {
  39. margin-bottom: 20px;
  40. margin-left: 10px;
  41. margin-right: 10px;
  42. }
  43. }
  44. }
  45. }