index.module.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .resource-main {
  2. height: 100%;
  3. :global {
  4. .n-tabs-tab-pad {
  5. width: 24px !important;
  6. }
  7. .n-tabs-nav {
  8. padding: 12px 20px 24px;
  9. position: relative;
  10. }
  11. .n-tabs-tab {
  12. color: #8B8D98;
  13. font-size: max(18px, 13Px);
  14. padding-top: 12px;
  15. padding-bottom: 6px;
  16. line-height: 22px;
  17. &.n-tabs-tab--active {
  18. font-weight: 600 !important;
  19. color: #131415 !important;
  20. }
  21. }
  22. .n-tabs-tab__label {
  23. z-index: 10;
  24. }
  25. .n-tabs-bar {
  26. height: 10px;
  27. background: linear-gradient(90deg, #77BBFF 0%, rgba(163, 231, 255, 0.22) 100%);
  28. z-index: 0;
  29. bottom: 6px;
  30. }
  31. .n-tab-pane {
  32. padding-top: 0 !important;
  33. }
  34. .n-tabs-nav__suffix {
  35. padding-left: 0 !important;
  36. }
  37. .n-tabs.n-tabs--top .n-tabs-nav-scroll-wrapper::after {
  38. box-shadow: none !important;
  39. }
  40. }
  41. .iconScreen {
  42. margin-top: 6px;
  43. position: absolute;
  44. right: 20px;
  45. font-size: 18px;
  46. color: var(--n-color);
  47. font-weight: bold;
  48. width: 22px;
  49. height: 22px;
  50. cursor: pointer;
  51. }
  52. .homerowkTabs {
  53. :global {
  54. .n-tabs-tab-pad {
  55. width: 15px !important;
  56. }
  57. .n-tabs-tab {
  58. color: #8B8D98;
  59. font-size: max(18px, 13Px);
  60. }
  61. .v-x-scroll {
  62. padding-right: 40px;
  63. }
  64. }
  65. }
  66. }
  67. .selectMusicModal {
  68. position: relative;
  69. width: 1352px;
  70. :global {
  71. .n-card-header {
  72. position: absolute;
  73. top: 0;
  74. left: 0;
  75. right: 0;
  76. .n-card-header__main {
  77. color: #fff;
  78. }
  79. }
  80. }
  81. }
  82. .trainEditModal {
  83. width: 494px;
  84. }