Add durations and LRC files to music page

This commit is contained in:
Joshua Boniface
2024-09-19 00:41:39 -04:00
parent 81437d3315
commit e25df4998f
4 changed files with 2162 additions and 4 deletions

View File

@ -424,7 +424,7 @@
}
.aplayer .aplayer-lrc p {
font-size: 12px;
color: #666;
color: #aaa;
line-height: 16px!important;
height: 16px!important;
padding: 0!important;
@ -511,12 +511,18 @@
cursor: pointer;
}
.aplayer .aplayer-list ol li .aplayer-list-index {
color: #666;
color: #888;
margin-right: 12px;
cursor: pointer;
}
.aplayer .aplayer-list ol li .aplayer-list-duration {
color: #888;
float: right;
cursor: pointer;
margin-left: 1em;
}
.aplayer .aplayer-list ol li .aplayer-list-author {
color: #666;
color: #888;
float: right;
cursor: pointer;
}