index.module.less 295 B

12345678910111213141516171819202122
  1. .musicAlbum {
  2. background-color: #f8f9fc;
  3. min-height: 100vh;
  4. --van-tab-font-size: 17px;
  5. }
  6. .musicSong {
  7. margin: 16px 14px;
  8. border-radius: 10px;
  9. .musicName {
  10. max-width: 180px !important;
  11. }
  12. .author {
  13. max-width: 140px !important;
  14. }
  15. }
  16. .musicGrid {
  17. margin: 16px 12px;
  18. }