Ser Archer (Talk | contribs) |
Ser Archer (Talk | contribs) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{:Team:CPU_CHINA/Templates/NavFoot}} | {{:Team:CPU_CHINA/Templates/NavFoot}} | ||
− | <html> | + | <html style="background-color:rgb(250, 246, 243)"> |
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
Line 12: | Line 12: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | html | ||
+ | { | ||
+ | background-color:rgb(250, 246, 243); | ||
+ | } | ||
+ | |||
#foot-c116 | #foot-c116 | ||
{height:3.1% !important;z-index:1;} | {height:3.1% !important;z-index:1;} | ||
Line 115: | 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 354: | 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="pi-photo"> | |
− | <div class=" | + | <img id="xiaodasong" class="member-img" src="https://static.igem.org/mediawiki/2018/9/9d/T--CPU_CHINA--team-Xiaoda_Song.png"> |
− | <img | + | <h3>Xiaoda Song</h3> |
+ | <h5>School of Life Science and Technology</h5> | ||
+ | <h5>China Pharmaceutical University</h5> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <div class="pi-photo"> | ||
+ | <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 class="pi-photo"> | |
− | <div class=" | + | <img id="yanhuang" class="member-img" src="https://static.igem.org/mediawiki/2018/8/8c/T--CPU_CHINA--team-Yan_Huang.png"> |
− | <img class="member-img" src="https://static.igem.org/mediawiki/ | + | <h3>Yan Huang</h3> |
+ | <h5>School of Pharmacy</h5> | ||
+ | <h5>China Pharmaceutical University</h5> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
Line 418: | 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 512: | Line 511: | ||
parent.appendChild(my); | parent.appendChild(my); | ||
parent.appendChild(zwl); | parent.appendChild(zwl); | ||
− | $(".mw-content-ltr").css("height",document.body.scrollHeight+ | + | $(".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> | ||
+ | |||
</html> | </html> |
Latest revision as of 03:20, 8 December 2018