index.module.less 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. .logo {
  2. position: relative;
  3. width: 100px;
  4. height: 100px;
  5. border-radius: 50%;
  6. overflow: hidden;
  7. :global {
  8. .n-image {
  9. width: 100%;
  10. height: 100%;
  11. }
  12. }
  13. .changeHead {
  14. position: absolute;
  15. left: 0;
  16. right: 0;
  17. top: 0;
  18. bottom: 0;
  19. background-color: rgba(0, 0, 0, .7);
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. font-size: 16px;
  24. color: #fff;
  25. font-weight: 600;
  26. transition: opacity .3s;
  27. border-radius: 50%;
  28. cursor: pointer;
  29. opacity: 0;
  30. &:hover {
  31. opacity: 1;
  32. }
  33. }
  34. .uploadFile {
  35. position: absolute;
  36. left: 0;
  37. right: 0;
  38. top: 0;
  39. bottom: 0;
  40. opacity: 0;
  41. }
  42. }
  43. .formWrap {
  44. :global {
  45. .n-input {
  46. width: 284px;
  47. border-radius: 8px;
  48. .n-input__input-el {
  49. height: 50px;
  50. font-size: 16px;
  51. }
  52. &.n-input--disabled {
  53. background-color: #F5F6FA;
  54. .n-input__input-el {
  55. color: rgba(0, 0, 0, 0.4);
  56. }
  57. }
  58. }
  59. .n-base-selection {
  60. height: 50px;
  61. width: 284px;
  62. border-radius: 8px;
  63. .n-base-selection-label {
  64. height: 50px;
  65. font-size: 16px;
  66. }
  67. }
  68. .n-base-selection.n-base-selection--disabled .n-base-selection-label {
  69. background-color: #F5F6FA;
  70. color: rgba(0, 0, 0, 0.4);
  71. }
  72. .n-base-selection.n-base-selection--disabled .n-base-selection-label .n-base-selection-input {
  73. color: rgba(0, 0, 0, 0.4) !important;
  74. }
  75. }
  76. }
  77. .schoolInfo {
  78. :global {
  79. .n-form-item .n-form-item-label {
  80. color: #777;
  81. }
  82. .n-button {
  83. border-radius: 8px;
  84. }
  85. .n-data-table .n-data-table-th {
  86. background: #F7F7F8;
  87. color: rgba(113, 113, 114, 1) !important;
  88. border: none;
  89. min-height: 54px;
  90. font-size: 15px;
  91. }
  92. .n-data-table.n-data-table--bordered .n-data-table-wrapper {
  93. border: none;
  94. }
  95. .n-data-table-tr .n-data-table-td .n-button__content,
  96. .n-data-table .n-data-table-td {
  97. font-weight: bold;
  98. font-size: 15px;
  99. }
  100. }
  101. .errorBtn {
  102. :global {
  103. .n-button__content {
  104. color: #FF4D4F;
  105. }
  106. }
  107. }
  108. }
  109. .addTeacher {
  110. padding: 0;
  111. border-radius: 16px;
  112. overflow: hidden;
  113. min-width: 456px;
  114. :global {
  115. .n-dialog__close {
  116. transform: translate(0, 3px);
  117. }
  118. .n-dialog__title {
  119. min-height: 70px;
  120. justify-content: center;
  121. background: #F5F6FA;
  122. }
  123. .n-form {
  124. padding: 20px 0;
  125. }
  126. .n-input {
  127. border-radius: 8px;
  128. .n-input__input-el {
  129. height: 50px;
  130. font-size: 16px;
  131. }
  132. &.n-input--disabled {
  133. background-color: #F5F6FA;
  134. color: rgba(149, 149, 152, 1);
  135. }
  136. }
  137. .n-base-selection {
  138. border-radius: 8px;
  139. .n-base-selection-label {
  140. height: 50px;
  141. font-size: 16px;
  142. }
  143. }
  144. .n-base-selection.n-base-selection--disabled .n-base-selection-label {
  145. background-color: #F5F6FA;
  146. color: rgba(149, 149, 152, 1);
  147. }
  148. .n-form-item-blank {
  149. padding-right: 30px;
  150. }
  151. .genderBtn {
  152. min-width: 84px;
  153. min-height: 37px;
  154. border-radius: 8px;
  155. }
  156. .n-form-item-label {
  157. color: #777;
  158. padding: 0;
  159. font-size: 18px;
  160. }
  161. .n-form-item-label__text {
  162. height: 50px;
  163. display: flex;
  164. align-items: center;
  165. justify-content: center;
  166. }
  167. .nalert {
  168. padding: 0 30px;
  169. .n-alert {
  170. background: #FFE8E8;
  171. text-align: center;
  172. }
  173. .n-alert-body .n-alert-body__content {
  174. color: #EA4132;
  175. font-size: 14px;
  176. }
  177. }
  178. .actionBtn {
  179. width: 156px;
  180. height: 47px;
  181. font-size: 18px;
  182. }
  183. }
  184. }
  185. .btnList {
  186. width: 100%;
  187. .btn {
  188. width: 144px;
  189. height: 45px;
  190. border-radius: 8px;
  191. font-size: 18px;
  192. font-weight: 600 !important;
  193. margin-right: 24px;
  194. }
  195. }
  196. .addStudentWrap {
  197. position: relative;
  198. width: 378px;
  199. height: 631px;
  200. margin: 120px auto 0;
  201. .studentCLose {
  202. cursor: pointer;
  203. position: absolute;
  204. right: -67px;
  205. top: -54px;
  206. width: 42px;
  207. height: 42px;
  208. z-index: 100;
  209. }
  210. .stunentStart {
  211. position: absolute;
  212. width: 556px;
  213. height: 246px;
  214. left: -70px;
  215. top: -98px;
  216. img {
  217. width: 556px;
  218. height: 246px;
  219. }
  220. }
  221. .addTitle {
  222. width: 212px;
  223. height: 40px;
  224. top: -9px;
  225. position: absolute;
  226. margin: 0 auto;
  227. left: 50%;
  228. margin-left: -106px;
  229. z-index: 100;
  230. img {
  231. width: 212px;
  232. height: 40px;
  233. }
  234. &.addTeacherTitle {
  235. top: -12px;
  236. height: 40px;
  237. img {
  238. height: 40px
  239. }
  240. }
  241. }
  242. .addStudentInfo {
  243. width: 378px;
  244. height: 631px;
  245. position: relative;
  246. display: flex;
  247. flex-direction: column;
  248. align-items: center;
  249. .studentInfoBg {
  250. position: absolute;
  251. width: 378px;
  252. height: 631px;
  253. img {
  254. left: 0;
  255. top: 0;
  256. width: 378px;
  257. height: 631px;
  258. }
  259. }
  260. .studentCore {
  261. position: absolute;
  262. bottom: 27px;
  263. left: 24px;
  264. width: 330px;
  265. height: 339px;
  266. background: rgba(255, 255, 255, 0.33);
  267. border-radius: 17px;
  268. border: 2px solid #ffffff;
  269. backdrop-filter: blur(17px);
  270. display: flex;
  271. flex-direction: column;
  272. align-items: center;
  273. .schoolLogo {
  274. width: 67px;
  275. height: 67px;
  276. margin-top: -34px;
  277. border: 1px solid #fff;
  278. border-radius: 50%;
  279. z-index: 100;
  280. overflow: hidden;
  281. background-color: #fff;
  282. position: absolute;
  283. }
  284. .studentCoreInfo {
  285. margin-top: 6px;
  286. width: 314px;
  287. height: 323px;
  288. background: #ffffff;
  289. border-radius: 14px;
  290. display: flex;
  291. flex-direction: column;
  292. align-items: center;
  293. h2 {
  294. margin-top: 37px;
  295. height: 22px;
  296. font-size: 16px;
  297. font-weight: 600;
  298. color: #000000;
  299. line-height: 22px;
  300. margin-bottom: 6px;
  301. overflow: hidden;
  302. text-overflow: ellipsis;
  303. white-space: nowrap;
  304. }
  305. .studentCoreInfoSubtitle {
  306. font-size: 14px;
  307. font-weight: 400;
  308. color: #000000;
  309. span {
  310. color: #198cfe;
  311. font-weight: 600;
  312. }
  313. }
  314. .codewrap {
  315. width: 147px;
  316. height: 145px;
  317. // background: url(./images/cordWrap.png) no-repeat;
  318. position: relative;
  319. // background-size: 147px 145px;
  320. margin: 16px 0 18px;
  321. display: flex;
  322. flex-direction: column;
  323. align-items: center;
  324. justify-content: center;
  325. .codewrapBg {
  326. width: 147px !important;
  327. height: 145px !important;
  328. top: 0;
  329. left: 0;
  330. position: absolute;
  331. }
  332. // img {
  333. // }
  334. }
  335. .codewrapSubmit {
  336. width: 213px;
  337. height: 35px;
  338. // background: linear-gradient(135deg, #d1fdf9 0%, #d6eeff 100%);
  339. // box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.62);
  340. border-radius: 18px;
  341. text-align: center;
  342. line-height: 35px;
  343. font-size: 14px;
  344. color: #117de9;
  345. position: relative;
  346. img {
  347. position: absolute;
  348. left: 0;
  349. top: 0;
  350. width: 213px;
  351. height: 35px;
  352. }
  353. span {
  354. font-weight: 600;
  355. }
  356. }
  357. }
  358. }
  359. }
  360. .studentBottom {
  361. width: 420px;
  362. position: absolute;
  363. left: -21px;
  364. bottom: -120px;
  365. display: flex;
  366. flex-direction: column;
  367. align-items: center;
  368. p {
  369. text-align: center;
  370. font-size: 16px;
  371. color: #ffffff;
  372. margin-bottom: 30px;
  373. }
  374. .downBtn {
  375. width: 256px;
  376. height: 54px;
  377. background: linear-gradient(291deg, #02BAFF 0%, #007AFE 100%);
  378. border-radius: 30px;
  379. line-height: 54px;
  380. font-size: 22px;
  381. font-weight: 600;
  382. text-align: center;
  383. color: #fff;
  384. cursor: pointer;
  385. }
  386. }
  387. }