This commit is contained in:
2024-07-19 13:18:25 +08:00
parent 72eb9abf34
commit 77d8c67f64
2 changed files with 1239 additions and 1236 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,6 +22,11 @@
@timeupdate="timeupdate"
@fullscreenchange="fullscreenchange"
>
<cover-view class="speed">
<text class="doubleSpeed">倍速</text>
</cover-view>
<!-- <cover-view
class="video-view"
@@ -1364,4 +1369,17 @@ cover-image {
right: 0;
z-index: 999;
}
.speed {
position: absolute;
right: 20rpx;
top: 16rpx;
.doubleSpeed {
color: #fff;
font-size: 14rpx;
background-color: rgba(0, 0, 0, 0.6);
padding: 4rpx 6rpx;
}
}
</style>