|
@@ -160,7 +160,7 @@ const handleSendDanmu=async ()=>{
|
|
<!-- 小屏时倍速 -->
|
|
<!-- 小屏时倍速 -->
|
|
<div
|
|
<div
|
|
class="small-screen-speed-btn"
|
|
class="small-screen-speed-btn"
|
|
- v-show="!videoState.isPageFullScreen&&videoState.isHover"
|
|
|
|
|
|
+ v-show="!videoState.isPageFullScreen&&videoState.isHover&&!$store.state.isMac"
|
|
@click.stop="videoState.showSpeedOpt=true"
|
|
@click.stop="videoState.showSpeedOpt=true"
|
|
>倍速</div>
|
|
>倍速</div>
|
|
<div
|
|
<div
|
|
@@ -177,7 +177,7 @@ const handleSendDanmu=async ()=>{
|
|
<input v-model="danmuState.content" type="text" maxlength="50" placeholder="发个友善的弹幕见证当下~" @keyup.enter="handleSendDanmu">
|
|
<input v-model="danmuState.content" type="text" maxlength="50" placeholder="发个友善的弹幕见证当下~" @keyup.enter="handleSendDanmu">
|
|
<span class="btn" @click.stop="handleSendDanmu">发送</span>
|
|
<span class="btn" @click.stop="handleSendDanmu">发送</span>
|
|
</div>
|
|
</div>
|
|
- <div style="position:relative">
|
|
|
|
|
|
+ <div style="position:relative" v-if="!$store.state.isMac">
|
|
<div class="speed-btn">倍速{{videoState.speed}}X</div>
|
|
<div class="speed-btn">倍速{{videoState.speed}}X</div>
|
|
<div class="speed-opt-box">
|
|
<div class="speed-opt-box">
|
|
<div
|
|
<div
|
|
@@ -272,6 +272,7 @@ const handleSendDanmu=async ()=>{
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 10px;
|
|
right: 10px;
|
|
bottom: 70px;
|
|
bottom: 70px;
|
|
|
|
+ z-index: 99;
|
|
.screen-change-box{
|
|
.screen-change-box{
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
position: relative;
|
|
position: relative;
|
|
@@ -513,6 +514,7 @@ const handleSendDanmu=async ()=>{
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
height: 70px;
|
|
height: 70px;
|
|
|
|
+ z-index: 99;
|
|
// background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
|
|
// background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
|
|
.danmu-item{
|
|
.danmu-item{
|
|
color: #fff;
|
|
color: #fff;
|