afterWorkDetail.module.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. .listWrap {
  2. // min-height: 100%;
  3. padding: 32px;
  4. background-color: #fff;
  5. border-radius: 20px;
  6. min-height: calc(100vh - 7.8125vw) !important
  7. }
  8. .teacherSection {
  9. display: flex;
  10. align-items: center;
  11. border-bottom: 1px solid #E9E9E9;
  12. margin-bottom: 30px;
  13. padding-bottom: 24px;
  14. .tTemp {
  15. display: flex;
  16. align-content: center;
  17. }
  18. .infos {
  19. margin-top: 8px;
  20. padding: 13px;
  21. background: #FFFFFF;
  22. border-radius: 10px;
  23. .homeTitle {
  24. font-size: max(17px, 14Px);
  25. font-family: PingFangSC, PingFang SC;
  26. font-weight: 600;
  27. color: #000000;
  28. padding-bottom: 8px;
  29. }
  30. .homeContent {
  31. padding-bottom: 5px;
  32. }
  33. .homeworkText {
  34. display: flex;
  35. align-items: flex-start;
  36. .pSection {
  37. max-width: 790px;
  38. }
  39. .p1,
  40. .p2 {
  41. // white-space: nowrap;
  42. // overflow: hidden;
  43. // text-overflow: ellipsis;
  44. &>div {
  45. display: flex;
  46. align-items: flex-start;
  47. color: #838383;
  48. span {
  49. color: #313131;
  50. flex-shrink: 0;
  51. }
  52. }
  53. }
  54. .p1::before,
  55. .p2::before {
  56. content: '';
  57. display: inline-block;
  58. width: 5px;
  59. height: 5px;
  60. background: #198CFE;
  61. margin-right: 7px;
  62. border-radius: 50%;
  63. flex-shrink: 0;
  64. transform: translateY(-3px);
  65. }
  66. .p2 {
  67. padding-top: 6px;
  68. }
  69. .p2::before {
  70. background: #F44040;
  71. }
  72. }
  73. .title {
  74. font-size: max(13px, 12Px);
  75. color: #777777;
  76. flex-shrink: 0;
  77. }
  78. .text {
  79. font-size: max(13px, 12Px);
  80. font-weight: 500;
  81. color: #333333;
  82. line-height: 22px;
  83. display: flex;
  84. align-items: baseline;
  85. }
  86. }
  87. .stitcTitle {
  88. display: flex;
  89. align-items: center;
  90. font-size: max(20px, 16Px);
  91. font-family: PingFangSC, PingFang SC;
  92. font-weight: 600;
  93. color: #000000;
  94. line-height: 28px;
  95. padding-bottom: 30px;
  96. &::before {
  97. content: '';
  98. display: inline-block;
  99. width: 4px;
  100. height: 14px;
  101. background: #198CFE;
  102. border-radius: 2px;
  103. margin-right: 8px;
  104. }
  105. }
  106. .stitcConent {
  107. :global {
  108. .n-progress {
  109. width: 116Px;
  110. }
  111. }
  112. .contentRect {
  113. text-align: center;
  114. .text {
  115. padding-top: 5px;
  116. font-size: 12Px;
  117. font-family: PingFangSC, PingFang SC;
  118. font-weight: 400;
  119. color: #777777;
  120. line-height: 17px;
  121. }
  122. }
  123. .nums {
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. font-size: max(26px, 18Px);
  128. font-family: DINAlternate, DINAlternate;
  129. font-weight: bold;
  130. color: #000000;
  131. line-height: 30px;
  132. i {
  133. font-style: normal;
  134. font-size: max(20px, 14Px);
  135. }
  136. span {
  137. font-size: 12Px;
  138. font-family: PingFangSC, PingFang SC;
  139. font-weight: 500;
  140. color: #333333;
  141. line-height: 17px;
  142. }
  143. }
  144. }
  145. }
  146. .teacherList {
  147. display: flex;
  148. // align-items: center;
  149. flex-direction: column;
  150. // margin-bottom: 32px;
  151. flex: 1;
  152. margin-right: 60px;
  153. position: relative;
  154. &::after {
  155. content: '';
  156. position: absolute;
  157. right: 0;
  158. width: 1px;
  159. height: 55%;
  160. background: #E9E9E9;
  161. top: 50%;
  162. margin-top: -60px;
  163. }
  164. .teacherHeader {
  165. width: 100px;
  166. height: 100px;
  167. padding: 4px;
  168. border-radius: 99px;
  169. background: linear-gradient(228deg,
  170. rgba(2, 186, 255, 1),
  171. rgba(0, 122, 254, 1));
  172. margin-right: 20px;
  173. .teacherHeaderBorder {
  174. width: 100%;
  175. height: 100%;
  176. background: #fff;
  177. border-radius: 99px;
  178. overflow: hidden;
  179. display: flex;
  180. flex-direction: row;
  181. align-items: center;
  182. justify-content: center;
  183. padding: 4px;
  184. }
  185. }
  186. .teacherHeaderImg {
  187. width: 84px;
  188. height: 84px;
  189. border-radius: 50%;
  190. overflow: hidden;
  191. }
  192. .workafterInfo {
  193. display: flex;
  194. justify-content: center;
  195. flex-direction: column;
  196. h4 {
  197. font-size: 22px;
  198. line-height: 30px;
  199. font-weight: 600;
  200. color: #131415;
  201. margin-bottom: 12px;
  202. }
  203. p {
  204. font-size: max(16px, 12Px);
  205. line-height: 22px;
  206. color: #777;
  207. span {
  208. color: #ea4132;
  209. }
  210. }
  211. }
  212. }
  213. .wordDetailModel {
  214. width: 1092px;
  215. }
  216. .isok {
  217. font-weight: 600;
  218. color: #333333;
  219. }
  220. .ison {
  221. font-weight: 600;
  222. color: #ea4132;
  223. }
  224. .nosub {
  225. font-weight: 600;
  226. color: #aaa;
  227. }