提交代码
parent
6478ec809d
commit
8fcc2dfbf1
|
@ -153,7 +153,7 @@
|
||||||
<el-carousel>
|
<el-carousel>
|
||||||
<el-carousel-item v-for="(item, idx) in JournalismList" :key="idx">
|
<el-carousel-item v-for="(item, idx) in JournalismList" :key="idx">
|
||||||
<div style="height: 94%;text-align: center;" @click="handJournalism(item)">
|
<div style="height: 94%;text-align: center;" @click="handJournalism(item)">
|
||||||
<img :src="$apiPath + item.mainImage + '.min.jpg'" style="width: 99%;height: 100%;">
|
<img :src="$apiPath + item.mainImage + '.1000.jpg'" style="width: 99%;height: 100%;">
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: center;font-size: 12px;line-height: 32px;margin-top: -32px;">
|
<div style="text-align: center;font-size: 12px;line-height: 32px;margin-top: -32px;">
|
||||||
{{ item.title }}
|
{{ item.title }}
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
<div class="ai-key-videos-max" style="position: relative;" v-for="(video,index) in majorVideoList" :key="index">
|
<div class="ai-key-videos-max" style="position: relative;" v-for="(video,index) in majorVideoList" :key="index">
|
||||||
<div class="ai-key-videos-min" :class="video.state?'imp-video':'videobo'">
|
<div class="ai-key-videos-min" :class="video.state?'imp-video':'videobo'">
|
||||||
<H265Player v-if="video.state" :url="getVideoUrl(video)"/>
|
<H265Player v-if="video.state" :url="getVideoUrl(video)"/>
|
||||||
<div class="ai-video-name" style="position: absolute;height: 35px;line-height: 35px;padding: 0px 15px;z-index: 99999;bottom: 8px;font-size: 13px;">
|
<div class="ai-video-name" style="position: absolute;height: 35px;line-height: 35px;padding: 0px 15px;z-index: 1;bottom: 8px;font-size: 13px;">
|
||||||
<span v-if="video.state">{{video.videoName}}({{video.passageName}})</span>
|
<span v-if="video.state">{{video.videoName}}({{video.passageName}})</span>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="video.state" class="style-con style-red"></div>
|
<div v-if="video.state" class="style-con style-red"></div>
|
||||||
|
|
Loading…
Reference in New Issue