index.module.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. }
  10. .n-tabs-tab {
  11. color: #8B8D98;
  12. font-size: 16px;
  13. padding-top: 12px;
  14. padding-bottom: 6px;
  15. line-height: 22px;
  16. &.n-tabs-tab--active {
  17. font-weight: 600 !important;
  18. color: #131415 !important;
  19. }
  20. }
  21. .n-tabs-tab__label {
  22. z-index: 10;
  23. }
  24. .n-tabs-bar {
  25. height: 10px;
  26. background: linear-gradient(90deg, #77BBFF 0%, rgba(163, 231, 255, 0.22) 100%);
  27. z-index: 0;
  28. bottom: 6px;
  29. }
  30. .n-tab-pane {
  31. padding-top: 0 !important;
  32. }
  33. }
  34. .iconScreen {
  35. font-size: 18px;
  36. color: var(--n-color);
  37. font-weight: bold;
  38. width: 18px;
  39. height: 18px;
  40. cursor: pointer;
  41. }
  42. }
  43. .selectMusicModal {
  44. position: relative;
  45. width: 1352px;
  46. :global {
  47. .n-card-header {
  48. position: absolute;
  49. top: 0;
  50. left: 0;
  51. right: 0;
  52. .n-card-header__main {
  53. color: #fff;
  54. }
  55. }
  56. }
  57. }