index.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. @charset "utf-8";
  2. #paper-report {
  3. .header {
  4. background: #F7F8FC;
  5. padding: 30px 0;
  6. .title {
  7. font-size: 30px;
  8. font-weight: bold;
  9. color: #303036;
  10. }
  11. .btns {
  12. .button {
  13. margin-right: 10px;
  14. }
  15. }
  16. .right {
  17. position: absolute;
  18. right: 0px;
  19. top: 0px;
  20. text-align: right;
  21. .text {
  22. color: #303036;
  23. font-size: 18px;
  24. font-weight: bold;
  25. }
  26. .desc {
  27. color: #686872;
  28. }
  29. }
  30. }
  31. .body {
  32. padding: 70px 0;
  33. .title {
  34. line-height: 32px;
  35. font-size: 32px;
  36. padding-left: 10px;
  37. color: #303036;
  38. margin-bottom: 40px;
  39. }
  40. }
  41. .body.gray {
  42. background: #F7F8FC;
  43. }
  44. .content {
  45. width: 1200px;
  46. position: relative;
  47. .block-wrapper {
  48. display: flex;
  49. .block {
  50. flex: 1;
  51. }
  52. .block-1-5 {
  53. flex: 1.5;
  54. }
  55. }
  56. }
  57. .detail {
  58. text-align: center;
  59. padding-top: 10px;
  60. margin-left: -1px;
  61. .block {
  62. display: inline-block;
  63. width: 300px;
  64. text-align: center;
  65. .t1 {
  66. color: #686872;
  67. font-size: 24px;
  68. }
  69. .t2 {
  70. font-size: 56px;
  71. font-weight: 600;
  72. display: inline;
  73. color: #4299FF;
  74. }
  75. .t3 {
  76. color: #303036;
  77. font-size: 20px;
  78. display: inline;
  79. }
  80. }
  81. .line {
  82. height: 100px;
  83. width: 1px;
  84. background: #E3E5E9;
  85. display: inline-block;
  86. }
  87. }
  88. .detail-1 {
  89. margin-bottom: 20px;
  90. .block {
  91. display: inline-block;
  92. width: 160px;
  93. .t1 {
  94. color: #686872;
  95. font-size: 24px;
  96. font-weight: 600;
  97. }
  98. .t2 {
  99. font-size: 30px;
  100. display: inline;
  101. color: #4299FF;
  102. }
  103. .t3 {
  104. color: #303036;
  105. font-size: 30px;
  106. display: inline;
  107. }
  108. }
  109. .block.all {
  110. .t2 {
  111. font-size: 30px;
  112. display: inline;
  113. color: #6865FD;
  114. }
  115. }
  116. }
  117. .tip {
  118. margin-bottom: 30px;
  119. .t1 {
  120. color: #303036;
  121. display: inline;
  122. font-size: 16px;
  123. }
  124. .t2 {
  125. font-size: 32px;
  126. color: #4299FF;
  127. display: inline;
  128. }
  129. i {
  130. font-size: 20px;
  131. color: #D0D8E2;
  132. }
  133. }
  134. }
  135. .exercise,
  136. .sentence {
  137. border-top: 20px solid #7775CA;
  138. background: #fff;
  139. .body {
  140. .title {
  141. border-left: 10px solid #7775CA;
  142. }
  143. }
  144. }
  145. .examination {
  146. border-top: 20px solid #8D909C;
  147. background: #fff;
  148. .body {
  149. .title {
  150. border-left: 10px solid #989FC1;
  151. }
  152. .tabs {
  153. transform: translateY(-30px);
  154. margin-bottom: 10px;
  155. }
  156. table {
  157. width: 100%;
  158. color: #686872;
  159. font-size: 16px;
  160. line-height: 20px;
  161. th {
  162. background: #ECEDEE;
  163. padding: 30px 20px;
  164. font-weight: 500;
  165. border: 1px solid #fff;
  166. }
  167. td {
  168. background: #fff;
  169. padding: 40px 20px;
  170. border: 1px solid #fff;
  171. span {
  172. color: #A7A7B7;
  173. font-size: 12px;
  174. }
  175. }
  176. }
  177. }
  178. }