index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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-water {
  40. display: none;
  41. position: absolute;
  42. font-size: 2%;
  43. color: #fff;
  44. width: 100%;
  45. user-select: none;
  46. transition-timing-function: linear;
  47. &.style-1 {
  48. display: block;
  49. top: 17%;
  50. }
  51. &.style-2 {
  52. display: block;
  53. top: 50%;
  54. }
  55. &.style-3 {
  56. display: block;
  57. top: 83%;
  58. }
  59. }
  60. .video-item.full {
  61. .video-fixed {
  62. display: block;
  63. }
  64. .video-water {
  65. font-size: 16px;
  66. }
  67. }
  68. .video-fixed {
  69. display: none;
  70. width: 400px;
  71. bottom: 56px;
  72. right: 10px;
  73. position: absolute;
  74. .tab-body {
  75. padding: 5px 15px;
  76. }
  77. .answer-layout {
  78. height: 430px;
  79. }
  80. .item-layout {
  81. height: 480px;
  82. }
  83. }
  84. }
  85. }
  86. .tab-warpper {
  87. .tabs {
  88. line-height: 36px;
  89. height: 36px;
  90. }
  91. .tab-body {
  92. padding-top: 5px;
  93. background: #fff;
  94. }
  95. .all-answer {
  96. line-height: 20px;
  97. height: 40px;
  98. padding: 10px;
  99. background: #F3F3F3FF;
  100. font-size: 12px;
  101. margin-bottom: 10px;
  102. .b {
  103. vertical-align: top;
  104. margin-top: 2.5px;
  105. width: 15px;
  106. height: 15px;
  107. background: #D8D8D8FF;
  108. }
  109. }
  110. .answer-layout {
  111. overflow-y: auto;
  112. .answer-item {
  113. border-bottom: 1px solid #eee;
  114. margin-bottom: 10px;
  115. .small-tag {
  116. display: inline-block;
  117. height: 16px;
  118. background: rgba(163, 207, 255, 1);
  119. border-radius: 2px;
  120. color: #fff;
  121. line-height: 16px;
  122. font-size: 10px;
  123. padding: 0 9px;
  124. }
  125. .desc {
  126. color: #303139;
  127. margin-bottom: 15px;
  128. }
  129. }
  130. }
  131. .item-layout {
  132. overflow-y: auto;
  133. .item {
  134. line-height: 20px;
  135. height: 60px;
  136. padding: 20px;
  137. margin-bottom: 10px;
  138. cursor: pointer;
  139. }
  140. .item.active {
  141. background: #F3F3F3FF;
  142. }
  143. }
  144. }
  145. .detail-right {
  146. padding-left: 790px;
  147. .answer-layout {
  148. height: 430px;
  149. }
  150. .item-layout {
  151. height: 480px;
  152. }
  153. }
  154. .detail-right.have {
  155. .answer-layout {
  156. height: 480px;
  157. }
  158. .item-layout {
  159. height: 530px;
  160. }
  161. }
  162. }
  163. }
  164. .bottom {
  165. background: #FAFAFAFF;
  166. .content {
  167. padding: 20px 0;
  168. .tab-layout {
  169. padding-top: 20px;
  170. .tab-title {
  171. border-left: 6px solid #7876FCFF;
  172. padding-left: 5px;
  173. color: #303036FF;
  174. font-size: 18px;
  175. margin-bottom: 5px;
  176. font-weight: bold;
  177. }
  178. .tab-desc {
  179. margin-bottom: 30px;
  180. font-size: 18x;
  181. }
  182. .qr-layout {
  183. text-align: center;
  184. padding: 20px;
  185. }
  186. .other-answer-carousel {
  187. padding: 50px 0;
  188. }
  189. }
  190. }
  191. }
  192. }