提交 84f088c9 authored 作者: matian's avatar matian

视频图片优化

上级 6f6ed0fc
...@@ -94,28 +94,28 @@ export default { ...@@ -94,28 +94,28 @@ export default {
desc: 'Welcome speech from the president of CBU', desc: 'Welcome speech from the president of CBU',
src: 'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video1.mp4', src: 'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video1.mp4',
poster: poster:
'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video1.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,w_550,h_550,m_fast' 'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video1.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
}, },
{ {
title: '线上项目', title: '线上项目',
desc: 'CBU Online Programs', desc: 'CBU Online Programs',
src: 'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video2.mp4', src: 'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video2.mp4',
poster: poster:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online_pc/sub_plus/video2.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,w_550,h_550,m_fast' 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online_pc/sub_plus/video2.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
}, },
{ {
title: '商学院', title: '商学院',
desc: 'School of Business', desc: 'School of Business',
src: 'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video3.mp4', src: 'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video3.mp4',
poster: poster:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online_pc/sub_plus/video3.mp4?x-oss-process=video/snapshot,t_27000,f_jpg,w_550,h_550,m_fast' 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online_pc/sub_plus/video3.mp4?x-oss-process=video/snapshot,t_27000,f_jpg,m_fast'
}, },
{ {
title: '丰富多彩的校园活动', title: '丰富多彩的校园活动',
desc: 'So much to do at CBU', desc: 'So much to do at CBU',
src: 'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video4.mp4', src: 'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video4.mp4',
poster: poster:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online_pc/sub_plus/video4.mp4?x-oss-process=video/snapshot,t_6000,f_jpg,w_550,h_550,m_fast' 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online_pc/sub_plus/video4.mp4?x-oss-process=video/snapshot,t_6000,f_jpg,m_fast'
} }
], ],
// 当前播放的视频 // 当前播放的视频
...@@ -247,8 +247,6 @@ export default { ...@@ -247,8 +247,6 @@ export default {
} }
.video-poster { .video-poster {
position: relative; position: relative;
width: 550px;
height: 550px;
&::after { &::after {
content: ''; content: '';
position: absolute; position: absolute;
...@@ -335,7 +333,8 @@ export default { ...@@ -335,7 +333,8 @@ export default {
// margin-left:50px; // margin-left:50px;
.item-media { .item-media {
width: 550px; width: 550px;
height: 550px; display: block;
// height: 550px;
position: relative; position: relative;
img { img {
width: 100%; width: 100%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论