index.module.less 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. @img: './images';
  2. .listWrap {
  3. min-height: 805px;
  4. padding: 32px;
  5. background-color: #fff;
  6. border-radius: 20px;
  7. .customTabs {
  8. :global {
  9. .n-tabs-tab--active {
  10. font-size: 18px !important;
  11. font-weight: 600 !important;
  12. color: #131415 !important;
  13. }
  14. .n-tabs-tab {
  15. font-size: 18px;
  16. padding: 8px 0 !important;
  17. font-weight: 400;
  18. min-width: 50px;
  19. color: #8b8d98;
  20. &:hover {
  21. color: #198cfe !important;
  22. }
  23. }
  24. .n-tabs-bar {
  25. // background-color: red !important;
  26. width: 50px !important;
  27. height: 5px !important;
  28. background: url('@{img}/barIcon.png') no-repeat;
  29. background-size: 50px 5px;
  30. }
  31. }
  32. }
  33. }
  34. .infoWrap {
  35. height: 100%;
  36. padding-top: 100px;
  37. display: flex;
  38. flex-direction: column;
  39. align-items: center;
  40. .teacherInfoWrap {
  41. display: flex;
  42. flex-direction: column;
  43. align-items: center;
  44. .teacherHeadWrap {
  45. position: relative;
  46. width: 236px;
  47. height: 132px;
  48. .headerD {
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .defultHeade {
  53. width: 116px;
  54. height: 116px;
  55. overflow: hidden;
  56. border-radius: 50%;
  57. position: absolute;
  58. top: 8px;
  59. left: 60px;
  60. }
  61. .changeHead {
  62. background-color: rgba(0, 0, 0, 0.7);
  63. display: flex;
  64. justify-content: center;
  65. align-items: center;
  66. font-size: 16px;
  67. color: #fff;
  68. font-weight: 600;
  69. transition: opacity 0.3s;
  70. cursor: pointer;
  71. }
  72. .disalbedNone {
  73. display: none;
  74. }
  75. .hoverNone {
  76. background: transparent;
  77. color: transparent;
  78. transition: all 0.3s;
  79. &:hover {
  80. background-color: rgba(0, 0, 0, 0.7);
  81. color: #fff;
  82. transition: all 0.3s;
  83. }
  84. }
  85. .uploadFile {
  86. position: absolute;
  87. left: 0;
  88. right: 0;
  89. top: 0;
  90. bottom: 0;
  91. opacity: 0;
  92. }
  93. }
  94. .headerInfo {
  95. .headerTitle {
  96. font-size: 22px;
  97. font-weight: 600;
  98. color: #131415;
  99. line-height: 28px;
  100. letter-spacing: 1px;
  101. margin: 18px 0 8px;
  102. text-align: center;
  103. display: flex;
  104. flex-direction: row;
  105. justify-content: center;
  106. align-items: center;
  107. .sexIcon {
  108. width: 12px;
  109. height: 21px;
  110. margin-left: 5px;
  111. }
  112. }
  113. .headerSubTitle {
  114. font-size: 16px;
  115. font-weight: 400;
  116. color: #707a92;
  117. line-height: 20px;
  118. text-align: center;
  119. }
  120. }
  121. }
  122. .setInfo {
  123. margin-top: 64px;
  124. width: 1172px;
  125. :global {
  126. .n-form-item {
  127. min-width: 200Px;
  128. }
  129. .n-form-item-label {
  130. font-size: 15px;
  131. color: rgba(0, 0, 0, 0.8);
  132. }
  133. .n-input {
  134. border-radius: 8Px;
  135. .n-input__input-el {
  136. height: 50Px;
  137. font-size: 16Px;
  138. }
  139. &.n-input--disabled {
  140. .n-input__input-el {
  141. background-color: #F5F6FA;
  142. color: rgba(0, 0, 0, 0.4);
  143. }
  144. }
  145. }
  146. .n-base-selection {
  147. height: 50Px;
  148. border-radius: 8Px;
  149. .n-base-selection-label {
  150. height: 50Px;
  151. font-size: 16Px;
  152. }
  153. }
  154. .n-base-selection.n-base-selection--disabled .n-base-selection-label {
  155. background-color: #F5F6FA;
  156. color: rgba(0, 0, 0, 0.4) !important;
  157. }
  158. .n-base-selection.n-base-selection--disabled .n-base-selection-label .n-base-selection-input {
  159. color: rgba(0, 0, 0, 0.4) !important;
  160. }
  161. }
  162. }
  163. }
  164. .btnList {
  165. width: 100%;
  166. padding: 20px 0;
  167. margin-top: 30px;
  168. .btn {
  169. width: 144Px;
  170. height: 45Px;
  171. border-radius: 8Px;
  172. font-size: 18Px;
  173. font-weight: 600 !important;
  174. margin-right: 24Px;
  175. }
  176. }
  177. :global {
  178. .option.n-base-select-option {
  179. justify-content: center;
  180. }
  181. .option.n-base-select-option.n-base-select-option--pending::before {
  182. background-color: #198cfe !important;
  183. }
  184. .option.n-base-select-option.n-base-select-option--pending .n-base-select-option__content {
  185. color: #fff !important;
  186. text-align: center;
  187. }
  188. }
  189. .changePwdModal {
  190. border-radius: 16px;
  191. .wrap {
  192. padding: 12px 0;
  193. :global {
  194. .n-input {
  195. border-radius: 5Px;
  196. }
  197. .n-input .n-input__input-el {
  198. height: 50Px;
  199. }
  200. .n-button.n-button--disabled {
  201. background: #aaa;
  202. }
  203. }
  204. }
  205. .sendMsg {
  206. min-width: 108Px;
  207. height: 50Px;
  208. }
  209. .pwdIcon {
  210. width: 24Px;
  211. height: 24Px;
  212. cursor: pointer;
  213. }
  214. .submitBtm {
  215. width: 45%;
  216. height: 46Px;
  217. }
  218. }
  219. .wrap {
  220. padding: 12px 0;
  221. :global {
  222. .n-input {
  223. border-radius: 8px;
  224. }
  225. .n-input .n-input__input-el {
  226. height: 53px;
  227. }
  228. .n-button.n-button--disabled {
  229. background: #aaa;
  230. }
  231. }
  232. }
  233. .sendMsg {
  234. height: 53px;
  235. min-width: 108px;
  236. }
  237. .pwdIcon {
  238. width: 24px;
  239. height: 24px;
  240. cursor: pointer;
  241. }
  242. .submitBtm {
  243. width: 45%;
  244. height: 47px;
  245. }