1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .resource-main {
- height: 100%;
- :global {
- .n-tabs-tab-pad {
- width: 24px !important;
- }
- .n-tabs-nav {
- padding: 12px 20px 24px;
- }
- .n-tabs-tab {
- color: #8B8D98;
- font-size: 16px;
- 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: 6px;
- }
- .n-tab-pane {
- padding-top: 0 !important;
- }
- }
- .iconScreen {
- font-size: 18px;
- color: var(--n-color);
- font-weight: bold;
- width: 18px;
- height: 18px;
- cursor: pointer;
- }
- }
- .selectMusicModal {
- position: relative;
- width: 1352px;
- :global {
- .n-card-header {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- .n-card-header__main {
- color: #fff;
- }
- }
- }
- }
|