123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380 |
- .btnGroup {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-left: 36px !important;
- height: 40px;
- padding-right: 36px !important;
- :global {
- .n-base-selection {
- --n-height: max(40px, 36Px) !important;
- width: 160px;
- font-size: 15px;
- border-radius: 8px !important;
- }
- .n-base-selection-input__content {
- font-size: max(15px, 13Px);
- }
- .n-button {
- border-radius: 8px;
- height: 38px;
- font-size: max(18px, 13Px);
- font-weight: 600 !important;
- padding: 0 27px;
- margin-left: 14px;
- }
- .n-button--default-type {
- background: #E8F4FF !important;
- color: #0378EC !important;
- &:not(.n-button--disabled):hover {
- background: #E8F4FF;
- }
- .n-button__border {
- border: 1px solid #198CFE;
- }
- }
- .n-button--error-type {
- background: #FDEBED !important;
- color: #EC3A4E !important;
- &:not(.n-button--disabled):hover,
- &:not(.n-button--disabled):active {
- background: #FDEBED;
- color: #EC3A4E;
- }
- .n-button__border {
- border: 1px solid #EC3A4E;
- }
- }
- }
- }
- :global {
- .assignHomeworkStuBoxClass_drag {
- .assignStudent {
- >div {
- padding-bottom: 36px;
- }
- }
- }
- .assignHomeworkStuBoxClass_drag,
- .workSetingBoxClass_drag,
- .workClearBoxClass_drag,
- .workSaveBoxClass_drag,
- .workArrangeImmediatelyBoxClass_drag {
- .bom_drag {
- position: absolute;
- left: 0;
- bottom: 0;
- z-index: 1;
- }
- }
- }
- .tipsContainer {
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex: 1 auto;
- margin-right: 30px;
- height: 40px;
- padding: 0 16px;
- background: #EDF7FF;
- border-radius: 9px;
- max-width: 600px;
- .tipsLeft {
- display: flex;
- align-items: center;
- font-size: 16px;
- color: rgba(0, 0, 0, 0.88);
- .tips {
- line-height: 38px;
- }
- }
- .iconTips {
- margin-right: 9px;
- width: 18px;
- height: 18px;
- }
- .btnNoTips {
- font-size: 16px;
- font-weight: 500;
- color: #1677FF;
- cursor: pointer;
- }
- }
- .btnItem {
- display: flex;
- align-items: center;
- .btnTitle {
- flex-shrink: 0;
- font-size: max(18px, 13Px);
- font-weight: 600;
- }
- // &:last-child {
- // margin-left: 12px;
- // }
- :global {
- .n-input {
- --n-height: 42px !important;
- width: 280px;
- }
- }
- }
- .btnGroupClass {
- margin-top: 10px;
- }
- .listContainer {
- margin-top: 12px;
- // // 52 + 28 + 38
- max-height: calc(var(--window-page-lesson-height) - 196px);
- .listSection {
- min-height: calc(var(--window-page-lesson-height) - 196px);
- }
- &.listContainerDrag {
- max-height: calc(var(--window-page-lesson-height) - 148px);
- .listSection {
- min-height: calc(var(--window-page-lesson-height) - 148px);
- }
- }
- .emptySection {
- display: flex;
- align-items: center;
- }
- }
- .list {
- padding: 12px 36px 12px;
- display: flex;
- flex-flow: row wrap;
- justify-content: flex-start;
- gap: 20px 2%;
- &>div {
- width: 32% !important;
- }
- .itemBlock {
- &>div {
- width: 100% !important;
- }
- }
- }
- .trainEditModal {
- width: 524px;
- }
- .assignHomework {
- width: 620px;
- }
- .assignHomeworkContainer {
- padding: 24px 30px;
- .expireDateTip {
- display: flex;
- align-items: center;
- padding: 9px 12px;
- background: #E6F4FF;
- border-radius: 7px;
- width: 100%;
- .expireDateIcon {
- width: max(13px, 12Px);
- height: max(13px, 12Px);
- display: inline-block;
- background: url('../../../images/icon-expiredate.svg') no-repeat center;
- background-size: contain;
- margin-right: 7px;
- }
- span {
- font-size: 12Px;
- color: #1677FF;
- }
- }
- .updateBtnGroup {
- padding: 0;
- justify-content: center !important;
- :global {
- .n-button {
- height: 48px !important;
- min-width: 156px;
- }
- }
- }
- .switch {
- height: 37px !important;
- border-radius: 8px;
- &.active {
- background: #198CFE;
- color: #fff;
- }
- }
- .studentSection {
- :global {
- .n-form-item-blank {
- flex-direction: column;
- align-items: flex-start;
- }
- }
- }
- .selectStudentBtn {
- // padding-top: 9px;
- // padding-bottom: 4px;
- font-size: max(15px, 13Px);
- height: max(40px, 36Px) !important;
- line-height: max(40px, 36Px) !important;
- font-weight: 500;
- color: #1677FF;
- text-decoration: underline;
- cursor: pointer;
- &.disabled {
- color: #bbb;
- cursor: not-allowed;
- }
- }
- .firstName {
- padding-left: 4px;
- }
- .studentList {
- // margin-top: 10px;
- color: #333333;
- font-size: max(13px, 12Px);
- padding: 10px 6px;
- border-radius: 8px;
- background: #F7F7F8;
- width: 100%;
- .studentItem {
- background: #FFFFFF;
- height: 28px;
- border-radius: 7px;
- padding: 5px 10px;
- color: #333333;
- line-height: 18px;
- margin: 3px 4px;
- display: inline-block;
- i {
- display: inline-block;
- width: 13px;
- height: 13px;
- background: url('../../../images/icon-close.png') no-repeat center;
- background-size: contain;
- cursor: pointer;
- }
- }
- }
- }
- .removeVisiable {
- width: 432px;
- :global {
- .n-card-header {
- font-size: max(22px, 16Px);
- }
- }
- .studentRemove {
- padding: 20px 40px 0;
- p {
- font-size: max(18px, 14Px);
- color: #777777;
- line-height: 30px;
- text-align: center;
- span {
- color: #EA4132;
- }
- }
- }
- .btnGroupModal {
- padding: 32px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- }
- .removeVisiable1 {
- width: 432px;
- :global {
- .n-card-header {
- font-size: max(22px, 16Px);
- }
- }
- .studentRemove {
- padding: 20px 40px 0;
- p {
- text-align: center;
- font-size: max(18px, 14Px);
- color: #777777;
- line-height: 30px;
- span {
- color: #EA4132;
- }
- }
- }
- .btnGroupModal {
- padding: 32px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- }
|