Add durations and LRC files to music page
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user