Difference between revisions of "Team:CPU CHINA/Team"

Line 150: Line 150:
 
     $(".mw-content-ltr").css("width",$(window).width()+"px");
 
     $(".mw-content-ltr").css("width",$(window).width()+"px");
 
     $(".mw-content-ltr").css("height",document.body.scrollHeight+"px");
 
     $(".mw-content-ltr").css("height",document.body.scrollHeight+"px");
 
    $(".photo1").css("width",$(window).width()+"px");
 
  
 
})
 
})
Line 164: Line 162:
 
}
 
}
  
/****************************填充视频********************************/
+
/****************************填充照片********************************/
function setVideo(){
+
function setPhoto(){
 
   $("#photo1").css("height",$(window).height()*0.7+"px");
 
   $("#photo1").css("height",$(window).height()*0.7+"px");
 
   $("#photo1").css("width",$(window).width()*0.9+"px");
 
   $("#photo1").css("width",$(window).width()*0.9+"px");
 
   var parent=document.getElementById("mw-content-text");
 
   var parent=document.getElementById("mw-content-text");
   var child=document.getElementById("team-video");
+
   var child=document.getElementById("photo1");
 
   
 
   
 
   parent.appendChild(child);
 
   parent.appendChild(child);

Revision as of 06:52, 24 August 2018