ShuguangWang (Talk | contribs) |
ShuguangWang (Talk | contribs) |
||
Line 4: | Line 4: | ||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
+ | <script src="jquery.js" type="text/javascript"></script> | ||
<style type="text/css"> | <style type="text/css"> | ||
* { | * { | ||
Line 9: | Line 10: | ||
padding: 0; | padding: 0; | ||
list-style: none; | list-style: none; | ||
+ | list-style-type: none; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
− | + | body { | |
− | + | width: 100%; | |
− | + | background-image: url("img/arches.png") | |
− | background-color: | + | } |
− | height: | + | |
− | box-shadow: 0 1px 3px # | + | .test { |
+ | width: 100%; | ||
+ | background-color: black; | ||
+ | height: 50px; | ||
+ | } | ||
+ | |||
+ | .hezhao{ | ||
+ | width: 100%; | ||
+ | box-shadow: 0 1px 3px #676767; | ||
+ | } | ||
+ | |||
+ | .tuandui { | ||
+ | width: 80%; | ||
+ | right: 2%; | ||
+ | padding: 0 2%; | ||
+ | float: right; | ||
+ | position: absolute; | ||
+ | background-color: #ffffff; | ||
+ | box-shadow: 0 1px 3px #676767; | ||
border-radius: 3px; | border-radius: 3px; | ||
} | } | ||
− | . | + | .cebian { |
− | + | width: 10%; | |
− | + | height: 80%; | |
− | + | float: left; | |
− | + | left: 2%; | |
− | + | top: 15%; | |
+ | position: fixed; | ||
+ | } | ||
+ | .h1 { | ||
+ | height: 100px; | ||
+ | line-height: 100px; | ||
+ | font-weight: bold; | ||
+ | font-family: 'Product Sans', sans-serif; | ||
+ | font-size: 50px; | ||
+ | border-bottom: 3px solid black; | ||
+ | margin: 0 2.4%; | ||
} | } | ||
− | . | + | .tuandui .tuandui_list { |
+ | position: relative; | ||
+ | margin-top: 40px; | ||
+ | height: 510px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .tuandui { | ||
display: block; | display: block; | ||
− | |||
font-family: Arial, Verdana, Sans-serif; | font-family: Arial, Verdana, Sans-serif; | ||
} | } | ||
− | . | + | .tuandui_list>li { |
padding: 0; | padding: 0; | ||
− | width: | + | width: 20%; |
float: left; | float: left; | ||
position: relative; | position: relative; | ||
− | margin: 0 | + | margin: 0 2.4%; |
text-align: center; | text-align: center; | ||
− | + | ||
} | } | ||
− | + | .duiyuan img { | |
− | . | + | width: 100%; |
− | width: | + | |
height: 250px; | height: 250px; | ||
− | border-top: 3px solid # | + | border-top: 3px solid #1fa67a; |
− | border-left: 3px solid # | + | border-left: 3px solid #1fa67a; |
− | border-right: 3px solid # | + | border-right: 3px solid #1fa67a; |
− | border-top-left-radius: 5px; | + | /* border-top-left-radius: 5px; |
− | border-top-right-radius: 5px; | + | border-top-right-radius: 5px; */ |
} | } | ||
− | . | + | .duiyuan .xingming { |
− | height: | + | width: 100%; |
− | line-height: | + | height: 50px; |
− | background-color: # | + | line-height: 50px; |
+ | background-color: #1fa67a; | ||
+ | border-left: 3px solid #1fa67a; | ||
+ | border-right: 3px solid #1fa67a; | ||
font-size: 16px; | font-size: 16px; | ||
color: white; | color: white; | ||
box-shadow: 0 1px 3px #CCCCCC; | box-shadow: 0 1px 3px #CCCCCC; | ||
− | |||
− | |||
− | |||
− | |||
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; | ||
font-size: 24px; | font-size: 24px; | ||
Line 73: | Line 107: | ||
} | } | ||
− | . | + | .duiyuan .jieshao { |
− | background-color: # | + | width: 100%; |
+ | height: 200px; | ||
+ | background-color: #FFFFCC; | ||
+ | border-bottom: 3px solid #1fa67a; | ||
+ | border-left: 3px solid #1fa67a; | ||
+ | border-right: 3px solid #1fa67a; | ||
+ | /* border-bottom-left-radius: 5px; | ||
+ | border-bottom-right-radius: 5px; */ | ||
} | } | ||
− | . | + | .duiyuan .jieshao .saohua { |
− | + | padding-top: 15px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | padding-top: | + | |
height: 100px; | height: 100px; | ||
+ | color: black; | ||
font-family: Arial; | font-family: Arial; | ||
font-style: italic; | font-style: italic; | ||
+ | font-size: 18px; | ||
list-style-type: none; | list-style-type: none; | ||
text-align: center; | text-align: center; | ||
Line 98: | Line 130: | ||
} | } | ||
− | . | + | .logoleft { |
− | + | width: 60%; | |
− | + | margin: 15% auto; | |
− | + | display: block; | |
− | + | position: relative; | |
− | + | } | |
− | + | ||
− | + | .logoleft img { | |
− | + | width: 100%; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | <!-- 滚动菜单栏CSS --> | ||
+ | <style> | ||
+ | #float01 { | ||
+ | |||
+ | } | ||
+ | |||
+ | #float02 { | ||
+ | |||
+ | } | ||
+ | |||
+ | #float03 { | ||
+ | |||
+ | } | ||
+ | |||
+ | div.floatCtro { | ||
+ | width: 100%; | ||
+ | height: 250px; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | div.floatCtro .daohanger { | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | height: 40px; | ||
+ | line-height: 40px; | ||
+ | font-family: Arial; | ||
+ | font-size: 14px; | ||
+ | color: #676767; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | cursor: pointer; | ||
+ | background: #fff; | ||
+ | } | ||
+ | |||
+ | div.floatCtro a { | ||
+ | display: inline-block; | ||
+ | display: none; | ||
+ | width: 100%; | ||
+ | height: 40px; | ||
+ | margin: 10px 0 0 0; | ||
+ | background: #000; | ||
+ | color: #FFF; | ||
+ | vertical-align: middle; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | div.floatCtro a span { | ||
+ | display: block; | ||
+ | height: 44px; | ||
+ | line-height:44px; | ||
+ | font-family: Arial; | ||
+ | font-size: 16px; | ||
+ | text-align: center; | ||
+ | _margin: -10px 0 0 16px; | ||
+ | } | ||
+ | |||
+ | div.floatCtro a:hover { | ||
+ | background: #76b39d; | ||
+ | color: #ffffff; | ||
+ | zoom: 1; | ||
+ | } | ||
+ | |||
+ | div.floatCtro .daohanger:hover { | ||
+ | background: #76b39d; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | div.floatCtro .daohanger.cur { | ||
+ | background: #1fa67a; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | .daohangyi { | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | height: 40px; | ||
+ | color: #ffffff; | ||
+ | font-size: 16px; | ||
+ | background-color: #13334c; | ||
+ | border-bottom: 1px solid black; | ||
+ | } | ||
+ | |||
+ | .biaoti { | ||
+ | line-height: 40px; | ||
+ | width: 50%; | ||
+ | margin-left: 6%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .daohangyi img { | ||
+ | display: inline-block; | ||
+ | width: 20px; | ||
+ | height: 20px; | ||
+ | vertical-align: middle; | ||
+ | background-size: 100% 100%;; | ||
+ | } | ||
+ | </style> | ||
+ | <!-- 滚动菜单栏CSS --> | ||
+ | <!-- 滚动菜单栏jQuery --> | ||
+ | <script> | ||
+ | $(function () { | ||
+ | var AllHet = $(window).height(); | ||
+ | var mainHet = $('.floatCtro').height(); | ||
+ | var fixedTop = (AllHet - mainHet) / 2 | ||
+ | // $('div.floatCtro').css({top:fixedTop+'px'}); | ||
+ | $('div.floatCtro p').click(function () { | ||
+ | var ind = $('div.floatCtro p').index(this) + 1; | ||
+ | var topVal = $('#float0' + ind).offset().top; | ||
+ | $('body,html').animate({ scrollTop: topVal }, 1000) | ||
+ | }) | ||
+ | $('div.floatCtro a').click(function () { | ||
+ | $('body,html').animate({ scrollTop: 0 }, 1000) | ||
+ | }) | ||
+ | $(window).scroll(scrolls) | ||
+ | scrolls() | ||
+ | function scrolls() { | ||
+ | var f1, f2, f3, bck; | ||
+ | var fixRight = $('div.floatCtro p'); | ||
+ | var blackTop = $('div.floatCtro a') | ||
+ | var sTop = $(window).scrollTop(); | ||
+ | fl = $('#float01').offset().top; | ||
+ | f2 = $('#float02').offset().top; | ||
+ | f3 = $('#float03').offset().top; | ||
+ | // f4 = $('#float04').offset().top; | ||
+ | // f5 = $('#float05').offset().top; | ||
+ | // f6 = $('#float06').offset().top; | ||
+ | // f7 = $('#float07').offset().top; | ||
+ | |||
+ | |||
+ | if (sTop <= f2 - 100) { | ||
+ | blackTop.fadeOut(300).css('display', 'none') | ||
+ | } | ||
+ | else { | ||
+ | blackTop.fadeIn(300).css('display', 'block') | ||
+ | } | ||
+ | |||
+ | if (sTop >= fl) { | ||
+ | fixRight.eq(0).addClass('cur').siblings().removeClass('cur'); | ||
+ | } | ||
+ | if (sTop >= f2 - 100) { | ||
+ | fixRight.eq(1).addClass('cur').siblings().removeClass('cur'); | ||
+ | } | ||
+ | if (sTop >= f3 - 100) { | ||
+ | fixRight.eq(2).addClass('cur').siblings().removeClass('cur'); | ||
+ | } | ||
+ | |||
+ | } | ||
+ | }) | ||
+ | </script> | ||
+ | |||
+ | <!-- 滚动菜单栏jQuery --> | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div class=" | + | <div class="test"></div> |
− | < | + | <div class="tuandui"> |
− | < | + | <img class="hezhao" src="https://static.igem.org/mediawiki/2018/c/cb/T--HZAU-China--hezhao1.jpg" alt=""> |
− | <img src=" | + | <div id="float01" class="cur"> |
− | + | ||
− | < | + | <div class="h1">MEMBERS</div> |
− | <div class=" | + | |
− | <p>This year,I'm captain of the HZAU-China. I hope I can be a brilliant person like professor | + | <ul class="tuandui_list"> |
+ | <li class="duiyuan"> | ||
+ | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | ||
+ | <div class="xingming">Shane</div> | ||
+ | <div class="jieshao"> | ||
+ | <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person | ||
+ | like | ||
+ | professor | ||
Li who is my goddess.</p> | Li who is my goddess.</p> | ||
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">YinQing Zeng</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I |
− | <div class=" | + | love |
− | <p>I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I love | + | |
rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert | rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert | ||
shop in the future even though I don't like dessert.</p> | shop in the future even though I don't like dessert.</p> | ||
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Yini Miao</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year |
− | <div class=" | + | and |
− | <p>Yini Miao, one of the model group, who are intrigued with modeling last year and always try | + | always try |
her best to think and reflect.</p> | her best to think and reflect.</p> | ||
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Yini Miao</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year |
− | <div class=" | + | and |
− | <p> | + | always try |
− | + | her best to think and reflect.</p> | |
− | + | ||
</div> | </div> | ||
− | </ | + | </li> |
− | + | </ul> | |
− | + | ||
− | + | <ul class="tuandui_list"> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Shane</div> | |
− | < | + | <div class="jieshao"> |
− | <div class=" | + | <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person |
− | <p>This | + | like |
− | + | professor | |
− | + | Li who is my goddess.</p> | |
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">YinQing Zeng</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I |
− | <div class=" | + | love |
− | <p> | + | rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert |
− | + | shop in the future even though I don't like dessert.</p> | |
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Yini Miao</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year |
− | <div class=" | + | and |
− | <p> | + | always try |
− | + | her best to think and reflect.</p> | |
− | + | ||
− | to | + | |
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Yini Miao</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year |
− | <div class=" | + | and |
− | <p> | + | always try |
− | + | her best to think and reflect.</p> | |
− | + | ||
− | + | ||
</div> | </div> | ||
− | </ | + | </li> |
− | + | </ul> | |
− | + | ||
− | + | <ul class="tuandui_list"> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Shane</div> | |
− | < | + | <div class="jieshao"> |
− | <div class=" | + | <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person |
− | <p> | + | like |
− | + | professor | |
+ | Li who is my goddess.</p> | ||
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">YinQing Zeng</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I |
− | <div class=" | + | love |
− | <p>This | + | rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert |
− | + | shop in the future even though I don't like dessert.</p> | |
− | + | ||
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Yini Miao</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year |
− | <div class=" | + | and |
− | <p> | + | always try |
− | + | her best to think and reflect.</p> | |
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Yini Miao</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year |
− | <div class=" | + | and |
− | <p> | + | always try |
− | + | her best to think and reflect.</p> | |
− | to | + | |
− | + | ||
</div> | </div> | ||
− | </ | + | </li> |
− | + | </ul> | |
− | + | ||
− | + | <ul class="tuandui_list"> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Shane</div> | |
− | < | + | <div class="jieshao"> |
− | <div class=" | + | <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person |
− | <p> | + | like |
− | + | professor | |
− | + | Li who is my goddess.</p> | |
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">YinQing Zeng</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I |
− | <div class=" | + | love |
− | <p> | + | rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert |
− | + | shop in the future even though I don't like dessert.</p> | |
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | </li> | |
− | + | <li class="duiyuan"> | |
− | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | |
− | + | <div class="xingming">Yini Miao</div> | |
− | + | <div class="jieshao"> | |
− | < | + | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year |
− | <div class=" | + | and |
− | <p> | + | always try |
− | + | her best to think and reflect.</p> | |
− | + | ||
− | + | ||
</div> | </div> | ||
− | </ | + | </li> |
− | + | <li class="duiyuan"> | |
− | < | + | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> |
− | <img src=" | + | <div class="xingming">Yini Miao</div> |
− | <a class=" | + | <div class="jieshao"> |
− | < | + | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year |
− | <div class=" | + | and |
− | <p>I | + | always try |
− | + | her best to think and reflect.</p> | |
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div id="float02"> | ||
+ | <div class="h1">STUDENT ADVISOR</div> | ||
+ | <ul class="tuandui_list"> | ||
+ | <li class="duiyuan"> | ||
+ | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | ||
+ | <div class="xingming">Shane</div> | ||
+ | <div class="jieshao"> | ||
+ | <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person | ||
+ | like | ||
+ | professor | ||
+ | Li who is my goddess.</p> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div id="float03"> | ||
+ | <div class="h1">ADVISOR</div> | ||
+ | <ul class="tuandui_list"> | ||
+ | <li class="duiyuan"> | ||
+ | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | ||
+ | <div class="xingming">Shane</div> | ||
+ | <div class="jieshao"> | ||
+ | <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person | ||
+ | like | ||
+ | professor | ||
+ | Li who is my goddess.</p> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="duiyuan"> | ||
+ | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | ||
+ | <div class="xingming">YinQing Zeng</div> | ||
+ | <div class="jieshao"> | ||
+ | <p class="saohua">I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I | ||
+ | love | ||
+ | rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert | ||
+ | shop in the future even though I don't like dessert.</p> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="duiyuan"> | ||
+ | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | ||
+ | <div class="xingming">Yini Miao</div> | ||
+ | <div class="jieshao"> | ||
+ | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year | ||
+ | and | ||
+ | always try | ||
+ | her best to think and reflect.</p> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="duiyuan"> | ||
+ | <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg" alt=""> | ||
+ | <div class="xingming">Yini Miao</div> | ||
+ | <div class="jieshao"> | ||
+ | <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year | ||
+ | and | ||
+ | always try | ||
+ | her best to think and reflect.</p> | ||
</div> | </div> | ||
− | </a> | + | </li> |
− | </ | + | </ul> |
− | </ | + | </div> |
+ | </div> | ||
+ | <!-- 左侧菜单栏 --> | ||
+ | <div class="cebian"> | ||
+ | <a class="logoleft" href="https://2018.igem.org/Team:HZAU-China"><img src="https://static.igem.org/mediawiki/2018/a/ab/T--HZAU-China--logo-200.png" alt=""></a> | ||
+ | <!-- 滚动菜单栏 --> | ||
+ | <div class="daohangyi" href="#"> | ||
+ | <span class="biaoti">Team</span> | ||
+ | <span class="xsjPic"><img src="img/xjt1.svg" alt=""></span> | ||
+ | </div> | ||
+ | <div class="floatCtro"> | ||
+ | <p class="daohanger">Memebers</p> | ||
+ | <p class="daohanger">Student advisor</p> | ||
+ | <p class="daohanger">Advisors</p> | ||
+ | <a> | ||
+ | <span>Back to top</span> | ||
+ | </a> | ||
+ | </div> | ||
+ | <a class="daohangyi" href="https://2018.igem.org/Team:HZAU-China"> | ||
+ | <span class="biaoti">Attributions</span> | ||
+ | <span class="xsjPic"><img src="img/yjt.svg" alt=""></span> | ||
+ | </a> | ||
+ | <a class="daohangyi" href="https://2018.igem.org/Team:HZAU-China"> | ||
+ | <span class="biaoti">Collaborations</span> | ||
+ | <span class="xsjPic"><img src="img/yjt.svg" alt=""></span> | ||
+ | </a> | ||
+ | <!-- 滚动菜单栏 --> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 18:05, 27 September 2018
-
Shane
This year,I'm captain of the HZAU-China. I hope I can be a brilliant person like professor Li who is my goddess.
-
YinQing Zeng
I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I love rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert shop in the future even though I don't like dessert.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.
-
Shane
This year,I'm captain of the HZAU-China. I hope I can be a brilliant person like professor Li who is my goddess.
-
YinQing Zeng
I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I love rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert shop in the future even though I don't like dessert.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.
-
Shane
This year,I'm captain of the HZAU-China. I hope I can be a brilliant person like professor Li who is my goddess.
-
YinQing Zeng
I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I love rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert shop in the future even though I don't like dessert.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.
-
Shane
This year,I'm captain of the HZAU-China. I hope I can be a brilliant person like professor Li who is my goddess.
-
YinQing Zeng
I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I love rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert shop in the future even though I don't like dessert.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.
-
Shane
This year,I'm captain of the HZAU-China. I hope I can be a brilliant person like professor Li who is my goddess.
-
Shane
This year,I'm captain of the HZAU-China. I hope I can be a brilliant person like professor Li who is my goddess.
-
YinQing Zeng
I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I love rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert shop in the future even though I don't like dessert.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.
-
Yini Miao
Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.