index.module.less 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. .listWrap {
  2. padding: 32px;
  3. background-color: #fff;
  4. border-radius: 20px;
  5. min-height: 100%;
  6. }
  7. .addBtnIcon {
  8. width: 16px;
  9. height: 17px;
  10. }
  11. .addBtn {
  12. margin-bottom: 30px;
  13. height: 43px;
  14. background: #198cfe;
  15. border-radius: 8px;
  16. line-height: 41px;
  17. width: 144px;
  18. padding: 0 24px;
  19. :global {
  20. .n-button__content {
  21. font-size: 18px;
  22. font-weight: 600;
  23. }
  24. }
  25. }
  26. // 学情
  27. .homeStudy {
  28. background-color: #fff;
  29. .homeStudyTitle {
  30. display: flex;
  31. flex-direction: row;
  32. align-items: center;
  33. font-size: 20px;
  34. font-weight: 600;
  35. color: #131415;
  36. line-height: 28px;
  37. .homeStudyTitleDot {
  38. width: 5px;
  39. height: 16px;
  40. background: #198cfe;
  41. margin-right: 8px;
  42. }
  43. }
  44. .homeStudyInfoList {
  45. display: flex;
  46. flex-direction: row;
  47. align-items: center;
  48. justify-content: space-between;
  49. margin-top: 21px;
  50. .homeStudyInfoTabs {
  51. display: flex;
  52. flex-direction: row;
  53. align-items: center;
  54. .homeStudyInfoTabItem {
  55. cursor: pointer;
  56. width: 112px;
  57. height: 39px;
  58. border-radius: 20px;
  59. font-size: 18px;
  60. font-weight: 600;
  61. line-height: 39px;
  62. text-align: center;
  63. margin-right: 24px;
  64. background: #f5f6fa;
  65. color: rgba(0, 0, 0, 0.5);
  66. &:hover {
  67. background: #198cfe;
  68. color: #ffffff;
  69. opacity: 0.8;
  70. }
  71. }
  72. .homeStudyInfoTabItem.active {
  73. background: #198cfe;
  74. color: #ffffff;
  75. }
  76. }
  77. .homeStudyInfoDate {
  78. display: flex;
  79. flex-direction: row;
  80. align-items: center;
  81. justify-content: flex-end;
  82. }
  83. }
  84. .searchBtn {
  85. width: 90px;
  86. height: 43px;
  87. background: #198cfe;
  88. border-radius: 8px;
  89. line-height: 41px;
  90. font-weight: 600 !important;
  91. font-size: 18px;
  92. }
  93. .resetBtn {
  94. width: 90px;
  95. height: 43px;
  96. border-radius: 8px;
  97. line-height: 41px;
  98. font-weight: 600 !important;
  99. font-size: 18px;
  100. }
  101. }
  102. .homeTrainData {
  103. margin-top: 40px;
  104. .TrainDataTop {
  105. margin-bottom: 40px;
  106. display: flex;
  107. flex-direction: row;
  108. align-items: center;
  109. justify-content: space-between;
  110. .TrainDataTopLeft {
  111. display: flex;
  112. flex-direction: row;
  113. align-items: center;
  114. .TrainDataItem {
  115. margin-right: 40px;
  116. .TrainDataItemTitle {
  117. text-align: center;
  118. font-size: 13px;
  119. font-weight: 400;
  120. color: #777777;
  121. line-height: 18px;
  122. span {
  123. font-family: 'DINA';
  124. font-size: 26px;
  125. font-weight: 600;
  126. color: #131415;
  127. line-height: 28px;
  128. }
  129. }
  130. .TrainDataItemsubTitle {
  131. margin-top: 4px;
  132. text-align: center;
  133. font-size: 13px;
  134. font-family: PingFangSC-Regular, PingFang SC;
  135. font-weight: 400;
  136. color: #777777;
  137. line-height: 18px;
  138. }
  139. }
  140. }
  141. .TrainDataTopRight {
  142. display: flex;
  143. flex-direction: row;
  144. align-items: center;
  145. .DataTopRightItem {
  146. cursor: pointer;
  147. display: flex;
  148. flex-direction: row;
  149. align-items: center;
  150. margin-left: 30px;
  151. &:hover {
  152. opacity: 0.8;
  153. }
  154. .DataTopRightDot {
  155. width: 16px;
  156. height: 16px;
  157. background: #3583fa;
  158. border-radius: 4px;
  159. margin-right: 6px;
  160. }
  161. .DataTopRightDot.DataTopRightDotBlue {
  162. background: #d5e9ff;
  163. }
  164. .DataTopRightDot.red {
  165. background: #ff7aa7;
  166. }
  167. }
  168. .DataTopRightItem.DataTopRightItemDis {
  169. .DataTopRightDot {
  170. background: #f5f6fa;
  171. }
  172. }
  173. }
  174. }
  175. }
  176. .tableWrap {
  177. margin-top: 40px;
  178. :global {
  179. .n-data-table {
  180. border-radius: 10px 10px 0 0;
  181. overflow: hidden;
  182. }
  183. .n-data-table-thead {
  184. height: 54px;
  185. line-height: 54px;
  186. }
  187. .n-data-table-th {
  188. padding: 0 20px;
  189. background-color: #f7f7f8;
  190. color: rgba(0, 0, 0, 0.88);
  191. }
  192. .n-data-table-th__title-wrapper {
  193. &::after {
  194. content: '';
  195. width: 1px;
  196. height: 22px;
  197. background: #ebebeb;
  198. &:nth-last-child(1) {
  199. display: none;
  200. }
  201. }
  202. }
  203. .n-data-table-th--last {
  204. .n-data-table-th__title-wrapper {
  205. &::after {
  206. content: '';
  207. width: 0px;
  208. height: 22px;
  209. background: #ebebeb;
  210. }
  211. }
  212. }
  213. }
  214. }