| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- 37页 --> |
| | | <div class="page-box" page="44"> |
| | | <div v-if="showPageList.indexOf(44) > -1"> |
| | | <ul class="fl al-c pad-t-55 pad-l-60 mb-45"> |
| | | <li class="header-left-Number">036</li> |
| | | <li class="header-left-text">民航概论(第 2 版)</li> |
| | | </ul> |
| | | <div class="bodystyle"> |
| | | <div style="min-height:800px"><iframe :src="iframSrc" frameborder="0" |
| | | style="width: 100%; height: 800px"></iframe></div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <preView :isClear="dialogVisible" :md5="p_md5" :pdfTitle="somePdfTitleValue" ref="pdfDialogRef"></preView> |
| | | </div> |
| | | </template> |
| | |
| | | data() { |
| | | return { |
| | | pdfDialogRef: "", |
| | | iframSrc: "", |
| | | showChoiceAnswer: false, |
| | | showQuestionAnswer: false, |
| | | showCheckAnswer: false, |
| | |
| | | if (CheckQuestion) { |
| | | this.questionData.check = JSON.parse(CheckQuestion); |
| | | } |
| | | this.getModel() |
| | | }, |
| | | methods: { |
| | | toUrl(val) { |
| | |
| | | this.questionData.check.isComplete = false |
| | | this.showCheckAnswer = false |
| | | }, |
| | | // 三维模型 |
| | | getModel() { |
| | | const ctx = 'https://jsek.bnuic.com' |
| | | let localStr = |
| | | './static/modelView/index.html?md5=e405ef70e49088f167a0fd613b85b7b3' + |
| | | '&name=je' + |
| | | '&domain=' + |
| | | ctx + |
| | | '&target=iframe' |
| | | this.iframSrc = localStr |
| | | } |
| | | } |
| | | |
| | | } |
| | |
| | | margin: 0 !important; |
| | | font-size: 16px !important; |
| | | position: absolute !important; |
| | | left: 40% !important; |
| | | left: 50% !important; |
| | | transform: translateX(-50%); |
| | | bottom: -2% !important; |
| | | } |
| | | |