123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- .container {
- .iconBack {
- width: 36px;
- height: 36px;
- }
- :global {
- .n-tabs-tab-pad {
- width: 80px !important;
- }
- .n-tabs-nav {
- padding: 0 20px 0;
- .n-tabs-nav-scroll-wrapper {
- padding: 25px 0 30px;
- }
- }
- .n-tabs-tab {
- color: #8B8D98;
- font-size: max(22px, 14Px);
- padding-top: 12px;
- 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-top: 0 !important;
- }
- }
- &> :global(.n-space) {
- // height: 36px;
- flex-shrink: 0;
- }
- .separator {
- width: 9px;
- height: 15px;
- margin: 0 16px;
- }
- }
- .wrap {
- flex: 1;
- transition: padding 0.3s;
- }
- .listWrap {
- padding: 0;
- background-color: #fff;
- border-radius: 20px;
- &.listWrapEmpty {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- :global {
- .n-tabs-tab-pad {
- width: 80px !important;
- }
- .n-tabs-nav {
- padding: 0px 20px 0;
- }
- .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 !important;
- }
- .n-pagination {
- margin-top: 36px !important;
- }
- }
- }
- .btnGroup {
- padding: 20px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
|