123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- .logo {
- 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%;
- cursor: pointer;
- opacity: 0;
- &:hover {
- opacity: 1;
- }
- }
- .uploadFile {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- opacity: 0;
- }
- }
- .input {
- border-radius: 8px;
- min-height: 43px;
- min-width: 240px;
- }
- .schoolInfo {
- :global {
- .n-form-item .n-form-item-label {
- color: #777;
- }
- .n-button {
- border-radius: 8px;
- }
- .n-data-table .n-data-table-th {
- 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-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;
- }
- }
- }
- }
- .addTeacher {
- padding: 0;
- border-radius: 16Px;
- overflow: hidden;
- min-width: 456Px;
- :global {
- .n-dialog__close {
- transform: translate(0, 3Px);
- }
- .n-dialog__title {
- min-height: 70Px;
- justify-content: center;
- background: #F5F6FA;
- }
- .n-form {
- padding: 20Px 0;
- }
- .n-input {
- min-height: 53Px;
- border-radius: 8Px;
- .n-input__input-el {
- height: 100%;
- }
- }
- .n-form-item-blank {
- padding-right: 30Px;
- min-height: 53Px;
- }
- .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__text {
- min-height: 53Px;
- 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;
- }
- }
- .actionBtn {
- width: 156Px;
- height: 47Px;
- font-size: 18Px;
- }
- }
- }
- .btnList {
- width: 100%;
- .btn {
- width: 144px;
- border-radius: 8px;
- font-size: 18px;
- font-weight: 600 !important;
- margin-right: 24px;
- }
- }
|