Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jianchayuan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mahui
jianchayuan
Commits
5cfe657f
Commit
5cfe657f
authored
Dec 25, 2020
by
mahui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ss
parent
8a7ae506
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
10 deletions
+19
-10
secondPage.vue
src/page/secondPage.vue
+19
-10
No files found.
src/page/secondPage.vue
View file @
5cfe657f
...
...
@@ -8,7 +8,7 @@
<div
class=
"left"
:style=
"
{width:index==2?'1860px':'1300px'}">
<div
id=
"divPlugin"
v-if=
"index==1"
></div>
<video
v-if=
"index==0"
class=
"video"
:src=
"video_src"
width=
"1300"
height=
"750"
controls
autoplay
@
ended=
"ended(sort)"
>
不支持当前video标签
</video>
<p
class=
"video_name"
v-if=
"index==0"
>
{{
video_name
}}
</p>
<p
class=
"video_name"
v-if=
"index==0"
>
<span>
{{
video_name
}}
</span>
</p>
<div
v-if=
"index==2"
class=
"videoList"
>
<div
v-for=
"(item,index) in channelLists"
:key=
"index"
class=
"video_one"
@
click=
"item.play=!item.play"
>
<!--
<div
class=
"cover"
v-show=
"!item.play"
>
-->
...
...
@@ -202,17 +202,13 @@
"2"
:{
list
:[
{
title
:
'
2018年8月14日,杭州市人民检察院公益诉讼检察开放日典型案例介绍
'
,
src
:
'/static/video/welfare/welfare_
1
.mp4'
,
title
:
'
公益诉讼在身边--视频
'
,
src
:
'/static/video/welfare/welfare_
6
.mp4'
,
play
:
false
,
},{
title
:
'野生动物保护案背后的揪心故事'
,
src
:
'/static/video/welfare/welfare_2.mp4'
,
play
:
false
,
},{
title
:
'爸爸去哪儿了'
,
src
:
'/static/video/welfare/welfare_3.mp4'
,
play
:
false
,
},{
title
:
'遇到非法猎捕 买卖野生动物 怎么办?'
,
src
:
'/static/video/welfare/welfare_4.mp4'
,
...
...
@@ -222,8 +218,13 @@
src
:
'/static/video/welfare/welfare_5.mp4'
,
play
:
false
,
},{
title
:
'公益诉讼在身边--视频'
,
src
:
'/static/video/welfare/welfare_6.mp4'
,
title
:
'2018年8月14日,杭州市人民检察院公益诉讼检察开放日典型案例介绍'
,
src
:
'/static/video/welfare/welfare_1.mp4'
,
play
:
false
,
},
{
title
:
'爸爸去哪儿了'
,
src
:
'/static/video/welfare/welfare_3.mp4'
,
play
:
false
,
}
],
...
...
@@ -669,13 +670,21 @@
height
:
60px
;
line-height
:
60px
;
text-align
:
left
;
background-color
:
rgb
(
34
,
28
,
23
);
background-color
:
#000
;
opacity
:
.5
;
-ms-filter
:
progid
:
DXImageTransform
.
Microsoft
.
Alpha
(
Opacity
=
50
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
Alpha
(
Opacity
=
50
);
padding
:
0
24px
;
color
:
#fff
;
font-size
:
22px
;
z-index
:
9999
;
overflow
:
hidden
;
}
.video_name
span
{
opacity
:
1
;
-ms-filter
:
progid
:
DXImageTransform
.
Microsoft
.
Alpha
(
Opacity
=
100
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
Alpha
(
Opacity
=
100
);
}
.right
.item
{
padding
:
10px
;
cursor
:
pointer
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment