...
|
...
|
@@ -133,6 +133,9 @@ |
|
|
<!-- <div class="index_seventh_bottom_two">国家:<span class="city_name"></span></div> -->
|
|
|
<div class="index_seventh_bottom_three">取景:<span class="framing"></span></div>
|
|
|
<div class="index_seventh_bottom_four">上映时间:<span class="release_time"></span></div>
|
|
|
<!--视频索引-->
|
|
|
<input type="hidden" value="0" class="video_index">
|
|
|
|
|
|
<div class="index_seventh_bottom_five">
|
|
|
<div class="index_seventh_bottom_title">分享:</div>
|
|
|
<div class="index_seventh_bottom_img1">
|
...
|
...
|
@@ -233,8 +236,9 @@ |
|
|
$(".select ul").toggle();
|
|
|
}
|
|
|
});
|
|
|
var video_index = getUrlParam('video_index');
|
|
|
//默认第一个视频
|
|
|
switch_video(0);
|
|
|
switch_video(video_index);
|
|
|
|
|
|
//点击切换
|
|
|
$('.curren li').click(function() {
|
...
|
...
|
@@ -242,6 +246,7 @@ |
|
|
$('.curren').children('li').find('.li_img').css('opacity', '0.3');
|
|
|
$('.curren').children('li').find('.txt-cut').css('color', 'rgba(153, 153, 153, 1)');
|
|
|
switch_video(index);
|
|
|
$('.video_index').val(index);
|
|
|
});
|
|
|
|
|
|
// $(".select ul li").click(function() {
|
...
|
...
|
|