| | |
| | | @click="playerIdx = (i-1)" |
| | | > |
| | | <div v-if="!videoUrl[i-1]" style="color: #ffffff;font-size: 30px;font-weight: bold;">{{i}}</div> |
| | | <player v-else :ref="'player'+i" :videoUrl="videoUrl[i-1]" fluent autoplay :height="true" |
| | | :containerId="'player'+i" @screenshot="shot" @destroy="destroy"></player> |
| | | <player v-else :videoUrl="videoUrl[i-1]" fluent autoplay @screenshot="shot" @destroy="destroy"/> |
| | | </div> |
| | | </div> |
| | | </el-main> |
| | |
| | | margin: 0 10px; |
| | | |
| | | } |
| | | |
| | | .btn:hover{ |
| | | color: #409EFF; |
| | | } |
| | | |
| | | .btn.active{ |
| | | color: #409EFF; |
| | | |
| | | } |
| | | |
| | | .redborder{ |
| | | border: 2px solid red !important; |
| | | } |
| | | |
| | | .play-box{ |
| | | background-color: #000000; |
| | | border: 2px solid #505050; |
| | |
| | | .baidumap > .BMap_cpyCtrl { |
| | | display: none !important; |
| | | } |
| | | |
| | | .baidumap > .anchorBL { |
| | | display: none !important; |
| | | } |