index.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. @charset "utf-8";
  2. #course-main {
  3. .block-1 {
  4. height: 400px;
  5. background: #fff;
  6. .body {
  7. width: 1200px;
  8. height: 480px;
  9. margin: 0 auto;
  10. transform: translateY(100px);
  11. text-align: center;
  12. padding-top: 135px;
  13. background: #eee;
  14. .main-title {
  15. font-size: 70px;
  16. font-weight: 600;
  17. margin-bottom: 80px;
  18. color: #fff;
  19. }
  20. .btn-list {
  21. .button {
  22. margin: 0 20px;
  23. font-weight: 600;
  24. font-size: 16px;
  25. }
  26. }
  27. }
  28. }
  29. .block-2 {
  30. text-align: center;
  31. padding-top: 250px;
  32. background: #6865FDFF;
  33. overflow: hidden;
  34. .main-title {
  35. color: #fff;
  36. font-size: 56px;
  37. font-weight: 600;
  38. margin-bottom: 40px;
  39. }
  40. .video-list {
  41. margin-bottom: 80px;
  42. .video-div {
  43. display: inline-block;
  44. width: 580px;
  45. height: 360px;
  46. margin: 0 20px;
  47. position: relative;
  48. background: #eee;
  49. .play {
  50. position: absolute;
  51. top: 50%;
  52. left: 50%;
  53. transform: translate(-50%, -50%);
  54. }
  55. .name {
  56. position: absolute;
  57. bottom: 10px;
  58. right: 20px;
  59. color: #fff;
  60. font-size: 20px;
  61. font-weight: 600;
  62. }
  63. }
  64. }
  65. .class-list {
  66. margin-bottom: 80px;
  67. .class-item {
  68. vertical-align: top;
  69. display: inline-block;
  70. width: 380px;
  71. margin: 0 15px;
  72. padding: 30px;
  73. background: #fff;
  74. position: relative;
  75. text-align: left;
  76. .new {
  77. position: absolute;
  78. right: 0;
  79. top: 0;
  80. }
  81. }
  82. }
  83. }
  84. .block-4 {
  85. background: #fff;
  86. text-align: center;
  87. padding-top: 100px;
  88. .main-title {
  89. font-size: 48px;
  90. font-weight: 600;
  91. color: #303139FF;
  92. margin-bottom: 40px;
  93. }
  94. .list {
  95. .item {
  96. width: 380px;
  97. background: rgba(255, 255, 255, 1);
  98. box-shadow: 0px 32px 44px 0px rgba(156, 183, 223, 0.14), 0px 15px 28px 0px rgba(0, 0, 0, 0.01);
  99. border-radius: 2px;
  100. padding: 30px;
  101. display: inline-block;
  102. margin: 0 15px;
  103. text-align: left;
  104. vertical-align: top;
  105. }
  106. }
  107. }
  108. .block-5 {}
  109. .block-6 {}
  110. .other-answer-carousel {
  111. padding-top: 40px;
  112. }
  113. }