|
@@ -11,7 +11,36 @@
|
|
|
v-for="item in url">
|
|
|
</el-image>
|
|
|
</div>
|
|
|
+<div>
|
|
|
+ <p class="title">
|
|
|
+ <span class=" iconfont"></span>
|
|
|
+ {{exhibitionImage.videoTitle}}</p>N
|
|
|
+ <video src=""></video>
|
|
|
+</div>
|
|
|
+ <div>
|
|
|
+ <p class="title">
|
|
|
+ <span class=" iconfont icon-shipinbofangyingpian2"></span>
|
|
|
+ {{exhibitionImage.videoTitle}}</p>
|
|
|
+ <p class="text">xxx</p>
|
|
|
+ <section>
|
|
|
+ <el-row>
|
|
|
+ <template>
|
|
|
+ <el-col :span="10">
|
|
|
+ <el-image src="https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg"></el-image>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="10">
|
|
|
+ <p>名称xxx</p>
|
|
|
+ <p>2020-02-02</p>
|
|
|
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4">
|
|
|
+ <el-button class="icon-download iconfont" type="text"/>
|
|
|
+ </el-col>
|
|
|
+ </template>
|
|
|
+
|
|
|
+ </el-row>
|
|
|
+ </section>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -44,7 +73,14 @@
|
|
|
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;
|