播放器图标修正
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
@mouseover="thumbHovered = true"
|
||||
@mouseout="thumbHovered = false"
|
||||
class="aplayer-thumb"
|
||||
:style="{borderColor: theme, backgroundColor: thumbHovered ? theme : '#fff'}"
|
||||
:style="{borderColor: theme, backgroundColor: thumbHovered ? theme : '#fff'}"
|
||||
>
|
||||
<span class="aplayer-loading-icon"
|
||||
:style="{backgroundColor: theme }"
|
||||
@@ -169,10 +169,9 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
svg {
|
||||
.icon-svg {
|
||||
position: absolute;
|
||||
animation: spin 1s linear infinite;
|
||||
fill: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user