Commit ce766ccd by doszhang

dos

parent e1dfe59c
......@@ -57,10 +57,10 @@ input[name='tel'] {
video {
width: 100%;
height: 200%;
height: 100%;
/*object-fit:cover;*/
position: absolute;
top: -50%;
/*position: absolute;
top: -50%;*/
}
.posi {
......
......@@ -193,10 +193,10 @@ function handleCityClick (event) {
$('.video').attr('src', 'http://media.izhida.cn/' + event.data.types + '.mp4');
$('.video')[0].play();
$('.video-block').show();
if(window.browser.versions.android)
{
$('.video-block').css('width','130%').css('left','-15%');
}
// if(window.browser.versions.android)
// {
// $('.video-block').css('width','130%').css('left','-15%');
// }
setTimeout(function(){
$('.bj-img').show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment