视频播放
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="classDetail">
|
<div class="classDetail">
|
||||||
<div>
|
<div class="media">
|
||||||
<img src="./img/bg.png" alt="">
|
<img src="./img/bg.png" alt="">
|
||||||
|
<!-- <video src="./img/2676.mp4" controls/> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="title">
|
<div class="title">
|
||||||
@@ -42,7 +43,7 @@
|
|||||||
<div class="comm_content">中央精神的重要讲话为我们的前进指明了方向。</div>
|
<div class="comm_content">中央精神的重要讲话为我们的前进指明了方向。</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="comm_input_btn">
|
<div class="comm_input_btn" @click="showSend = true,showComment= false">
|
||||||
<div>我来说两句...</div>
|
<div>我来说两句...</div>
|
||||||
</div>
|
</div>
|
||||||
</u-popup>
|
</u-popup>
|
||||||
@@ -73,9 +74,9 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
showComment: false,
|
showComment: false,
|
||||||
showSend: true,
|
showSend: false,
|
||||||
content: '',
|
content: '',
|
||||||
|
height: 0,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -88,7 +89,21 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.classDetail {
|
.classDetail {
|
||||||
|
|
||||||
|
.media {
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
height: 420px;
|
||||||
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
width: 100%;
|
||||||
|
height: 420px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
margin-top: 30px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 46px;
|
font-size: 46px;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
|
|||||||
Reference in New Issue
Block a user