|
|
@@ -94,7 +94,7 @@
|
|
|
<div class="mini-progress-played" :style="{ width: progressPercent + '%' }"></div>
|
|
|
<div class="mini-progress-dot" :style="{ left: progressPercent + '%' }"></div>
|
|
|
</div>
|
|
|
- <div v-else class="mini-progress-bar">
|
|
|
+ <div v-else class="mini-progress-bar" style="cursor: default">
|
|
|
<div class="mini-progress-live">
|
|
|
<span style="color: #ffffff">直播</span>
|
|
|
</div>
|
|
|
@@ -2544,14 +2544,14 @@ div[data-title]:not([data-title-position]) {
|
|
|
}
|
|
|
|
|
|
.mini-progress-live {
|
|
|
- background-color: #ffffff30;
|
|
|
- padding: 3px 10px;
|
|
|
+ //background-color: #ffffff30;
|
|
|
+ //padding: 3px 10px;
|
|
|
padding-left: 20px;
|
|
|
border-radius: 3px;
|
|
|
font-size: 12px;
|
|
|
position: relative;
|
|
|
|
|
|
- &::after{
|
|
|
+ &::after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
@@ -2561,9 +2561,8 @@ div[data-title]:not([data-title-position]) {
|
|
|
height: 6px;
|
|
|
background-color: #ff4757;
|
|
|
border-radius: 50%;
|
|
|
- animation:
|
|
|
- pulse 1.5s ease-in-out infinite,
|
|
|
- glow 2s ease-in-out infinite;
|
|
|
+ animation: pulse 1.5s ease-in-out infinite,
|
|
|
+ glow 2s ease-in-out infinite;
|
|
|
}
|
|
|
}
|
|
|
|