123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- @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.n-input--disabled {
- background-color: #f5f6fa;
- color: rgba(0, 0, 0, 0.4);
- border: none;
- }
- .n-input {
- border-radius: 8px;
- }
- .n-input__input-el {
- height: 55Px;
- line-height: 55Px;
- border-radius: 8px;
- }
- .n-base-selection .n-base-selection-label{
- height: 55Px;
- }
- }
- }
- }
- .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;
- }
- }
- .select{
- :globla{
- .n-base-selection{
- height: 53Px;
- }
- }
- }
- .changePwdModal {
- border-radius: 16px;
- .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;
- }
- }
|