提交代码

prv
姜玉琦 2023-10-23 23:09:18 +08:00
parent 6478ec809d
commit 8fcc2dfbf1
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@
<el-carousel>
<el-carousel-item v-for="(item, idx) in JournalismList" :key="idx">
<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 style="text-align: center;font-size: 12px;line-height: 32px;margin-top: -32px;">
{{ item.title }}

View File

@ -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-min" :class="video.state?'imp-video':'videobo'">
<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>
</div>
<div v-if="video.state" class="style-con style-red"></div>