| | |
| | | <p v-if="details.keyWords && details.keyWords.length > 0"> |
| | | <span>关键词:</span> |
| | | <span class="page-main-keyword" v-for="(item, index) in details.keyWords" :key="index">{{ item |
| | | }}</span> |
| | | }}</span> |
| | | </p> |
| | | <p v-if="details.cmsItemType != 'video' && details.cmsItemType != 'audio'"> |
| | | <el-button @click="openPdf(details.name)">查看全文</el-button> |
| | |
| | | if (this.details.cmsItemType == "video" || this.details.cmsItemType == "audio") { |
| | | if (this.details.file != "") { |
| | | this.details.src = await this.getResourcePath(this.details.file) |
| | | console.log(this.details.src, "视频地址"); |
| | | } |
| | | } |
| | | |
| | |
| | | object-fit: contain; |
| | | } |
| | | } |
| | | ::v-deep .el-loading-spinner { |
| | | .el-loading-text { |
| | | font-size: 14px; |
| | | color: #937950; |
| | | } |
| | | |
| | | .el-icon-loading { |
| | | font-size: 14px; |
| | | color: #937950; |
| | | } |
| | | } |
| | | |
| | | |
| | | </style> |
| | | |
| | | <style lang="less"> |
| | |
| | | .el-dialog__title, |
| | | .el-dialog__headerbtn .el-dialog__close { |
| | | color: #fff; |
| | | font-weight: 900; |
| | | font-size: 16px; |
| | | font-weight: 900;font-size: 16px; |
| | | } |
| | | } |
| | | } |