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