index.module.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. .logo {
  2. position: relative;
  3. width: 100Px;
  4. height: 100Px;
  5. border-radius: 50%;
  6. overflow: hidden;
  7. .changeHead {
  8. position: absolute;
  9. left: 0;
  10. right: 0;
  11. top: 0;
  12. bottom: 0;
  13. background-color: rgba(0, 0, 0, .7);
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. font-size: 16px;
  18. color: #fff;
  19. font-weight: 600;
  20. transition: opacity .3s;
  21. border-radius: 50%;
  22. cursor: pointer;
  23. opacity: 0;
  24. &:hover {
  25. opacity: 1;
  26. }
  27. }
  28. .uploadFile {
  29. position: absolute;
  30. left: 0;
  31. right: 0;
  32. top: 0;
  33. bottom: 0;
  34. opacity: 0;
  35. }
  36. }
  37. .formWrap {
  38. :global {
  39. .n-input {
  40. width: 284Px;
  41. border-radius: 8Px;
  42. .n-input__input-el {
  43. height: 50Px;
  44. font-size: 16Px;
  45. }
  46. &.n-input--disabled {
  47. background-color: #F5F6FA;
  48. color: rgba(149, 149, 152, 1);
  49. }
  50. }
  51. .n-base-selection {
  52. height: 50Px;
  53. width: 284Px;
  54. border-radius: 8Px;
  55. .n-base-selection-label {
  56. height: 50Px;
  57. font-size: 16Px;
  58. }
  59. }
  60. .n-base-selection.n-base-selection--disabled .n-base-selection-label {
  61. background-color: #F5F6FA;
  62. color: rgba(149, 149, 152, 1);
  63. }
  64. }
  65. }
  66. .schoolInfo {
  67. :global {
  68. .n-form-item .n-form-item-label {
  69. color: #777;
  70. }
  71. .n-button {
  72. border-radius: 8px;
  73. }
  74. .n-data-table .n-data-table-th {
  75. background: #F7F7F8;
  76. color: rgba(113, 113, 114, 1) !important;
  77. border: none;
  78. min-height: 54Px;
  79. font-size: 15Px;
  80. }
  81. .n-data-table.n-data-table--bordered .n-data-table-wrapper {
  82. border: none;
  83. }
  84. .n-data-table-tr .n-data-table-td .n-button__content,
  85. .n-data-table .n-data-table-td {
  86. font-weight: bold;
  87. font-size: 15Px;
  88. }
  89. }
  90. .errorBtn {
  91. :global {
  92. .n-button__content {
  93. color: #FF4D4F;
  94. }
  95. }
  96. }
  97. }
  98. .addTeacher {
  99. padding: 0;
  100. border-radius: 16Px;
  101. overflow: hidden;
  102. min-width: 456Px;
  103. :global {
  104. .n-dialog__close {
  105. transform: translate(0, 3Px);
  106. }
  107. .n-dialog__title {
  108. min-height: 70Px;
  109. justify-content: center;
  110. background: #F5F6FA;
  111. }
  112. .n-form {
  113. padding: 20Px 0;
  114. }
  115. .n-input {
  116. border-radius: 8Px;
  117. .n-input__input-el {
  118. height: 50Px;
  119. font-size: 16Px;
  120. }
  121. &.n-input--disabled {
  122. background-color: #F5F6FA;
  123. color: rgba(149, 149, 152, 1);
  124. }
  125. }
  126. .n-base-selection {
  127. border-radius: 8Px;
  128. .n-base-selection-label {
  129. height: 50Px;
  130. font-size: 16Px;
  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. .n-form-item-blank {
  138. padding-right: 30Px;
  139. }
  140. .genderBtn {
  141. min-width: 84Px;
  142. min-height: 37Px;
  143. border-radius: 8Px;
  144. }
  145. .n-form-item-label {
  146. color: #777;
  147. padding: 0;
  148. font-size: 18Px;
  149. }
  150. .n-form-item-label__text {
  151. height: 50Px;
  152. display: flex;
  153. align-items: center;
  154. justify-content: center;
  155. }
  156. .nalert {
  157. padding: 0 30Px;
  158. .n-alert {
  159. background: #FFE8E8;
  160. text-align: center;
  161. }
  162. .n-alert-body .n-alert-body__content {
  163. color: #EA4132;
  164. font-size: 14Px;
  165. }
  166. }
  167. .actionBtn {
  168. width: 156Px;
  169. height: 47Px;
  170. font-size: 18Px;
  171. }
  172. }
  173. }
  174. .btnList {
  175. width: 100%;
  176. .btn {
  177. width: 144Px;
  178. height: 45Px;
  179. border-radius: 8Px;
  180. font-size: 18Px;
  181. font-weight: 600 !important;
  182. margin-right: 24Px;
  183. }
  184. }