Commit e35420f2 authored by jyx's avatar jyx

调整视频位置

parent 50cb0261
<template>
<view style="width: 100%;height: 100%;">
<view style="width: 100%;height: 100%;background-color: #000000;">
<!-- <status-title style="position: absolute;" iconColor="white" :showBack="true" /> -->
<swiper class="swiper" circular @change="swiperChange" :current="current" :vertical="true" :duration="duration">
<swiper-item style="background-color: black;" v-for="(list, index) in displaySwiperList" :key="index"
<swiper-item style="background-color: #000;" v-for="(list, index) in displaySwiperList" :key="index"
@click="tapVides()">
<block>
<tt-video-player v-if="Math.abs(displayIndex-index)==0" :id="list.vedioIndex"
......@@ -142,7 +142,6 @@
// #endif
this.getData()
},
onShow() {
......@@ -497,8 +496,8 @@
.swiper {
width: 100%;
height: 100%;
background-color: #000000;
height: 94%;
background-color: #000;
}
.videoHover {
......@@ -611,13 +610,13 @@
.wordss2 {
width: 100%;
height: 80rpx;
opacity: 0.8;
background: black;
height: 6%;
// opacity: 0.8;
// background: black;
display: flex;
flex-direction: row;
align-items: center;
border-radius: 60rpx;
// border-radius: 60rpx;
margin-top: 20rpx;
image {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment