index.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. }
  40. }
  41. .right {
  42. padding-left: 790px;
  43. .tabs {
  44. margin-bottom: 5px;
  45. line-height: 36px;
  46. height: 36px;
  47. }
  48. .all-answer {
  49. line-height: 20px;
  50. height: 40px;
  51. padding: 10px;
  52. background: #F3F3F3FF;
  53. font-size: 12px;
  54. margin-bottom: 10px;
  55. .b {
  56. vertical-align: top;
  57. margin-top: 2.5px;
  58. width: 15px;
  59. height: 15px;
  60. background: #D8D8D8FF;
  61. }
  62. }
  63. .answer-layout {
  64. height: 430px;
  65. overflow-y: auto;
  66. .answer-item {
  67. border-bottom: 1px solid #eee;
  68. margin-bottom: 10px;
  69. .small-tag {
  70. display: inline-block;
  71. height: 16px;
  72. background: rgba(163, 207, 255, 1);
  73. border-radius: 2px;
  74. color: #fff;
  75. line-height: 16px;
  76. font-size: 10px;
  77. padding: 0 9px;
  78. }
  79. .desc {
  80. color: #303139;
  81. margin-bottom: 15px;
  82. }
  83. }
  84. }
  85. .item-layout {
  86. height: 480px;
  87. overflow-y: auto;
  88. .item {
  89. line-height: 20px;
  90. height: 60px;
  91. padding: 20px;
  92. margin-bottom: 10px;
  93. cursor: pointer;
  94. }
  95. .item.active {
  96. background: #F3F3F3FF;
  97. }
  98. }
  99. }
  100. .right.progress {
  101. .answer-layout {
  102. height: 500px;
  103. }
  104. .item-layout {
  105. height: 550px;
  106. }
  107. }
  108. }
  109. }
  110. .bottom {
  111. background: #FAFAFAFF;
  112. .content {
  113. padding: 20px 0;
  114. .tab-layout {
  115. padding-top: 20px;
  116. .tab-title {
  117. border-left: 6px solid #7876FCFF;
  118. padding-left: 5px;
  119. color: #303036FF;
  120. font-size: 18px;
  121. margin-bottom: 5px;
  122. font-weight: bold;
  123. }
  124. .tab-desc {
  125. margin-bottom: 30px;
  126. font-size: 18x;
  127. }
  128. .qr-layout {
  129. text-align: center;
  130. padding: 20px;
  131. }
  132. .other-answer-carousel {
  133. padding: 50px 0;
  134. }
  135. }
  136. }
  137. }
  138. }