123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
- .listWrap {
- padding: 32px;
- background-color: #fff;
- border-radius: 20px;
- }
- .searchList {
- .searchInput {
- max-width: 260px;
- }
- // .CDatePickerItem {
- // :global {
- // .n-input {
- // width: 303px;
- // }
- // }
- // }
- :global {
- .n-form.n-form--inline {
- flex-wrap: wrap;
- }
- .n-form.n-form--inline .n-form-item {
- margin-right: 18px;
- }
- // .n-form-item-blank>div {
- // .n-select {
- // min-width: 150px !important;
- // width: 150px !important;
- // }
- // }
- }
- }
- .infoListWrap {
- min-height: calc(100vh - 150px) !important
- }
- .addBtnIcon {
- width: 13Px !important;
- height: 14Px !important;
- }
- .addBtn {
- margin-bottom: 30px;
- background: #198cfe !important;
- border-radius: 7Px !important;
- padding: 0 18Px !important;
- font-weight: 600 !important;
- }
- .btnGroup {
- padding: 40px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- .addClass {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 50px;
- }
- .listWrap {
- min-height: 100%;
- padding: 32px;
- background-color: #fff;
- border-radius: 20px;
- }
- .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);
- }
- }
- .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;
- }
- }
- }
- }
- .listSection {
- padding: 0 0 12px;
- display: flex;
- flex-flow: row wrap;
- justify-content: flex-start;
- gap: 20px 2%;
- &>div {
- width: 49% !important;
- }
- }
- .item {
- cursor: pointer;
- background: #F7F9FF;
- border-radius: 13px;
- padding: 0 17px 17px;
- position: relative;
- .header {
- display: flex;
- align-items: center;
- padding: 13px 0;
- .navatar {
- width: 60px;
- height: 60px;
- border-radius: 50%;
- padding: 2px;
- border: 1px solid #198CFE;
- margin-right: 15px;
- flex-shrink: 0;
- background-color: #fff !important;
- :global {
- img {
- border-radius: 50%;
- }
- }
- }
- .userInfo {
- padding-top: 4px;
- flex: 1;
- h2 {
- font-size: max(17px, 14Px);
- font-weight: 600;
- color: #131415;
- line-height: 28px;
- }
- p {
- font-size: max(16px, 12Px);
- color: #777777;
- line-height: 28px;
- }
- }
- .ing,
- .over {
- position: absolute;
- top: 0;
- right: 0;
- width: 121px;
- height: 38px;
- display: inline-block;
- }
- .ing {
- background: url('./images/icon-ing.png') no-repeat center;
- background-size: contain;
- }
- .over {
- background: url('./images/icon-over.png') no-repeat center;
- background-size: contain;
- }
- }
- .content {
- // display: flex;
- // justify-content: space-between;
- // align-items: flex-end;
- padding: 13px;
- background: #FFFFFF;
- border-radius: 10px;
- .homeTitle {
- font-size: max(17px, 14Px);
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- color: #000000;
- padding-bottom: 5px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- :global {
- .n-space {
- flex-shrink: 0;
- }
- }
- &>p {
- display: flex;
- align-items: center;
- }
- .CLASSWORK,
- .HOMEWORK {
- padding: 2px 8px 1px;
- border-radius: 4px;
- font-size: max(13px, 11Px);
- line-height: 18px;
- margin-right: 7px;
- }
- .CLASSWORK {
- color: #E24F4F;
- background: #FFD2D2;
- }
- .HOMEWORK {
- color: #3F8ADF;
- background: #D2E9FF;
- }
- }
- .homeContent {
- padding-bottom: 5px;
- }
- .homeworkText {
- display: flex;
- align-items: flex-start;
- .pSection {
- max-width: 650px;
- }
- .p1,
- .p2 {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .p1::before,
- .p2::before {
- content: '';
- display: inline-block;
- width: 5px;
- height: 5px;
- background: #198CFE;
- margin-right: 7px;
- border-radius: 50%;
- flex-shrink: 0;
- transform: translateY(-3px);
- }
- .p1 {
- padding-bottom: 6px;
- }
- .p2::before {
- background: #F44040;
- }
- }
- .title {
- font-size: max(13px, 12Px);
- color: #777777;
- flex-shrink: 0;
- }
- .text {
- font-size: max(13px, 12Px);
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- .errorBtn {
- // min-width: 93px;
- // height: 30px;
- --n-height: 24px !important;
- // background: #F94D50;
- // border-radius: 7px;
- --n-font-size: max(15px, 13Px);
- font-weight: 500 !important;
- // color: #FFFFFF;
- line-height: 18px;
- }
- }
- }
|