Merge pull request #162 from kn007/patch-1

fix pic 重复打印,拉伸输出
This commit is contained in:
DIYgod 2017-11-01 21:35:59 -05:00 committed by GitHub
commit f6fdb2a49d
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%}
}
}