|
@@ -7,6 +7,7 @@
|
|
|
@playing="playing"
|
|
|
:show-prev-button="false"
|
|
|
:show-next-button="false"
|
|
|
+ :show-playback-rate="false"
|
|
|
:audio-list="[item.videoUrl]"
|
|
|
:before-play="onBeforePlay"
|
|
|
></audio-player>
|
|
@@ -184,5 +185,12 @@ export default {
|
|
|
.selectText {
|
|
|
color: #ee0a24;
|
|
|
}
|
|
|
+ .audio-player {
|
|
|
+ .audio__btn-wrap {
|
|
|
+ .audio__play-rate {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|