333
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -22,6 +22,11 @@
|
|||||||
@timeupdate="timeupdate"
|
@timeupdate="timeupdate"
|
||||||
@fullscreenchange="fullscreenchange"
|
@fullscreenchange="fullscreenchange"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
<cover-view class="speed">
|
||||||
|
<text class="doubleSpeed">倍速</text>
|
||||||
|
</cover-view>
|
||||||
|
|
||||||
<!-- <cover-view
|
<!-- <cover-view
|
||||||
|
|
||||||
class="video-view"
|
class="video-view"
|
||||||
@@ -1364,4 +1369,17 @@ cover-image {
|
|||||||
right: 0;
|
right: 0;
|
||||||
z-index: 999;
|
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>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user