Ser Archer (Talk | contribs) |
Ser Archer (Talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 120: | Line 120: | ||
width:17%; | width:17%; | ||
margin-left:2%; | margin-left:2%; | ||
+ | } | ||
+ | .pi-photo{ | ||
+ | width:17%; | ||
+ | margin-left:4%; | ||
+ | float:left; | ||
} | } | ||
.member-text{ | .member-text{ | ||
Line 359: | Line 364: | ||
<div class="member-block" id="Hong Tian-p"> | <div class="member-block" id="Hong Tian-p"> | ||
− | <div class=" | + | <div class="pi-photo"> |
− | <img class="member-img" src="https://static.igem.org/mediawiki/2018/7/70/T--CPU_CHINA--team-Hong_Tian.png"> | + | <img id="hongtian" class="member-img" src="https://static.igem.org/mediawiki/2018/7/70/T--CPU_CHINA--team-Hong_Tian.png"> |
+ | <h3>Hong Tian</h3> | ||
+ | <h5>School of Life Science and Technology</h5> | ||
+ | <h5>China Pharmaceutical University</h5> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="pi-photo"> |
− | <img | + | <img id="xiaodasong" class="member-img" src="https://static.igem.org/mediawiki/2018/9/9d/T--CPU_CHINA--team-Xiaoda_Song.png"> |
+ | <h3>Xiaoda Song</h3> | ||
+ | <h5>School of Life Science and Technology</h5> | ||
+ | <h5>China Pharmaceutical University</h5> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="pi-photo"> |
− | <img class="member-img" src="https://static.igem.org/mediawiki/2017/7/70/T--CPU_CHINA--member_HH.png"> | + | <img id="huihuang" class="member-img" src="https://static.igem.org/mediawiki/2017/7/70/T--CPU_CHINA--member_HH.png"> |
+ | <h3>Hui Huang</h3> | ||
+ | <h5>School of Science</h5> | ||
+ | <h5>China Pharmaceutical University</h5> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="pi-photo"> |
− | <img class="member-img" src="https://static.igem.org/mediawiki/2018/8/8c/T--CPU_CHINA--team-Yan_Huang.png"> | + | <img id="yanhuang" class="member-img" src="https://static.igem.org/mediawiki/2018/8/8c/T--CPU_CHINA--team-Yan_Huang.png"> |
+ | <h3>Yan Huang</h3> | ||
+ | <h5>School of Pharmacy</h5> | ||
+ | <h5>China Pharmaceutical University</h5> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 400: | Line 417: | ||
setPhoto(); | setPhoto(); | ||
$(".mw-content-ltr").css("width",$(window).width()+"px"); | $(".mw-content-ltr").css("width",$(window).width()+"px"); | ||
− | $(".mw-content-ltr").css("height",document.body.scrollHeight+ | + | $(".mw-content-ltr").css("height",document.body.scrollHeight+1000+"px"); |
$(".member-block").css("width",$(window).width()+"px"); | $(".member-block").css("width",$(window).width()+"px"); | ||
Line 494: | Line 511: | ||
parent.appendChild(my); | parent.appendChild(my); | ||
parent.appendChild(zwl); | parent.appendChild(zwl); | ||
− | $(".mw-content-ltr").css("height",document.body.scrollHeight+"px"); | + | $(".mw-content-ltr").css("height",document.body.scrollHeight+1000+"px"); |
} | } | ||
+ | |||
+ | $(this).scroll(function(){ | ||
+ | $("#xiaodasong").css("height",$("#hongtian").height()+"px"); | ||
+ | $("#huihuang").css("height",$("#hongtian").height()+"px"); | ||
+ | $("#yanhuang").css("height",$("#hongtian").height()+"px"); | ||
+ | }) | ||
</script> | </script> | ||
Latest revision as of 03:20, 8 December 2018