123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- .coursewarePresetsContainer {
- // padding-bottom: 20px;
- height: 100%;
- display: flex;
- // position: relative;
- // overflow: hidden;
- &.rightLineShow {
- .presetsRight {
- transition: all .1s ease;
- opacity: 1;
- position: relative;
- transform: none;
- }
- .list {
- .itemWrap {
- width: calc(100% / 3);
- }
- }
- }
- :global {
- .n-base-selection {
- --n-height: max(36px, 32Px) !important;
- width: 220px;
- font-size: max(13px, 12Px);
- border-radius: 7px !important;
- }
- .n-base-selection-input__content {
- font-size: max(15px, 13Px);
- }
- .n-tabs-tab-pad {
- width: 33px !important;
- }
- .n-tabs-nav {
- padding-top: 20px;
- padding-bottom: 10px;
- padding-left: 30px;
- padding-right: 30px;
- }
- }
- .presetsLeft {
- flex: 1;
- transition: all .1s ease;
- }
- .presetsRight {
- position: relative;
- background: #FFFFFF;
- box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
- border-radius: 0px 17px 17px 0px;
- flex: 0 0 380px;
- transition: all .1s ease;
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- transform: translateX(100%);
- .presetsArrar {
- position: absolute;
- left: -23px;
- top: 50%;
- margin-top: -30px;
- display: inline-block;
- width: 23px;
- height: 50px;
- line-height: 50px;
- cursor: pointer;
- background-color: #F5F6FA;
- border-radius: 10px 0 0 10px;
- color: #ABAEB0;
- text-align: center;
- svg {
- transform: rotate(180deg);
- }
- &:hover {
- color: #198CFE;
- }
- &.presetsArrarActive {
- svg {
- transform: rotate(0deg);
- }
- }
- }
- }
- }
- .openLoading {
- min-height: 200px;
- }
- .coursewarePresets {
- max-height: calc(var(--window-page-lesson-height) - 100px);
- min-height: calc(var(--window-page-lesson-height) - 100px);
- // padding: 0 20px 0px;
- }
- .btnSubjectList {
- :global {
- .n-base-selection-input {
- padding-left: 8px;
- }
- }
- }
- .addBtnIcon {
- width: 13px !important;
- height: 14px !important;
- margin-right: 8px;
- }
- .addBtn {
- // height: max(36px, 32Px) !important;
- background: linear-gradient(312deg, #1B7AF8 0%, #3CBBFF 100%) !important;
- border-radius: 7Px !important;
- padding: 0 16Px !important;
- border-radius: 8px;
- height: 38px;
- font-size: max(15px, 12Px) !important;
- font-weight: 600 !important;
- position: relative;
- z-index: 9;
- &::after {
- content: '';
- position: absolute;
- left: 10%;
- bottom: -1px;
- display: inline-block;
- width: 80%;
- height: 8px;
- background: linear-gradient(136deg, #31ABFF 0%, #1A7BF8 100%);
- opacity: 0.6;
- filter: blur(7px);
- }
- }
- .title {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-weight: 600;
- font-size: max(17px, 14Px);
- color: #000000;
- line-height: 23px;
- height: 23px;
- text-align: left;
- padding-bottom: 20px;
- box-sizing: content-box;
- .titleLeft {
- display: flex;
- align-items: center;
- }
- .icon {
- display: inline-block;
- width: 20px;
- height: 20px;
- margin-right: 3px;
- }
- .iconWork {
- background: url('../../../images/icon-knowlage.png') no-repeat center center;
- background-size: contain;
- }
- .iconCourseware {
- background: url('../../../images/icon-courseware.png') no-repeat center center;
- background-size: contain;
- }
- &.line {
- margin-top: 25px;
- border-top: 1px solid #F2F2F2;
- padding-top: 35px;
- .more {
- display: flex;
- align-items: center;
- cursor: pointer;
- padding-left: 10px;
- font-weight: 400;
- font-size: max(13px, 12Px);
- color: #999999;
- &:hover {
- color: #1677FF;
- .iconP {
- background: url('../../../images/icon-arrow-p-active.png') no-repeat center;
- background-size: contain;
- }
- }
- }
- .iconP {
- width: 8px;
- height: 11px;
- display: inline-block;
- background: url('../../../images/icon-arrow-p.png') no-repeat center;
- background-size: contain;
- margin-left: 4px;
- }
- .swipeControll {
- height: 25px;
- .leftIcon {
- transform: rotate(180deg);
- }
- img {
- cursor: pointer;
- width: 25px;
- height: 25px;
- }
- .disabled {
- opacity: 0.4;
- cursor: not-allowed;
- }
- }
- }
- }
- .listLoading {}
- .list {
- display: flex;
- flex-flow: row wrap;
- justify-content: flex-start;
- padding: 10px 20px 12px;
- // padding: 0 20px 0px;
- gap: 10px 0;
- margin: 0 -10px 0;
- // height: 313px;
- &.listEmpty {
- min-height: calc(var(--window-page-lesson-height) - 100px);
- align-items: center;
- }
- &.listSame {
- margin-top: 0;
- padding-top: 0;
- }
- .empty1 {
- // padding: 10px 0;
- }
- .itemWrap {
- width: calc(100% / 4);
- // padding-bottom: calc(100% / 3 * 0.73333);
- // position: relative;
- .itemWrapBox {
- // position: absolute;
- // left: 0;
- // top: 0;
- // width: 100%;
- // height: 100%;
- padding: 0 10px;
- }
- }
- }
- .itemWrapBox {
- padding: 0 10px;
- }
- .attendClassModal1 {
- width: 1360px;
- border-radius: 16px;
- overflow: hidden;
- }
- .removeVisiable1 {
- 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;
- span {
- color: #EA4132;
- }
- }
- }
- .btnGroupModal {
- padding: 32px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- }
- .attendClassModal {
- width: 800px;
- border-radius: 16px;
- overflow: hidden;
- }
- .workVisiable {
- width: 1258px;
- }
- .workContainer {
- display: flex;
- align-items: center;
- .workTrain {
- flex: 1;
- height: 75vh;
- &>div {
- padding-top: 15px;
- }
- }
- :global {
- .train-container {
- // max-height: calc(var(--window-page-lesson-height) - 135px) !important;
- max-height: calc(var(--window-page-lesson-height) - 100px) !important;
- .train-listSection {
- min-height: calc(var(--window-page-lesson-height) - 100px) !important;
- }
- }
- }
- .resourceMain {
- flex: 0 0 360px;
- height: 75vh;
- box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
- }
- }
|