commit
f6fdb2a49d
|
|
@ -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%}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue