.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; } } } }