123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820 |
- @img: '../setting/images';
- @currentimg './images'
- .listWrap {
- padding: 32px;
- background-color: #fff;
- border-radius: 20px;
- }
- .infoListWrap {
- min-height: calc(100vh - 150px) !important
- }
- .addBtnIcon {
- width: 13Px !important;
- height: 14Px !important;
- }
- .addBtn {
- margin-bottom: 30px;
- // height: 34Px !important;
- background: #198cfe !important;
- border-radius: 7Px !important;
- // line-height: 21Px !important;
- padding: 0 18Px !important;
- // font-size: 13Px !important;
- font-weight: 600 !important;
- }
- .btnGroup {
- padding: 40px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- .resetStudentWrap {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 40px;
- .studentTransfer {
- position: relative;
- .showGradeSection {
- display: flex;
- align-items: center;
- }
- .smallArrow {
- right: 166px;
- // top: 15px;
- // position: absolute;
- width: 12px;
- height: 12px;
- cursor: pointer;
- z-index: 1000;
- }
- :global {
- .n-legacy-transfer {
- width: 634px;
- min-height: 340px;
- .n-legacy-transfer-list {
- &:nth-child(1) {
- .n-legacy-transfer-list-header__header {
- &::after {
- content: '(当前班级)';
- font-size: 12px;
- color: #777;
- font-weight: 400;
- }
- }
- }
- }
- }
- .n-legacy-transfer-list-item {
- &:hover {
- background-color: #fff !important;
- }
- }
- .n-legacy-transfer-list__border {
- border: none;
- }
- .n-legacy-transfer-list-header__extra {
- display: none;
- }
- .n-legacy-transfer-list-header {
- display: flex;
- flex-direction: column;
- background: #e8f2ff;
- align-items: flex-start;
- height: auto;
- }
- .n-legacy-transfer-list-header__checkbox {
- order: 2;
- padding: 0 !important;
- &::after {
- content: '全选';
- margin-left: 5px;
- }
- margin-top: 8px;
- }
- .n-legacy-transfer-list-header__header {
- width: 100%;
- padding: 14px 0;
- font-size: 16px;
- font-weight: 600 !important;
- color: #131415;
- line-height: 22px;
- order: 1;
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
- }
- .n-legacy-transfer-list {
- padding: 0 16px;
- min-height: 340px;
- background: #e8f2ff;
- border-radius: 16px 16px 0 0;
- width: 277px;
- .n-legacy-transfer-filter {
- background: #e8f2ff;
- padding: 8px 0px 0px;
- border-bottom: none;
- }
- .n-input {
- border-radius: 8px;
- .n-input-wrapper {
- .n-input__border {
- border-radius: 8px;
- }
- .n-input__input-el {
- height: 41px;
- line-height: 41px;
- background: #ffffff;
- }
- }
- }
- }
- // .n-legacy-transfer-gap {
- // width: 80px;
- // .n-button {
- // width: 34px;
- // height: 34px;
- // border-radius: 8px;
- // .n-button__state-border {
- // border: none !important;
- // }
- // &:nth-child(1) {
- // transform: rotate(180deg);
- // position: relative;
- // &:hover {
- // &::after {
- // background: url('@{currentimg}/transArrowActive.png') no-repeat;
- // top: 0;
- // left: 0;
- // background-size: 34px 34px;
- // }
- // }
- // &::after {
- // position: absolute;
- // content: '';
- // width: 34px;
- // height: 34px;
- // background-color: black;
- // top: 0;
- // left: 0;
- // background: url('@{currentimg}/transArrrow.png') no-repeat;
- // background-size: 34px 34px;
- // z-index: 100;
- // }
- // }
- // &:nth-child(2) {
- // position: relative;
- // &:hover {
- // &::after {
- // background: url('@{currentimg}/transArrowActive.png') no-repeat;
- // top: 0;
- // left: 0;
- // background-size: 34px 34px;
- // }
- // }
- // &::after {
- // position: absolute;
- // content: '';
- // width: 100%;
- // height: 100%;
- // background-color: black;
- // top: 0;
- // left: 0;
- // background: url('@{img}/transArrrow.png') no-repeat;
- // background-size: 34px 34px;
- // z-index: 100;
- // }
- // }
- // }
- // }
- }
- .studentTransferBottom {
- width: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- .bottom {
- padding: 0 16px;
- width: 277px;
- background-color: #e8f2ff;
- border-radius: 0 0 8px 8px;
- .bottomWrap {
- padding: 14px 0;
- border-top: 1px solid rgba(0, 0, 0, 0.06);
- }
- }
- }
- }
- }
- .studentTransferList {
- display: flex;
- flex-direction: row;
- align-items: center;
- .listCore {
- .searchInput {
- --n-border: 0 !important;
- }
- }
- .studentLeft,
- .studentRight {
- padding: 14px 16px;
- width: 277px;
- background: #e8f2ff;
- border-radius: 16px;
- .listTop {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-bottom: 14px;
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
- font-size: max(16px, 13Px);
- font-weight: 600;
- color: #131415;
- line-height: 22px;
- span {
- color: #777;
- font-weight: 400;
- font-size: max(12px, 12Px);
- }
- }
- .chioseCheckBox {
- padding: 4px 2px;
- font-size: 16px;
- font-weight: 400;
- color: #131415;
- }
- }
- .studentLeft {
- background-color: #F5F6FA;
- }
- .chioseBox {
- width: 80px;
- height: 389px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- .chioseBtn {
- cursor: pointer;
- width: 34px;
- height: 34px;
- border-radius: 8px;
- background: url('./images/transArrrow.png') no-repeat;
- background-size: 34px 34px;
- &:hover {
- background: url('./images/transArrowActive.png') no-repeat;
- background-size: 34px 34px;
- }
- }
- .chioseBtnRight {
- transform: rotate(180deg);
- margin-bottom: 23px;
- }
- }
- .chioseCheckAllBox {
- margin-top: 8px !important;
- margin-bottom: 14px !important;
- }
- .bottom {
- padding-top: max(12px, 12Px);
- border-top: 1px solid rgba(0, 0, 0, 0.06);
- }
- }
- .addClass {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 50px;
- }
- .listWrap {
- min-height: 100%;
- padding: 32px;
- background-color: #fff;
- border-radius: 20px;
- .customTabs {
- :global {
- .n-tabs-tab--active {
- font-size: max(18px, 14Px) !important;
- font-weight: 600 !important;
- color: #131415 !important;
- }
- .n-tabs-tab {
- font-size: max(18px, 14Px) !important;
- 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;
- }
- .n-tab-pane {
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
- }
- }
- :global {
- .n-cascader {
- width: 100% !important;
- min-width: 180px !important;
- }
- }
- }
- .indDot,
- .endDot {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .indDot {
- span {
- border-radius: 50%;
- width: 8px;
- height: 8px;
- background: #198cfe;
- margin-right: 8px;
- }
- }
- .endDot {
- opacity: 0.7;
- color: #aaaaaa;
- span {
- border-radius: 50%;
- width: 8px;
- height: 8px;
- background: #aaaaaa;
- margin-right: 8px;
- }
- }
- .attendClassModal {
- width: 1100px;
- :global {
- .n-select-menu {
- --n-height: calc(var(--n-option-height) * 5.6) !important;
- }
- }
- }
- .teacherList {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-bottom: 32px;
- .teacherHeader {
- width: 100px;
- height: 100px;
- padding: 4px;
- border-radius: 99px;
- background: linear-gradient(228deg,
- rgba(2, 186, 255, 1),
- rgba(0, 122, 254, 1));
- margin-right: 20px;
- .teacherHeaderBorder {
- width: 100%;
- height: 100%;
- background: #fff;
- border-radius: 99px;
- overflow: hidden;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- padding: 4px;
- }
- }
- .teacherHeaderImg {
- width: 84px;
- height: 84px;
- border-radius: 50%;
- overflow: hidden;
- }
- .workafterInfo {
- h4 {
- font-size: 22px;
- line-height: 30px;
- font-weight: 600;
- color: #131415;
- margin-bottom: 12px;
- }
- p {
- font-size: max(16px, 12Px);
- line-height: 22px;
- color: #777;
- span {
- color: #ea4132;
- }
- }
- }
- }
- .isok {
- font-weight: 600;
- color: #333333;
- }
- .ison {
- font-weight: 600;
- color: #ea4132;
- }
- .nosub {
- font-weight: 600;
- color: #aaa;
- }
- .TrainDataItem {
- margin-bottom: 20px;
- .TrainDataItemTitle {
- text-align: left;
- font-size: max(13px, 11Px);
- font-weight: 400;
- color: #131415;
- line-height: 18px;
- display: flex;
- flex-direction: row;
- align-items: center;
- span {
- font-family: 'DINA';
- font-size: max(26px, 18Px);
- font-weight: 600;
- color: #131415;
- line-height: 28px;
- }
- }
- .TrainDataItemsubTitle {
- margin-top: 4px;
- text-align: left;
- font-size: max(14px, 11Px);
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #777777;
- line-height: 18px;
- }
- }
- .studentGender {
- display: flex;
- flex-direction: row;
- align-items: center;
- img {
- margin-left: 11px;
- width: 10px;
- height: 20px;
- }
- }
- .chioseModel {
- width: 413px;
- :global {
- .n-select {
- width: 100%;
- min-width: 180px;
- .n-base-selection-label {
- height: 43px;
- line-height: 43px;
- }
- .n-base-selection__border {
- border-radius: 8px;
- overflow: hidden;
- }
- .n-base-selection__state-border {
- border-radius: 8px;
- overflow: hidden;
- }
- }
- .n-card-header {
- position: relative;
- padding: 20px 18px;
- text-align: center;
- // background: #F5F6FA;
- font-size: 22px;
- font-weight: 600;
- color: #131415;
- line-height: 30px;
- }
- .n-card-header__close {
- position: absolute;
- right: 18px;
- }
- .n-card__content {
- // padding: 28px;
- padding: 30px;
- }
- }
- .updateBtnGroup {
- padding: 0;
- justify-content: center !important;
- :global {
- .n-button {
- height: 48px !important;
- min-width: 156px;
- }
- }
- }
- }
- .wordDetailModel {
- width: 1012px;
- }
- .trainingDetails {
- padding: 24px 0 32px;
- .studentList {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-bottom: 24px;
- justify-content: space-between;
- border-bottom: 1px solid #f2f2f2;
- // padding-bottom: 18px;
- padding: 0 32px 18px;
- .studentHeaderWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- .studentHeader {
- width: 66px;
- height: 66px;
- padding: 2px;
- border-radius: 99px;
- background: linear-gradient(228deg,
- rgba(2, 186, 255, 1),
- rgba(0, 122, 254, 1));
- margin-right: 16px;
- .studentHeaderBorder {
- width: 100%;
- height: 100%;
- background: #fff;
- border-radius: 99px;
- overflow: hidden;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- padding: 4px;
- }
- }
- }
- .workStatus {
- width: 87px;
- height: 87px;
- }
- .studentHeaderImg {
- width: 66px;
- height: 66px;
- border-radius: 50%;
- overflow: hidden;
- }
- .workafterInfo {
- h4 {
- font-size: max(22px, 16Px);
- line-height: 30px;
- line-height: 30px;
- font-weight: 600;
- color: #131415;
- margin-bottom: 6px;
- display: flex;
- flex-direction: row;
- align-items: center;
- .workafterInfoDot {
- width: 52px;
- height: 22px;
- background: #ff8a32;
- border-radius: 13px 4px 13px 4px;
- font-size: max(14px, 11Px);
- font-weight: 600;
- color: #ffffff;
- line-height: 22px;
- text-align: center;
- margin-left: 8px;
- }
- .workafterInfoDot.workafterTeacherInfoDot {
- background: #198cfe;
- }
- }
- p {
- font-size: max(16px, 12Px);
- line-height: 22px;
- color: #777;
- span {
- color: #ea4132;
- }
- }
- }
- }
- .commentBtnGroup {
- background-color: #E8F4FF !important;
- margin-left: 32px;
- margin-bottom: 20px;
- --n-border: 1px solid #198CFE !important;
- --n-height: max(38px, 32Px) !important;
- border-radius: 8px !important;
- .text {
- display: flex;
- align-items: center;
- color: #198cfe;
- i {
- width: 18px;
- height: 18px;
- display: inline-block;
- background: url('./images/icon-pen.png') no-repeat center;
- background-size: contain;
- margin-right: 6px;
- &.look {
- background: url('./images/icon-menu.png') no-repeat center;
- background-size: contain;
- }
- }
- }
- }
- .workList {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- flex-wrap: wrap;
- padding: 0 32px;
- min-height: 360px;
- }
- .allTotal {
- display: flex;
- align-items: center;
- height: 100%;
- font-size: max(16px, 13Px);
- font-weight: 400;
- color: #8b8b8b;
- }
- .btnGroups {
- padding: 40px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 96px;
- border-radius: 8px;
- }
- }
- }
- }
- .studentVisible {
- width: 714px;
- }
- .removeVisiable {
- width: 432px;
- :global {
- .n-card-header {
- font-size: max(22px, 16Px);
- }
- }
- .studentRemove {
- padding: 0 40px;
- p {
- font-size: max(18px, 14Px);
- color: #777777;
- line-height: 30px;
- span {
- color: #EA4132;
- }
- }
- }
- .btnGroup {
- padding: 32px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- }
- .nextWrap {
- padding: 30px 32px 0 !important;
- }
- .updateStudent {
- width: 480px;
- }
|