123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- .listWrap {
- padding: 32px 20px;
- background-color: #fff;
- border-radius: 20px;
- min-height: 100%;
- // min-height: calc(100% - 104px);
- :global {
- .n-tabs-tab-pad {
- width: 80px !important;
- }
- .n-tabs-nav {
- padding: 0px 20px 24px;
- }
- .n-tabs-tab {
- color: #8B8D98;
- font-size: max(22px, 14Px);
- padding-top: 0;
- padding-bottom: 6px;
- line-height: 22px;
- &.n-tabs-tab--active {
- font-weight: 600 !important;
- color: #131415 !important;
- }
- }
- .n-tabs-tab__label {
- z-index: 10;
- }
- .n-tabs-bar {
- height: 10px;
- background: linear-gradient(90deg, #77BBFF 0%, rgba(163, 231, 255, 0.22) 100%);
- z-index: 0;
- bottom: 2px;
- }
- .n-tab-pane {
- padding: 0 12px 0 !important;
- }
- .n-pagination {
- margin-top: 36px !important;
- }
- }
- }
- .list {
- margin-top: 12px;
- display: flex;
- flex-flow: row wrap;
- justify-content: flex-start;
- gap: 22px;
- }
- .searchGroup {
- position: relative;
- padding: 0;
- .btnType {
- gap: 0px 24px !important;
- :global {
- .n-button {
- height: 37px;
- padding: 0 24px;
- font-size: 18px;
- color: rgba(0, 0, 0, .6);
- &.n-button--primary-type {
- font-weight: bold;
- color: #fff;
- }
- }
- }
- }
- :global {
- .n-form {
- position: relative;
- }
- .n-form-item {
- .n-form-item-label {
- font-size: 17px;
- font-weight: 600;
- color: #131415;
- line-height: 24px;
- }
- .n-button {
- height: 32px;
- font-size: 17px;
- border-radius: 8px;
- color: rgba(0, 0, 0, 0.6);
- }
- .n-button--primary-type {
- color: #131415;
- }
- }
- .n-form-item-feedback-wrapper {
- min-height: 14px;
- }
- }
- .inputSearch {
- position: absolute;
- top: 4px;
- right: 0px;
- width: 360px;
- height: 42px;
- font-size: 16px;
- :global {
- .n-input-wrapper {
- padding-left: 12px;
- padding-right: 4px;
- height: 42px !important;
- }
- .n-button {
- height: 34px;
- font-size: 15px;
- font-weight: 500;
- width: auto;
- }
- }
- }
- .searchCatatory {
- display: flex;
- justify-content: space-between;
- padding-bottom: 24px;
- border-bottom: 1px solid #F2F2F2;
- margin-bottom: 20px;
- .addTrain {
- height: 37px;
- border-radius: 8px;
- font-size: 18px;
- background-color: #E8F4FF;
- color: #0378EC;
- img {
- width: 16px;
- height: 16px;
- margin-right: 8px;
- }
- }
- }
- }
|