index.module.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .container {
  2. .iconBack {
  3. width: 36px;
  4. height: 36px;
  5. }
  6. :global {
  7. .n-tabs-tab-pad {
  8. width: 80px !important;
  9. }
  10. .n-tabs-nav {
  11. padding: 0 20px 0;
  12. .n-tabs-nav-scroll-wrapper {
  13. padding: 25px 0 30px;
  14. }
  15. }
  16. .n-tabs-tab {
  17. color: #8B8D98;
  18. font-size: max(22px, 14Px);
  19. padding-top: 12px;
  20. padding-bottom: 6px;
  21. line-height: 22px;
  22. &.n-tabs-tab--active {
  23. font-weight: 600 !important;
  24. color: #131415 !important;
  25. }
  26. }
  27. .n-tabs-tab__label {
  28. z-index: 10;
  29. }
  30. .n-tabs-bar {
  31. height: 10px;
  32. background: linear-gradient(90deg, #77BBFF 0%, rgba(163, 231, 255, 0.22) 100%);
  33. z-index: 0;
  34. bottom: 2px;
  35. }
  36. .n-tab-pane {
  37. padding-top: 0 !important;
  38. }
  39. }
  40. &> :global(.n-space) {
  41. // height: 36px;
  42. flex-shrink: 0;
  43. }
  44. .separator {
  45. width: 9px;
  46. height: 15px;
  47. margin: 0 16px;
  48. }
  49. }
  50. .wrap {
  51. flex: 1;
  52. transition: padding 0.3s;
  53. }
  54. .listWrap {
  55. padding: 0;
  56. background-color: #fff;
  57. border-radius: 20px;
  58. &.listWrapEmpty {
  59. display: flex;
  60. flex-direction: column;
  61. justify-content: center;
  62. }
  63. :global {
  64. .n-tabs-tab-pad {
  65. width: 80px !important;
  66. }
  67. .n-tabs-nav {
  68. padding: 0px 20px 0;
  69. }
  70. .n-tabs-tab {
  71. color: #8B8D98;
  72. font-size: max(22px, 14Px);
  73. padding-top: 0;
  74. padding-bottom: 6px;
  75. line-height: 22px;
  76. &.n-tabs-tab--active {
  77. font-weight: 600 !important;
  78. color: #131415 !important;
  79. }
  80. }
  81. .n-tabs-tab__label {
  82. z-index: 10;
  83. }
  84. .n-tabs-bar {
  85. height: 10px;
  86. background: linear-gradient(90deg, #77BBFF 0%, rgba(163, 231, 255, 0.22) 100%);
  87. z-index: 0;
  88. bottom: 2px;
  89. }
  90. .n-tab-pane {
  91. padding: 0 !important;
  92. }
  93. .n-pagination {
  94. margin-top: 36px !important;
  95. }
  96. }
  97. }
  98. .btnGroup {
  99. padding: 20px 0;
  100. :global {
  101. .n-button {
  102. height: 47px;
  103. min-width: 156px;
  104. }
  105. }
  106. }