|
|
@ -342,6 +342,11 @@ |
|
|
|
onerror="javascript:this.src='./images/1.png';" /> |
|
|
|
onerror="javascript:this.src='./images/1.png';" /> |
|
|
|
|
|
|
|
|
|
|
|
<template v-else> |
|
|
|
<template v-else> |
|
|
|
|
|
|
|
<!-- <el-image class="media-pic" |
|
|
|
|
|
|
|
:style="{backgroundImage: 'url(http://10.10.11.7/iasf/sysFiles/preview/1706961813193707521)'}" |
|
|
|
|
|
|
|
src="http://10.10.11.7/iasf/sysFiles/preview/1706961813193707521" |
|
|
|
|
|
|
|
:preview-src-list="['http://10.10.11.7/iasf/sysFiles/preview/1706961813193707521']"> |
|
|
|
|
|
|
|
</el-image> --> |
|
|
|
<video v-if="Util.isVideo(item.fileList[0].fileName.substring(item.fileList[0].fileName.lastIndexOf('.') + 1))" |
|
|
|
<video v-if="Util.isVideo(item.fileList[0].fileName.substring(item.fileList[0].fileName.lastIndexOf('.') + 1))" |
|
|
|
class="media-video" |
|
|
|
class="media-video" |
|
|
|
controls |
|
|
|
controls |
|
|
@ -423,10 +428,11 @@ |
|
|
|
class="none"> |
|
|
|
class="none"> |
|
|
|
<img src="@/assets/images/none.png" |
|
|
|
<img src="@/assets/images/none.png" |
|
|
|
alt=""> |
|
|
|
alt=""> |
|
|
|
<p class="text">暂无更多信息,敬请期待。</p> |
|
|
|
<p class="text">{{ $t('column.comming') }}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- <template v-if="info.listStyleId !== 73 && info.listStyleId !== 74"> --> |
|
|
|
<template v-if="info.listStyleId !== 73 && info.listStyleId !== 74"> |
|
|
|
<template v-if="info.listStyleId !== 73 && info.listStyleId !== 74"> |
|
|
|
<div v-if="site == 2" |
|
|
|
<div v-if="site == 2" |
|
|
|
class="right"> |
|
|
|
class="right"> |
|
|
@ -467,6 +473,8 @@ |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
<div v-else |
|
|
|
|
|
|
|
class="right"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -877,8 +885,8 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
.texts { |
|
|
|
.texts { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
bottom: 87px; |
|
|
|
top: 160px; |
|
|
|
left: 213px; |
|
|
|
left: 267px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text { |
|
|
|
.text { |
|
|
@ -1179,12 +1187,12 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
.media-video { |
|
|
|
.media-video { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 200px; |
|
|
|
min-height: 155px; |
|
|
|
} |
|
|
|
} |
|
|
|
/deep/.media-pic { |
|
|
|
/deep/.media-pic { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 200px; |
|
|
|
min-height: 155px; |
|
|
|
// background-size: 100% auto; |
|
|
|
// height: 200px; |
|
|
|
background-position: center center; |
|
|
|
background-position: center center; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
img { |
|
|
|
img { |
|
|
@ -1198,6 +1206,7 @@ export default { |
|
|
|
h6 { |
|
|
|
h6 { |
|
|
|
margin-top: 10px; |
|
|
|
margin-top: 10px; |
|
|
|
margin-bottom: 0; |
|
|
|
margin-bottom: 0; |
|
|
|
|
|
|
|
font-size: 1.2rem; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -1460,6 +1469,11 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.media { |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.right { |
|
|
|
.right { |
|
|
|
width: 95%; |
|
|
|
width: 95%; |
|
|
|