| | |
| | | <a-layout-footer> |
| | | <AplayerBox /> |
| | | <tagFooter /> |
| | | <MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo"/> |
| | | <MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo" /> |
| | | |
| | | <a-button v-if="miniVideoPlayData!=null && showMiniBox" class="fadeInRight" |
| | | style="position: fixed;right: 0px;bottom: 130px;" @click="showMyVideo(miniVideoPlayData)"> |
| | |
| | | // Dplayer Api地址 |
| | | // http://dplayer.js.org/ |
| | | import tagHeader from "../fixed/header.vue" |
| | | import tagFooter from "../fixed/footer.vue" |
| | | // import tagFooter from "../fixed/footer.vue" |
| | | const tagFooter = () => import("../fixed/footer.vue") |
| | | import AplayerBox from "../mini/Aplayer.vue" |
| | | import MyVideo from "../group/MyVideo.vue" |
| | | export default { |
| | |
| | | -webkit-animation-duration: 2s; |
| | | -webkit-animation-iteration-count: 1; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | .fadeInLeft { |
| | | -webkit-animation-name: "fadeInLeft"; |