12345678910111213141516171819202122 |
- .musicAlbum {
- background-color: #f8f9fc;
- min-height: 100vh;
- --van-tab-font-size: 17px;
- }
- .musicSong {
- margin: 16px 14px;
- border-radius: 10px;
- .musicName {
- max-width: 180px !important;
- }
- .author {
- max-width: 140px !important;
- }
- }
- .musicGrid {
- margin: 16px 12px;
- }
|