| | |
| | | x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100" |
| | | :src="chapter003.videoUrl.v2"></video> |
| | | <span>{{ chapter003.videoMd5.v2.name }}</span> |
| | | |
| | | </div> |
| | | <div class="videoItem" v-if="chapter003.videoShow1"> |
| | | <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5" |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <el-dialog :visible.sync="dialogVisible" width="60vw" top="2vh" append-to-body lock-scroll :show-close="false" |
| | | class="custom-dialog"> |
| | | |
| | | |
| | | |
| | | |
| | | <el-dialog |
| | | :visible.sync="dialogVisible" |
| | | width="60vw" |
| | | top="2vh" |
| | | append-to-body |
| | | lock-scroll |
| | | :show-close="false" |
| | | class="custom-dialog" |
| | | > |
| | | <div slot="title" class="header_title"> |
| | | <span>{{ pdfTitle }}</span> |
| | | <span @click="closeDialog"> x </span> |
| | |
| | | <preView :isClear="dialogVisible" :md5="p_md5"></preView> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | isShowXyx12: false, |
| | | isShowXyx13: false, |
| | | isShowXyx14: false, |
| | | |
| | | isShowXyx15: false, |
| | | isShowXyx16: false, |
| | | isShowXyx17: false, |
| | | isShowXyx18: false, |
| | | |
| | | score1: 0, |
| | | score2: 0, |
| | | score3: 0, |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | // .pdfModal { |
| | | <!-- <style lang="less" scoped> --> |
| | | <!-- // .pdfModal { |
| | | // width: 100%; |
| | | // height: 90vh; |
| | | // } |
| | |
| | | // width: 90vw !important; |
| | | // } |
| | | // } |
| | | // } |
| | | </style> |
| | | <style lang="less" scoped> |
| | | // b { |
| | | // color: #F79447; |
| | | // } |
| | | // } --> |
| | | |
| | | .imgBox { |
| | | display: flex !important; |
| | | flex-direction: column-reverse !important; |
| | | position: relative !important; |
| | | |
| | | |
| | | .img { |
| | | position: absolute !important; |
| | | left: 40% !important; |
| | | bottom: -10% !important; |
| | | } |
| | | |
| | | img { |
| | | height: 80%; |
| | | } |
| | | } |
| | | </style> |
| | | <!-- </style> --> |