.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 .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; } .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 { background: #F7F9FF; border-radius: 13px; padding: 0 17px 17px; .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 { font-weight: 500; color: #1677FF; } .over { font-weight: 500; color: #AAAAAA; } } .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; } .homeContent { padding-bottom: 5px; } .homeworkText { display: flex; align-items: flex-start; .pSection { max-width: 500px; } .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); } .p2 { padding-top: 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: 36px !important; // background: #F94D50; border-radius: 7px; --n-font-size: max(13px, 12Px); font-weight: 600; color: #FFFFFF; line-height: 18px; } } }