@img: './images'; .listWrap { min-height: 805px; padding: 32px; background-color: #fff; border-radius: 20px; .customTabs { :global { .n-tabs-tab--active { font-size: 18px !important; font-weight: 600 !important; color: #131415 !important; } .n-tabs-tab { font-size: 18px; padding: 8px 0 !important; font-weight: 400; min-width: 50px; color: #8b8d98; &:hover { color: #198cfe !important; } } .n-tabs-bar { // background-color: red !important; width: 50px !important; height: 5px !important; background: url('@{img}/barIcon.png') no-repeat; background-size: 50px 5px; } } } } .infoWrap { height: 100%; padding-top: 100px; display: flex; flex-direction: column; align-items: center; .teacherInfoWrap { display: flex; flex-direction: column; align-items: center; .teacherHeadWrap { position: relative; width: 236Px; height: 132Px; .headerD { width: 100%; height: 100%; } .defultHeade { width: 116Px; height: 116Px; overflow: hidden; border-radius: 50%; position: absolute; top: 8Px; left: 60Px; } .changeHead { 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; cursor: pointer; } .uploadFile { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; } } .headerInfo { .headerTitle { font-size: 22px; font-weight: 600; color: #131415; line-height: 28px; letter-spacing: 1px; margin: 18px 0 8px; text-align: center; display: flex; flex-direction: row; justify-content: center; align-items: center; .sexIcon { width: 12px; height: 21px; margin-left: 5px; } } .headerSubTitle { font-size: 16px; font-weight: 400; color: #707a92; line-height: 20px; } } } .setInfo { margin-top: 64px; width: 1172px; :global { .n-form-item-label { font-size: 15px; color: rgba(0, 0, 0, 0.8); } .n-input { height: 50px; border-radius: 8Px; .n-input__input-el { height: 100%; } &.n-input--disabled { background-color: #F5F6FA; color: rgba(149, 149, 152, 1); } } .n-base-selection { border-radius: 8Px; .n-base-selection-label { height: 50px; } } .n-base-selection.n-base-selection--disabled .n-base-selection-label { background-color: #F5F6FA; color: rgba(149, 149, 152, 1); } } } } .btnList { width: 100%; padding: 20px 0; margin-top: 30px; .btn { width: 144px; height: 45px; border-radius: 8px; font-size: 18px; font-weight: 600 !important; margin-right: 24px; } } :global { .option.n-base-select-option { justify-content: center; } .option.n-base-select-option.n-base-select-option--pending::before { background-color: #198cfe !important; } .option.n-base-select-option.n-base-select-option--pending .n-base-select-option__content { color: #fff !important; text-align: center; } } .changePwdModal { border-radius: 16px; .wrap { padding: 12px 0; :global { .n-input { border-radius: 5Px; } .n-input .n-input__input-el{ height: 50Px; } .n-button.n-button--disabled { background: #aaa; } } } .sendMsg { min-width: 108Px; height: 50Px; } .pwdIcon { width: 24Px; height: 24Px; cursor: pointer; } .submitBtm { width: 45%; height: 46Px; } }