Update APlayer.scss

This commit is contained in:
Karl Chen 2017-10-31 23:00:16 +08:00 committed by GitHub
parent 6c019aba08
commit 665b0e7342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6;
height: $aplayer-height;
width: $aplayer-height;
background-image: url(./default.jpg);
background-size: 100%;
background-size: cover;
transition: all 0.3s ease;
.aplayer-button {
@ -457,4 +457,4 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6;
@keyframes aplayer-roll {
0%{left:0}
100%{left: -100%}
}
}