|
@@ -285,7 +285,7 @@ onUnmounted(() => {
|
|
|
</template>
|
|
</template>
|
|
|
<style scoped lang="less">
|
|
<style scoped lang="less">
|
|
|
video {
|
|
video {
|
|
|
- background: none;
|
|
|
|
|
|
|
+ background: black;
|
|
|
object-fit: fill;
|
|
object-fit: fill;
|
|
|
font-size: 0;
|
|
font-size: 0;
|
|
|
}
|
|
}
|
|
@@ -297,7 +297,7 @@ video {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
padding: 0.05rem 0;
|
|
padding: 0.05rem 0;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
- background: rgba(0, 0, 0, 0.25);
|
|
|
|
|
|
|
+ background: #666666;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|