|
@@ -1,221 +1,444 @@
|
|
|
.logo {
|
|
|
- position: relative;
|
|
|
- width: 100Px;
|
|
|
- height: 100Px;
|
|
|
+ position: relative;
|
|
|
+ width: 100Px;
|
|
|
+ height: 100Px;
|
|
|
+ border-radius: 50%;
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ .changeHead {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ background-color: rgba(0, 0, 0, .7);
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+ font-weight: 600;
|
|
|
+ transition: opacity .3s;
|
|
|
border-radius: 50%;
|
|
|
- overflow: hidden;
|
|
|
+ cursor: pointer;
|
|
|
+ opacity: 0;
|
|
|
|
|
|
- .changeHead {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- bottom: 0;
|
|
|
- background-color: rgba(0, 0, 0, .7);
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- font-size: 16px;
|
|
|
- color: #fff;
|
|
|
- font-weight: 600;
|
|
|
- transition: opacity .3s;
|
|
|
- border-radius: 50%;
|
|
|
- cursor: pointer;
|
|
|
- opacity: 0;
|
|
|
-
|
|
|
- &:hover {
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .uploadFile {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- bottom: 0;
|
|
|
- opacity: 0;
|
|
|
+ &:hover {
|
|
|
+ opacity: 1;
|
|
|
}
|
|
|
+ }
|
|
|
+
|
|
|
+ .uploadFile {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.formWrap {
|
|
|
- :global {
|
|
|
- .n-input {
|
|
|
- width: 284Px;
|
|
|
- border-radius: 8Px;
|
|
|
-
|
|
|
- .n-input__input-el {
|
|
|
- height: 50Px;
|
|
|
- font-size: 16Px;
|
|
|
- }
|
|
|
-
|
|
|
- &.n-input--disabled {
|
|
|
- background-color: #F5F6FA;
|
|
|
- color: rgba(149, 149, 152, 1);
|
|
|
- }
|
|
|
- }
|
|
|
+ :global {
|
|
|
+ .n-input {
|
|
|
+ width: 284Px;
|
|
|
+ border-radius: 8Px;
|
|
|
+
|
|
|
+ .n-input__input-el {
|
|
|
+ height: 50Px;
|
|
|
+ font-size: 16Px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.n-input--disabled {
|
|
|
+ background-color: #F5F6FA;
|
|
|
+ color: rgba(149, 149, 152, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .n-base-selection {
|
|
|
- height: 50Px;
|
|
|
- width: 284Px;
|
|
|
- border-radius: 8Px;
|
|
|
+ .n-base-selection {
|
|
|
+ height: 50Px;
|
|
|
+ width: 284Px;
|
|
|
+ border-radius: 8Px;
|
|
|
|
|
|
- .n-base-selection-label {
|
|
|
- height: 50Px;
|
|
|
- font-size: 16Px;
|
|
|
- }
|
|
|
- }
|
|
|
+ .n-base-selection-label {
|
|
|
+ height: 50Px;
|
|
|
+ font-size: 16Px;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .n-base-selection.n-base-selection--disabled .n-base-selection-label {
|
|
|
- background-color: #F5F6FA;
|
|
|
- color: rgba(149, 149, 152, 1);
|
|
|
- }
|
|
|
+ .n-base-selection.n-base-selection--disabled .n-base-selection-label {
|
|
|
+ background-color: #F5F6FA;
|
|
|
+ color: rgba(149, 149, 152, 1);
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.schoolInfo {
|
|
|
- :global {
|
|
|
- .n-form-item .n-form-item-label {
|
|
|
- color: #777;
|
|
|
- }
|
|
|
+ :global {
|
|
|
+ .n-form-item .n-form-item-label {
|
|
|
+ color: #777;
|
|
|
+ }
|
|
|
|
|
|
- .n-button {
|
|
|
- border-radius: 8px;
|
|
|
- }
|
|
|
+ .n-button {
|
|
|
+ border-radius: 8px;
|
|
|
+ }
|
|
|
|
|
|
- .n-data-table .n-data-table-th {
|
|
|
+ .n-data-table .n-data-table-th {
|
|
|
|
|
|
- background: #F7F7F8;
|
|
|
- color: rgba(113, 113, 114, 1) !important;
|
|
|
- border: none;
|
|
|
- min-height: 54Px;
|
|
|
- font-size: 15Px;
|
|
|
- }
|
|
|
+ background: #F7F7F8;
|
|
|
+ color: rgba(113, 113, 114, 1) !important;
|
|
|
+ border: none;
|
|
|
+ min-height: 54Px;
|
|
|
+ font-size: 15Px;
|
|
|
+ }
|
|
|
|
|
|
- .n-data-table.n-data-table--bordered .n-data-table-wrapper {
|
|
|
- border: none;
|
|
|
- }
|
|
|
+ .n-data-table.n-data-table--bordered .n-data-table-wrapper {
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
|
|
|
- .n-data-table-tr .n-data-table-td .n-button__content,
|
|
|
- .n-data-table .n-data-table-td {
|
|
|
- font-weight: bold;
|
|
|
- font-size: 15Px;
|
|
|
- }
|
|
|
+ .n-data-table-tr .n-data-table-td .n-button__content,
|
|
|
+ .n-data-table .n-data-table-td {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 15Px;
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- .errorBtn {
|
|
|
- :global {
|
|
|
- .n-button__content {
|
|
|
- color: #FF4D4F;
|
|
|
- }
|
|
|
- }
|
|
|
+ .errorBtn {
|
|
|
+ :global {
|
|
|
+ .n-button__content {
|
|
|
+ color: #FF4D4F;
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.addTeacher {
|
|
|
- padding: 0;
|
|
|
- border-radius: 16Px;
|
|
|
- overflow: hidden;
|
|
|
- min-width: 456Px;
|
|
|
+ padding: 0;
|
|
|
+ border-radius: 16Px;
|
|
|
+ overflow: hidden;
|
|
|
+ min-width: 456Px;
|
|
|
+
|
|
|
+ :global {
|
|
|
+ .n-dialog__close {
|
|
|
+ transform: translate(0, 3Px);
|
|
|
+ }
|
|
|
|
|
|
- :global {
|
|
|
- .n-dialog__close {
|
|
|
- transform: translate(0, 3Px);
|
|
|
- }
|
|
|
+ .n-dialog__title {
|
|
|
+ min-height: 70Px;
|
|
|
+ justify-content: center;
|
|
|
+ background: #F5F6FA;
|
|
|
+ }
|
|
|
|
|
|
- .n-dialog__title {
|
|
|
- min-height: 70Px;
|
|
|
- justify-content: center;
|
|
|
- background: #F5F6FA;
|
|
|
- }
|
|
|
+ .n-form {
|
|
|
+ padding: 20Px 0;
|
|
|
+ }
|
|
|
|
|
|
- .n-form {
|
|
|
- padding: 20Px 0;
|
|
|
- }
|
|
|
+ .n-input {
|
|
|
+ border-radius: 8Px;
|
|
|
|
|
|
- .n-input {
|
|
|
- border-radius: 8Px;
|
|
|
+ .n-input__input-el {
|
|
|
+ height: 50Px;
|
|
|
+ font-size: 16Px;
|
|
|
+ }
|
|
|
|
|
|
- .n-input__input-el {
|
|
|
- height: 50Px;
|
|
|
- font-size: 16Px;
|
|
|
- }
|
|
|
+ &.n-input--disabled {
|
|
|
+ background-color: #F5F6FA;
|
|
|
+ color: rgba(149, 149, 152, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- &.n-input--disabled {
|
|
|
- background-color: #F5F6FA;
|
|
|
- color: rgba(149, 149, 152, 1);
|
|
|
- }
|
|
|
- }
|
|
|
+ .n-base-selection {
|
|
|
+ border-radius: 8Px;
|
|
|
|
|
|
- .n-base-selection {
|
|
|
- border-radius: 8Px;
|
|
|
+ .n-base-selection-label {
|
|
|
+ height: 50Px;
|
|
|
+ font-size: 16Px;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .n-base-selection-label {
|
|
|
- height: 50Px;
|
|
|
- font-size: 16Px;
|
|
|
- }
|
|
|
- }
|
|
|
+ .n-base-selection.n-base-selection--disabled .n-base-selection-label {
|
|
|
+ background-color: #F5F6FA;
|
|
|
+ color: rgba(149, 149, 152, 1);
|
|
|
+ }
|
|
|
|
|
|
- .n-base-selection.n-base-selection--disabled .n-base-selection-label {
|
|
|
- background-color: #F5F6FA;
|
|
|
- color: rgba(149, 149, 152, 1);
|
|
|
- }
|
|
|
+ .n-form-item-blank {
|
|
|
+ padding-right: 30Px;
|
|
|
+ }
|
|
|
|
|
|
- .n-form-item-blank {
|
|
|
- padding-right: 30Px;
|
|
|
- }
|
|
|
+ .genderBtn {
|
|
|
+ min-width: 84Px;
|
|
|
+ min-height: 37Px;
|
|
|
+ border-radius: 8Px;
|
|
|
+ }
|
|
|
|
|
|
- .genderBtn {
|
|
|
- min-width: 84Px;
|
|
|
- min-height: 37Px;
|
|
|
- border-radius: 8Px;
|
|
|
- }
|
|
|
+ .n-form-item-label {
|
|
|
+ color: #777;
|
|
|
+ padding: 0;
|
|
|
+ font-size: 18Px;
|
|
|
+ }
|
|
|
|
|
|
- .n-form-item-label {
|
|
|
- color: #777;
|
|
|
- padding: 0;
|
|
|
- font-size: 18Px;
|
|
|
+ .n-form-item-label__text {
|
|
|
+ height: 50Px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nalert {
|
|
|
+ padding: 0 30Px;
|
|
|
+
|
|
|
+ .n-alert {
|
|
|
+ background: #FFE8E8;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .n-alert-body .n-alert-body__content {
|
|
|
+ color: #EA4132;
|
|
|
+ font-size: 14Px;
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .actionBtn {
|
|
|
+ width: 156Px;
|
|
|
+ height: 47Px;
|
|
|
+ font-size: 18Px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.btnList {
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ .btn {
|
|
|
+ width: 144Px;
|
|
|
+ height: 45Px;
|
|
|
+ border-radius: 8Px;
|
|
|
+ font-size: 18Px;
|
|
|
+ font-weight: 600 !important;
|
|
|
+ margin-right: 24Px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.addStudentWrap {
|
|
|
+ position: relative;
|
|
|
+ width: 378px;
|
|
|
+ height: 631px;
|
|
|
+ margin: 120px auto 0;
|
|
|
+
|
|
|
+ .studentCLose {
|
|
|
+ cursor: pointer;
|
|
|
+ position: absolute;
|
|
|
+ right: -67px;
|
|
|
+ top: -54px;
|
|
|
+ width: 42px;
|
|
|
+ height: 42px;
|
|
|
+ z-index: 100;
|
|
|
+ }
|
|
|
+
|
|
|
+ .stunentStart {
|
|
|
+ position: absolute;
|
|
|
+ width: 556px;
|
|
|
+ height: 246px;
|
|
|
+ left: -70px;
|
|
|
+ top: -98px;
|
|
|
+
|
|
|
+ img {
|
|
|
+ width: 556px;
|
|
|
+ height: 246px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .addTitle {
|
|
|
+ width: 230px;
|
|
|
+ height: 48px;
|
|
|
+ top: -9px;
|
|
|
+ position: absolute;
|
|
|
+ margin: 0 auto;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -115px;
|
|
|
+ z-index: 100;
|
|
|
+
|
|
|
+ img {
|
|
|
+ width: 230px;
|
|
|
+ height: 48px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .addStudentInfo {
|
|
|
+ width: 378px;
|
|
|
+ height: 631px;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .studentInfoBg {
|
|
|
+ position: absolute;
|
|
|
+ width: 378px;
|
|
|
+ height: 631px;
|
|
|
+
|
|
|
+ img {
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 378px;
|
|
|
+ height: 631px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ .studentCore {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 27px;
|
|
|
+ left: 24px;
|
|
|
+ width: 330px;
|
|
|
+ height: 339px;
|
|
|
+ background: rgba(255, 255, 255, 0.33);
|
|
|
+ border-radius: 17px;
|
|
|
+ border: 2px solid #ffffff;
|
|
|
+ backdrop-filter: blur(17px);
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .schoolLogo {
|
|
|
+ width: 67px;
|
|
|
+ height: 67px;
|
|
|
+ margin-top: -34px;
|
|
|
+ border: 1px solid #fff;
|
|
|
+ border-radius: 50%;
|
|
|
+ z-index: 100;
|
|
|
+ overflow: hidden;
|
|
|
+ background-color: #fff;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+
|
|
|
+ .studentCoreInfo {
|
|
|
+ margin-top: 6px;
|
|
|
+ width: 314px;
|
|
|
+ height: 323px;
|
|
|
+ background: #ffffff;
|
|
|
+ border-radius: 17px;
|
|
|
+
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ h2 {
|
|
|
+ margin-top: 37px;
|
|
|
+ height: 22px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #000000;
|
|
|
+ line-height: 22px;
|
|
|
+ margin-bottom: 6px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
- .n-form-item-label__text {
|
|
|
- height: 50Px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
+ .studentCoreInfoSubtitle {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #000000;
|
|
|
+
|
|
|
+ span {
|
|
|
+ color: #198cfe;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- .nalert {
|
|
|
- padding: 0 30Px;
|
|
|
+ .codewrap {
|
|
|
+ width: 147px;
|
|
|
+ height: 145px;
|
|
|
+ // background: url(./images/cordWrap.png) no-repeat;
|
|
|
+ position: relative;
|
|
|
+ // background-size: 147px 145px;
|
|
|
+ margin: 16px 0 18px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+
|
|
|
+ .codewrapBg {
|
|
|
+ width: 147px !important;
|
|
|
+ height: 145px !important;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+
|
|
|
+ // img {
|
|
|
+
|
|
|
+ // }
|
|
|
|
|
|
- .n-alert {
|
|
|
- background: #FFE8E8;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
|
|
|
- .n-alert-body .n-alert-body__content {
|
|
|
- color: #EA4132;
|
|
|
- font-size: 14Px;
|
|
|
- }
|
|
|
-
|
|
|
}
|
|
|
|
|
|
- .actionBtn {
|
|
|
- width: 156Px;
|
|
|
- height: 47Px;
|
|
|
- font-size: 18Px;
|
|
|
+
|
|
|
+ .codewrapSubmit {
|
|
|
+ width: 213px;
|
|
|
+ height: 35px;
|
|
|
+ // background: linear-gradient(135deg, #d1fdf9 0%, #d6eeff 100%);
|
|
|
+ // box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.62);
|
|
|
+ border-radius: 18px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 35px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #117de9;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ img {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 213px;
|
|
|
+ height: 35px;
|
|
|
+ }
|
|
|
+
|
|
|
+ span {
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .studentBottom {
|
|
|
+ width: 420px;
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+ left: -21px;
|
|
|
+ bottom: -120px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ p {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #ffffff;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
-}
|
|
|
-
|
|
|
-.btnList {
|
|
|
- width: 100%;
|
|
|
|
|
|
- .btn {
|
|
|
- width: 144Px;
|
|
|
- height: 45Px;
|
|
|
- border-radius: 8Px;
|
|
|
- font-size: 18Px;
|
|
|
- font-weight: 600 !important;
|
|
|
- margin-right: 24Px;
|
|
|
+ .downBtn {
|
|
|
+ width: 256px;
|
|
|
+ height: 54px;
|
|
|
+ background: linear-gradient(291deg, #02BAFF 0%, #007AFE 100%);
|
|
|
+ border-radius: 30px;
|
|
|
+ line-height: 54px;
|
|
|
+ font-size: 22px;
|
|
|
+ font-weight: 600;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
+ }
|
|
|
}
|