作者 zhangwei
1 个管道 的构建 通过 耗费 0 秒

1

@@ -23,7 +23,12 @@ @@ -23,7 +23,12 @@
23 height: 100%; 23 height: 100%;
24 } 24 }
25 25
  26 + .fourth_video {
  27 + height: 3.6rem;
  28 + }
  29 +
26 .video_bg { 30 .video_bg {
  31 + height: 3.5rem;
27 background-color: black; 32 background-color: black;
28 } 33 }
29 </style> 34 </style>
@@ -157,7 +162,7 @@ @@ -157,7 +162,7 @@
157 162
158 function bofang() { 163 function bofang() {
159 video.play(); 164 video.play();
160 - $('#video').css('visibility', 'visible'); 165 + $('#video').show();
161 $('.video_poster').hide(); 166 $('.video_poster').hide();
162 $("#video").attr("controls", "controls"); 167 $("#video").attr("controls", "controls");
163 $(".fourth_video_start").hide(); 168 $(".fourth_video_start").hide();
@@ -220,7 +225,8 @@ @@ -220,7 +225,8 @@
220 }); 225 });
221 $('.star_gall_img li').each(function() { 226 $('.star_gall_img li').each(function() {
222 $(this).click(function() { 227 $(this).click(function() {
223 - $('#video').css('visibility', 'hidden'); 228 + $('#video').css('display', 'none');
  229 + $('.video_poster').css('visibility', 'visible!important');
224 }); 230 });
225 }); 231 });
226 //切换视频 232 //切换视频