index.module.less 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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, .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 .3s;
  70. cursor: pointer;
  71. }
  72. .uploadFile {
  73. position: absolute;
  74. left: 0;
  75. right: 0;
  76. top: 0;
  77. bottom: 0;
  78. opacity: 0;
  79. }
  80. }
  81. .headerInfo {
  82. .headerTitle {
  83. font-size: 22px;
  84. font-weight: 600;
  85. color: #131415;
  86. line-height: 28px;
  87. letter-spacing: 1px;
  88. margin: 18px 0 8px;
  89. text-align: center;
  90. display: flex;
  91. flex-direction: row;
  92. justify-content: center;
  93. align-items: center;
  94. .sexIcon {
  95. width: 12px;
  96. height: 21px;
  97. margin-left: 5px;
  98. }
  99. }
  100. .headerSubTitle {
  101. font-size: 16px;
  102. font-weight: 400;
  103. color: #707a92;
  104. line-height: 20px;
  105. }
  106. }
  107. }
  108. .setInfo {
  109. margin-top: 64px;
  110. width: 1172px;
  111. :global {
  112. .n-form-item-label {
  113. font-size: 15px;
  114. color: rgba(0, 0, 0, 0.8);
  115. }
  116. .n-input.n-input--disabled {
  117. background-color: #f5f6fa;
  118. color: rgba(0, 0, 0, 0.4);
  119. border: none;
  120. }
  121. .n-input {
  122. border-radius: 8px;
  123. }
  124. .n-input__input-el {
  125. height: 55Px;
  126. line-height: 55Px;
  127. border-radius: 8px;
  128. }
  129. .n-base-selection .n-base-selection-label{
  130. height: 55Px;
  131. }
  132. }
  133. }
  134. }
  135. .btnList {
  136. width: 100%;
  137. padding: 20px 0;
  138. margin-top: 30px;
  139. .btn {
  140. width: 144px;
  141. height: 45px;
  142. border-radius: 8px;
  143. font-size: 18px;
  144. font-weight: 600 !important;
  145. margin-right: 24px;
  146. }
  147. }
  148. :global {
  149. .option.n-base-select-option {
  150. justify-content: center;
  151. }
  152. .option.n-base-select-option.n-base-select-option--pending::before {
  153. background-color: #198cfe !important;
  154. }
  155. .option.n-base-select-option.n-base-select-option--pending .n-base-select-option__content {
  156. color: #fff !important;
  157. text-align: center;
  158. }
  159. }
  160. .select{
  161. :globla{
  162. .n-base-selection{
  163. height: 53Px;
  164. }
  165. }
  166. }
  167. .changePwdModal {
  168. border-radius: 16px;
  169. .wrap{
  170. padding: 12px 0;
  171. :global{
  172. .n-input{
  173. border-radius: 8px;
  174. }
  175. .n-input .n-input__input-el{
  176. height: 53Px;
  177. }
  178. .n-button.n-button--disabled{
  179. background: #aaa;
  180. }
  181. }
  182. }
  183. .sendMsg{
  184. height: 53px;
  185. min-width: 108px;
  186. }
  187. .pwdIcon {
  188. width: 24px;
  189. height: 24px;
  190. cursor: pointer;
  191. }
  192. .submitBtm{
  193. width: 45%;
  194. height: 47px;
  195. }
  196. }