index.module.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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 {
  117. height: 50px;
  118. border-radius: 8Px;
  119. .n-input__input-el {
  120. height: 100%;
  121. }
  122. &.n-input--disabled {
  123. background-color: #F5F6FA;
  124. color: rgba(149, 149, 152, 1);
  125. }
  126. }
  127. .n-base-selection {
  128. border-radius: 8Px;
  129. .n-base-selection-label {
  130. height: 50px;
  131. }
  132. }
  133. .n-base-selection.n-base-selection--disabled .n-base-selection-label {
  134. background-color: #F5F6FA;
  135. color: rgba(149, 149, 152, 1);
  136. }
  137. }
  138. }
  139. }
  140. .btnList {
  141. width: 100%;
  142. padding: 20px 0;
  143. margin-top: 30px;
  144. .btn {
  145. width: 144px;
  146. height: 45px;
  147. border-radius: 8px;
  148. font-size: 18px;
  149. font-weight: 600 !important;
  150. margin-right: 24px;
  151. }
  152. }
  153. :global {
  154. .option.n-base-select-option {
  155. justify-content: center;
  156. }
  157. .option.n-base-select-option.n-base-select-option--pending::before {
  158. background-color: #198cfe !important;
  159. }
  160. .option.n-base-select-option.n-base-select-option--pending .n-base-select-option__content {
  161. color: #fff !important;
  162. text-align: center;
  163. }
  164. }
  165. .changePwdModal {
  166. border-radius: 16px;
  167. .wrap {
  168. padding: 12px 0;
  169. :global {
  170. .n-input {
  171. border-radius: 5Px;
  172. }
  173. .n-input .n-input__input-el{
  174. height: 50Px;
  175. }
  176. .n-button.n-button--disabled {
  177. background: #aaa;
  178. }
  179. }
  180. }
  181. .sendMsg {
  182. min-width: 108Px;
  183. height: 50Px;
  184. }
  185. .pwdIcon {
  186. width: 24Px;
  187. height: 24Px;
  188. cursor: pointer;
  189. }
  190. .submitBtm {
  191. width: 45%;
  192. height: 46Px;
  193. }
  194. }