|
@@ -6,19 +6,11 @@
|
|
|
<div class="image">
|
|
|
<el-image
|
|
|
:preview-src-list="srcList"
|
|
|
- v-for="(item,index) in url"
|
|
|
:src="item"
|
|
|
- :key="index"
|
|
|
style="width: 20rem;height: 15rem;"
|
|
|
- >
|
|
|
+ v-for="(item, index) in url" :key="index">
|
|
|
</el-image>
|
|
|
</div>
|
|
|
- <div>
|
|
|
- <p class="title">
|
|
|
- <span class=" iconfont icon-shipin"></span>
|
|
|
- {{exhibitionImage.videoTitle}}</p>
|
|
|
- <video src=""></video>
|
|
|
- </div>
|
|
|
|
|
|
</div>
|
|
|
</template>
|
|
@@ -38,7 +30,7 @@
|
|
|
'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
|
|
|
'https://fuss10.elemecdn.com/8/27/f01c15bb73e1ef3793e64e6b7bbccjpeg.jpeg',
|
|
|
'https://fuss10.elemecdn.com/1/8e/aeffeb4de74e2fde4bd74fc7b4486jpeg.jpeg'
|
|
|
- ]
|
|
|
+ ],
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -52,14 +44,7 @@
|
|
|
font-weight: 600;
|
|
|
text-indent: 10px;
|
|
|
}
|
|
|
- .text {
|
|
|
- border-left: 8px solid black;
|
|
|
- margin: 10px 40px 10px 0;
|
|
|
- font-weight: 600;
|
|
|
- text-indent: 10px;
|
|
|
- display: inline-block;
|
|
|
|
|
|
- }
|
|
|
.image {
|
|
|
margin: 10px;
|
|
|
text-align: center;
|