|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<view style="position:relative;width:100%;" :style="{'height':videoHeight+'px'}"> |
|
|
|
<video id="video_play" @click="stopPlay" :src="videoObj.videoUrl" :controls="false" @ended="videoEnded()" |
|
|
|
@loadedmetadata="onMetadataLoaded" :autoplay="auto" :show-fullscreen-btn="false" :loop="isLoop" |
|
|
|
style="width: 100%;height: 100%;" object-fit="cover"></video> |
|
|
|
style="width: 100%;height: 100%;" object-fit="none"></video> |
|
|
|
<view class="question"></view> |
|
|
|
<view class="popup-layer-back" v-if="!start" v-show="question"> |
|
|
|
<!-- <view class="popup-layer-close" @click="question=false">关闭</view> --> |
|
|
|
@ -379,7 +379,7 @@ |
|
|
|
top: 45%; |
|
|
|
left: 10%; |
|
|
|
width: 100%; |
|
|
|
font-size: 1.2rem; |
|
|
|
font-size: 1.1rem; |
|
|
|
} |
|
|
|
|
|
|
|
.popup-layer .anitem { |
|
|
|
@ -434,7 +434,7 @@ |
|
|
|
left: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
width: 560rpx; |
|
|
|
height: 400rpx; |
|
|
|
height: 560rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.failed-tip image { |
|
|
|
|