| | |
| | | <img |
| | | src="/images/shuohuang/组 801.png" |
| | | alt="" |
| | | v-if="showHand == true" |
| | | @click="closeHand" |
| | | v-if="showHand == false" |
| | | @click="openHand" |
| | | /> |
| | | <img |
| | | src="/images/shuohuang/组 800.png" |
| | | alt="" |
| | | v-else |
| | | @click="openHand" |
| | | @click="closeHand" |
| | | /> |
| | | </div> |
| | | </div> |
| | |
| | | this.showPlayBtn = false; |
| | | if (this.guid == 1) { |
| | | this.$refs[`player_${this.curVideo.id}`][0].play(); |
| | | this.maxDuration = this.$refs[ |
| | | `player_${this.curVideo.id}` |
| | | ][0].getDuration(); |
| | | this.maxDuration = |
| | | this.$refs[`player_${this.curVideo.id}`][0].getDuration(); |
| | | } else { |
| | | this.videoArrs.forEach((v) => { |
| | | this.$refs[`player_${v.id}`][0].play(); |
| | |
| | | this.$refs[`player_${this.curVideo.id}`][0].seek(val); |
| | | // this.$refs[`player_${this.curVideo.ID}`][0].play(); |
| | | setTimeout(() => { |
| | | let curT = that.$refs[ |
| | | `player_${that.curVideo.ID}` |
| | | ][0].getCurrentTime(); |
| | | let curT = |
| | | that.$refs[`player_${that.curVideo.ID}`][0].getCurrentTime(); |
| | | }, 600); |
| | | } else { |
| | | this.videoArrs.forEach((v, i) => { |
| | |
| | | left: 46% !important; |
| | | bottom: 39% !important; |
| | | background-size: cover; |
| | | width: 106px; |
| | | height: 106px; |
| | | width: 11%; |
| | | height: 23%; |
| | | .outter { |
| | | width: 106px; |
| | | height: 106px; |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | </style> |