index.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. @charset "utf-8";
  2. #course-detail {
  3. background: #fff;
  4. min-height: 100%;
  5. .content {
  6. width: 1140px !important;
  7. }
  8. .top {
  9. padding: 8px 0;
  10. height: 60px;
  11. line-height: 44px;
  12. }
  13. .center {
  14. padding-top: 20px;
  15. padding-bottom: 30px;
  16. position: relative;
  17. overflow: hidden;
  18. .detail {
  19. margin-bottom: 30px;
  20. .left {
  21. float: left;
  22. width: 750px;
  23. .left-top {
  24. background: #F3F3F3FF;
  25. line-height: 28px;
  26. padding: 11px 15px;
  27. margin-bottom: 20px;
  28. span {
  29. vertical-align: top;
  30. }
  31. .progress-text {
  32. margin-top: 2px;
  33. }
  34. }
  35. .video-layout {
  36. width: 100%;
  37. height: 520px;
  38. background: #3A3A3AFF;
  39. .video-item.full {
  40. .video-fixed {
  41. display: block;
  42. }
  43. }
  44. .video-fixed {
  45. display: none;
  46. width: 400px;
  47. bottom: 60px;
  48. right: 10px;
  49. position: absolute;
  50. .tab-body {
  51. padding: 5px 15px;
  52. }
  53. .answer-layout {
  54. height: 430px;
  55. }
  56. .item-layout {
  57. height: 480px;
  58. }
  59. }
  60. }
  61. }
  62. .tab-warpper {
  63. .tabs {
  64. line-height: 36px;
  65. height: 36px;
  66. }
  67. .tab-body {
  68. padding-top: 5px;
  69. background: #fff;
  70. }
  71. .all-answer {
  72. line-height: 20px;
  73. height: 40px;
  74. padding: 10px;
  75. background: #F3F3F3FF;
  76. font-size: 12px;
  77. margin-bottom: 10px;
  78. .b {
  79. vertical-align: top;
  80. margin-top: 2.5px;
  81. width: 15px;
  82. height: 15px;
  83. background: #D8D8D8FF;
  84. }
  85. }
  86. .answer-layout {
  87. overflow-y: auto;
  88. .answer-item {
  89. border-bottom: 1px solid #eee;
  90. margin-bottom: 10px;
  91. .small-tag {
  92. display: inline-block;
  93. height: 16px;
  94. background: rgba(163, 207, 255, 1);
  95. border-radius: 2px;
  96. color: #fff;
  97. line-height: 16px;
  98. font-size: 10px;
  99. padding: 0 9px;
  100. }
  101. .desc {
  102. color: #303139;
  103. margin-bottom: 15px;
  104. }
  105. }
  106. }
  107. .item-layout {
  108. overflow-y: auto;
  109. .item {
  110. line-height: 20px;
  111. height: 60px;
  112. padding: 20px;
  113. margin-bottom: 10px;
  114. cursor: pointer;
  115. }
  116. .item.active {
  117. background: #F3F3F3FF;
  118. }
  119. }
  120. }
  121. .detail-right {
  122. padding-left: 790px;
  123. .answer-layout {
  124. height: 430px;
  125. }
  126. .item-layout {
  127. height: 480px;
  128. }
  129. }
  130. .detail-right.have {
  131. .answer-layout {
  132. height: 480px;
  133. }
  134. .item-layout {
  135. height: 530px;
  136. }
  137. }
  138. }
  139. }
  140. .bottom {
  141. background: #FAFAFAFF;
  142. .content {
  143. padding: 20px 0;
  144. .tab-layout {
  145. padding-top: 20px;
  146. .tab-title {
  147. border-left: 6px solid #7876FCFF;
  148. padding-left: 5px;
  149. color: #303036FF;
  150. font-size: 18px;
  151. margin-bottom: 5px;
  152. font-weight: bold;
  153. }
  154. .tab-desc {
  155. margin-bottom: 30px;
  156. font-size: 18x;
  157. }
  158. .qr-layout {
  159. text-align: center;
  160. padding: 20px;
  161. }
  162. .other-answer-carousel {
  163. padding: 50px 0;
  164. }
  165. }
  166. }
  167. }
  168. }