index.module.less 7.9 KB

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