Commit ce766ccd by doszhang

dos

parent e1dfe59c
...@@ -57,10 +57,10 @@ input[name='tel'] { ...@@ -57,10 +57,10 @@ input[name='tel'] {
video { video {
width: 100%; width: 100%;
height: 200%; height: 100%;
/*object-fit:cover;*/ /*object-fit:cover;*/
position: absolute; /*position: absolute;
top: -50%; top: -50%;*/
} }
.posi { .posi {
......
...@@ -193,10 +193,10 @@ function handleCityClick (event) { ...@@ -193,10 +193,10 @@ function handleCityClick (event) {
$('.video').attr('src', 'http://media.izhida.cn/' + event.data.types + '.mp4'); $('.video').attr('src', 'http://media.izhida.cn/' + event.data.types + '.mp4');
$('.video')[0].play(); $('.video')[0].play();
$('.video-block').show(); $('.video-block').show();
if(window.browser.versions.android) // if(window.browser.versions.android)
{ // {
$('.video-block').css('width','130%').css('left','-15%'); // $('.video-block').css('width','130%').css('left','-15%');
} // }
setTimeout(function(){ setTimeout(function(){
$('.bj-img').show(); $('.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