index.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. @charset "utf-8";
  2. #course-vs {
  3. .content {
  4. width: 1140px !important;
  5. }
  6. .top {
  7. padding: 8px 0;
  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. .item-list {
  23. margin: 0 -20px;
  24. margin-bottom: 20px;
  25. .item {
  26. display: inline-block;
  27. margin: 0 20px;
  28. border: 3px solid #F7F7F7FF;
  29. background: #F7F7F7FF;
  30. border-radius: 4px;
  31. width: 254px;
  32. padding: 20px 20px 30px 60px;
  33. position: relative;
  34. cursor: pointer;
  35. .assets {
  36. position: absolute;
  37. left: 15px;
  38. top: 30px;
  39. }
  40. }
  41. .item.active {
  42. border: 3px solid rgba(66, 146, 240, 1);
  43. background: #fff;
  44. }
  45. }
  46. .item-detail {
  47. overflow: hidden;
  48. .left {
  49. float: left;
  50. width: 450px;
  51. height: 500px;
  52. background: #eee;
  53. }
  54. .right {
  55. padding-left: 490px;
  56. p {
  57. margin: 0;
  58. }
  59. .input {
  60. position: relative;
  61. line-height: 32px;
  62. .up {
  63. cursor: pointer;
  64. position: absolute;
  65. left: 160px;
  66. top: 5px;
  67. font-size: 10px;
  68. color: #D0D8E2;
  69. transform: scale(0.8);
  70. }
  71. .down {
  72. cursor: pointer;
  73. position: absolute;
  74. left: 160px;
  75. top: 15px;
  76. font-size: 10px;
  77. color: #D0D8E2;
  78. transform: scale(0.8);
  79. }
  80. input {
  81. line-height: 32px;
  82. background: #F7F7F7FF;
  83. }
  84. }
  85. .action {
  86. margin-bottom: 10px;
  87. overflow: hidden;
  88. padding-top: 40px;
  89. .button {}
  90. .default.button {
  91. color: #4292F0;
  92. }
  93. }
  94. }
  95. }
  96. }
  97. }
  98. .bottom {
  99. background: #FAFAFAFF;
  100. .content {
  101. padding: 20px 0;
  102. .tab-layout {
  103. padding-top: 20px;
  104. .tab-title {
  105. border-left: 6px solid #7876FCFF;
  106. padding-left: 5px;
  107. color: #303036FF;
  108. font-size: 18px;
  109. margin-bottom: 5px;
  110. font-weight: bold;
  111. }
  112. .tab-desc {
  113. margin-bottom: 30px;
  114. font-size: 18x;
  115. }
  116. .qr-layout {
  117. text-align: center;
  118. padding: 20px;
  119. }
  120. .other-answer-carousel {
  121. padding: 30px 0;
  122. }
  123. .teach-item {
  124. position: relative;
  125. overflow: hidden;
  126. padding: 40px 0;
  127. .left {
  128. float: left;
  129. width: 240px;
  130. }
  131. .right {
  132. padding-left: 280px;
  133. }
  134. }
  135. }
  136. }
  137. }
  138. }