...
|
...
|
@@ -15,7 +15,21 @@ |
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
height: 97%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.video_bg video {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.fourth_video {
|
|
|
height: 3.6rem;
|
|
|
}
|
|
|
|
|
|
.video_bg {
|
|
|
height: 3.5rem;
|
|
|
background-color: black;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
...
|
...
|
@@ -54,7 +68,7 @@ |
|
|
</ul>
|
|
|
<input type="hidden" value="0" name="city_id" id="city_id">
|
|
|
<div style="display:none;">
|
|
|
<input type="submit" id="city_submit"/>
|
|
|
<input type="submit" id="city_submit" />
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
...
|
...
|
@@ -119,26 +133,26 @@ |
|
|
});
|
|
|
//登录
|
|
|
var users = $('#users').val();
|
|
|
if(users == 0) {
|
|
|
if (users == 0) {
|
|
|
//监听播放时间
|
|
|
video_mask('您还不是会员,可试看20秒');
|
|
|
var video = document.getElementById('video');
|
|
|
//使用事件监听方式捕捉事件
|
|
|
video.addEventListener("timeupdate", function () {
|
|
|
video.addEventListener("timeupdate", function() {
|
|
|
var timeDisplay;
|
|
|
//用秒数来显示当前播放进度
|
|
|
timeDisplay = Math.floor(video.currentTime);
|
|
|
console.log(Math.floor(video.currentTime));
|
|
|
video.addEventListener('play', function () {
|
|
|
video.addEventListener('play', function() {
|
|
|
video.currentTime = 0;
|
|
|
});
|
|
|
//当视频播放到 15s的时候做处理
|
|
|
|
|
|
if (timeDisplay >= 20) {
|
|
|
video.addEventListener('play', function () {
|
|
|
video.currentTime = 0;
|
|
|
}),
|
|
|
video_mask('会员可观看完整视频');
|
|
|
video.addEventListener('play', function() {
|
|
|
video.currentTime = 0;
|
|
|
}),
|
|
|
video_mask('会员可观看完整视频');
|
|
|
video.pause();
|
|
|
}
|
|
|
}, false);
|
...
|
...
|
@@ -148,9 +162,10 @@ |
|
|
|
|
|
function bofang() {
|
|
|
video.play();
|
|
|
$('#video').show();
|
|
|
$('.video_poster').hide();
|
|
|
$("#video").attr("controls", "controls");
|
|
|
$(".fourth_video_start").hide();
|
|
|
$('.video_poster').css('z-index', '-1');
|
|
|
}
|
|
|
|
|
|
// swiper
|
...
|
...
|
@@ -183,21 +198,21 @@ |
|
|
$('.curren').children('li').find('.txt-cut').css('color', 'rgba(153, 153, 153, 1)');
|
|
|
switch_video(index);
|
|
|
});
|
|
|
// $(".select ul li").click(function() {
|
|
|
// $(".select input").val($(this).text());
|
|
|
// $(".select ul").hide();
|
|
|
// var index = $(this).index();
|
|
|
// $(".curren")
|
|
|
// .eq(index)
|
|
|
// .addClass("video_active")
|
|
|
// .siblings()
|
|
|
// .removeClass("video_active");
|
|
|
// });
|
|
|
// $(".select ul li").click(function() {
|
|
|
// $(".select input").val($(this).text());
|
|
|
// $(".select ul").hide();
|
|
|
// var index = $(this).index();
|
|
|
// $(".curren")
|
|
|
// .eq(index)
|
|
|
// .addClass("video_active")
|
|
|
// .siblings()
|
|
|
// .removeClass("video_active");
|
|
|
// });
|
|
|
|
|
|
var value = $('#cityName').val();
|
|
|
if(value != ''){
|
|
|
if (value != '') {
|
|
|
$('.show_city').val(value);
|
|
|
}else{
|
|
|
} else {
|
|
|
$('.show_city').val('所有');
|
|
|
}
|
|
|
|
...
|
...
|
@@ -206,9 +221,14 @@ |
|
|
var city_id = $(this).val();
|
|
|
$('#city_id').val(city_id);
|
|
|
$('form').submit();
|
|
|
window.location.href = '/portal/region/getMoreVideo?city_id='+city_id;
|
|
|
window.location.href = '/portal/region/getMoreVideo?city_id=' + city_id;
|
|
|
});
|
|
|
$('.star_gall_img li').each(function() {
|
|
|
$(this).click(function() {
|
|
|
$('#video').css('display', 'none');
|
|
|
$('.video_poster').css('visibility', 'visible!important');
|
|
|
});
|
|
|
});
|
|
|
|
|
|
//切换视频
|
|
|
function switch_video(index) {
|
|
|
//视频路径
|
...
|
...
|
@@ -222,14 +242,20 @@ |
|
|
$('#video').attr('src', oneVideo);
|
|
|
|
|
|
// 视频封面图
|
|
|
var oneCover = li_index.find('.li_img').attr('src');
|
|
|
$('.video_poster').attr('src', oneCover);
|
|
|
// $('.video_poster').css('z-index', '10');
|
|
|
var img = li_index.find('.li_img').attr('src');
|
|
|
$('.video_poster').attr('src', img);
|
|
|
|
|
|
$('.fourth_video_start').css({
|
|
|
'z-index': "100",
|
|
|
"display": "block"
|
|
|
});
|
|
|
$('#video').css('z-index', '0');
|
|
|
$('.video_poster').show();
|
|
|
$(".fourth_video_start").show();
|
|
|
|
|
|
|
|
|
// var oneCover = li_index.find('.li_img').attr('src');
|
|
|
// $('.video_poster').attr('src', oneCover);
|
|
|
// $('.fourth_video_start').css({
|
|
|
// 'z-index': "100",
|
|
|
// "display": "block"
|
|
|
// });
|
|
|
|
|
|
//标题,国家,取景,上映时间
|
|
|
var post_title = li_index.children('.li_post_title').val();
|
...
|
...
|
|