index.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. .input {
  57. position: relative;
  58. line-height: 32px;
  59. .up {
  60. cursor: pointer;
  61. position: absolute;
  62. left: 160px;
  63. top: 5px;
  64. font-size: 10px;
  65. color: #D0D8E2;
  66. transform: scale(0.8);
  67. }
  68. .down {
  69. cursor: pointer;
  70. position: absolute;
  71. left: 160px;
  72. top: 15px;
  73. font-size: 10px;
  74. color: #D0D8E2;
  75. transform: scale(0.8);
  76. }
  77. input {
  78. line-height: 32px;
  79. background: #F7F7F7FF;
  80. }
  81. }
  82. .action {
  83. margin-bottom: 10px;
  84. overflow: hidden;
  85. padding-top: 40px;
  86. .button {}
  87. .default.button {
  88. color: #4292F0;
  89. }
  90. }
  91. }
  92. }
  93. }
  94. }
  95. .bottom {
  96. background: #FAFAFAFF;
  97. .content {
  98. padding: 20px 0;
  99. .tab-layout {
  100. padding-top: 20px;
  101. .tab-title {
  102. border-left: 6px solid #7876FCFF;
  103. padding-left: 5px;
  104. color: #303036FF;
  105. font-size: 18px;
  106. margin-bottom: 5px;
  107. font-weight: bold;
  108. }
  109. .tab-desc {
  110. margin-bottom: 30px;
  111. font-size: 18x;
  112. }
  113. .qr-layout {
  114. text-align: center;
  115. padding: 20px;
  116. }
  117. .other-answer-carousel {
  118. padding: 50px 0;
  119. }
  120. .teach-item {
  121. position: relative;
  122. overflow: hidden;
  123. padding: 40px 0;
  124. .left {
  125. float: left;
  126. width: 240px;
  127. }
  128. .right {
  129. padding-left: 280px;
  130. }
  131. }
  132. }
  133. }
  134. }
  135. }