index.module.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. .input {
  38. border-radius: 8px;
  39. min-height: 43px;
  40. min-width: 240px;
  41. }
  42. .schoolInfo {
  43. :global {
  44. .n-form-item .n-form-item-label {
  45. color: #777;
  46. }
  47. .n-button {
  48. border-radius: 8px;
  49. }
  50. .n-data-table .n-data-table-th {
  51. background: #F7F7F8;
  52. color: rgba(113, 113, 114, 1) !important;
  53. border: none;
  54. min-height: 54Px;
  55. font-size: 15Px;
  56. }
  57. .n-data-table.n-data-table--bordered .n-data-table-wrapper {
  58. border: none;
  59. }
  60. .n-data-table-tr .n-data-table-td .n-button__content,
  61. .n-data-table .n-data-table-td {
  62. font-weight: bold;
  63. font-size: 15Px;
  64. }
  65. }
  66. .errorBtn {
  67. :global {
  68. .n-button__content {
  69. color: #FF4D4F;
  70. }
  71. }
  72. }
  73. }
  74. .addTeacher {
  75. padding: 0;
  76. border-radius: 16Px;
  77. overflow: hidden;
  78. min-width: 456Px;
  79. :global {
  80. .n-dialog__close {
  81. transform: translate(0, 3Px);
  82. }
  83. .n-dialog__title {
  84. min-height: 70Px;
  85. justify-content: center;
  86. background: #F5F6FA;
  87. }
  88. .n-form {
  89. padding: 20Px 0;
  90. }
  91. .n-input {
  92. min-height: 53Px;
  93. border-radius: 8Px;
  94. .n-input__input-el {
  95. height: 100%;
  96. }
  97. }
  98. .n-form-item-blank {
  99. padding-right: 30Px;
  100. min-height: 53Px;
  101. }
  102. .genderBtn {
  103. min-width: 84Px;
  104. min-height: 37Px;
  105. border-radius: 8Px;
  106. }
  107. .n-form-item-label {
  108. color: #777;
  109. padding: 0;
  110. font-size: 18Px;
  111. }
  112. .n-form-item-label__text {
  113. min-height: 53Px;
  114. display: flex;
  115. align-items: center;
  116. justify-content: center;
  117. }
  118. .nalert {
  119. padding: 0 30Px;
  120. .n-alert {
  121. background: #FFE8E8;
  122. text-align: center;
  123. }
  124. .n-alert-body .n-alert-body__content {
  125. color: #EA4132;
  126. }
  127. }
  128. .actionBtn {
  129. width: 156Px;
  130. height: 47Px;
  131. font-size: 18Px;
  132. }
  133. }
  134. }
  135. .btnList {
  136. width: 100%;
  137. .btn {
  138. width: 144px;
  139. border-radius: 8px;
  140. font-size: 18px;
  141. font-weight: 600 !important;
  142. margin-right: 24px;
  143. }
  144. }