index.module.less 483 B

12345678910111213141516171819202122232425262728293031
  1. .liveClass {
  2. :global {
  3. .el-tabs__nav-wrap {
  4. @apply px-11;
  5. }
  6. .el-tabs__item {
  7. height: 64px;
  8. line-height: 64px;
  9. padding: 0 42px;
  10. }
  11. .el-tabs__nav-wrap::after {
  12. height: 1px;
  13. background: #eeeeee;
  14. }
  15. }
  16. .musicListItem:hover {
  17. box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.04);
  18. }
  19. .badge {
  20. display: inline;
  21. :global {
  22. .el-badge__content.is-fixed {
  23. top: -2px;
  24. right: 0;
  25. }
  26. }
  27. }
  28. }