123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294 |
- @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, 0.7);
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 16px;
- color: #fff;
- font-weight: 600;
- transition: opacity 0.3s;
- cursor: pointer;
- }
- .disalbedNone {
- display: none;
- }
- .hoverNone {
- background: transparent;
- color: transparent;
- transition: all 0.3s;
- &:hover {
- background-color: rgba(0, 0, 0, 0.7);
- color: #fff;
- transition: all 0.3s;
- }
- }
- .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;
- text-align: center;
- }
- }
- }
- .setInfo {
- margin-top: 64px;
- width: 1172px;
- :global {
- .n-form-item {
- min-width: 200Px;
- }
- .n-form-item-label {
- font-size: 15px;
- color: rgba(0, 0, 0, 0.8);
- }
- .n-input {
- border-radius: 8Px;
- .n-input__input-el {
- height: 50Px;
- font-size: 16Px;
- }
- &.n-input--disabled {
- .n-input__input-el {
- background-color: #F5F6FA;
- color: rgba(0, 0, 0, 0.4);
- }
- }
- }
- .n-base-selection {
- height: 50Px;
- border-radius: 8Px;
- .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(0, 0, 0, 0.4) !important;
- }
- .n-base-selection.n-base-selection--disabled .n-base-selection-label .n-base-selection-input {
- color: rgba(0, 0, 0, 0.4) !important;
- }
- }
- }
- }
- .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;
- }
- }
- .wrap {
- padding: 12px 0;
- :global {
- .n-input {
- border-radius: 8px;
- }
- .n-input .n-input__input-el {
- height: 53px;
- }
- .n-button.n-button--disabled {
- background: #aaa;
- }
- }
- }
- .sendMsg {
- height: 53px;
- min-width: 108px;
- }
- .pwdIcon {
- width: 24px;
- height: 24px;
- cursor: pointer;
- }
- .submitBtm {
- width: 45%;
- height: 47px;
- }
|