ShuguangWang (Talk | contribs) |
ShuguangWang (Talk | contribs) |
||
(76 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
<head> | <head> | ||
− | <meta charset="UTF-8"> | + | <meta charset="UTF-8"> |
− | <style type="text/css"> | + | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
− | + | <style type="text/css"> | |
− | + | #sideMenu, | |
− | + | #top_title, | |
− | + | #team_submenu{ | |
− | + | display: none; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | #HQ_page p { | |
− | + | display: none; | |
− | } | + | } |
− | + | #content { | |
− | + | padding: 0px; | |
− | } | + | width: 100%; |
+ | margin-top: 0px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
− | + | #bodyContent h1, | |
− | + | #bodyContent h2, | |
− | } | + | #bodyContent h3, |
+ | #bodyContent h4, | ||
+ | #bodyContent h5 { | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
− | + | #team_name { | |
− | + | display: none | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | </style> | + | .global_wrapper { |
+ | padding: 0px 0px 0px 0px; | ||
+ | } | ||
+ | |||
+ | #top_menu_14 { | ||
+ | height: 16px; | ||
+ | } | ||
+ | |||
+ | * { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | list-style-type: none; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background-color: #F3F3F3; | ||
+ | font-size: 16px; | ||
+ | font-family: Arial, Verdana, Sans-serif; | ||
+ | letter-spacing: 0; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .daohang { | ||
+ | background-color: #323643; | ||
+ | position: relative; | ||
+ | color: #ffffff; | ||
+ | height: 64px; | ||
+ | } | ||
+ | |||
+ | .logo-daohang { | ||
+ | height: 64px; | ||
+ | left: 10%; | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .daohang a { | ||
+ | display: block; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .daohang .shade { | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | height: 160px; | ||
+ | top: 64px; | ||
+ | left: 0; | ||
+ | z-index: 1; | ||
+ | background-color: #EEEEEE; | ||
+ | opacity: 0.9; | ||
+ | filter: alpha(opacity=90); | ||
+ | box-shadow: 0 5px 15px #CCCCCC; | ||
+ | display: none; | ||
+ | border-bottom: #ffffff solid 1px; | ||
+ | border-bottom: rgba(255, 255, 255, 0.3) solid 1px; | ||
+ | } | ||
+ | |||
+ | .daohang .caidan { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | right: 10%; | ||
+ | margin: 0; | ||
+ | z-index: 2; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | width: 730px; | ||
+ | float: right; | ||
+ | overflow: hidden; | ||
+ | height: 64px; | ||
+ | } | ||
+ | |||
+ | .daohang .caidan>li { | ||
+ | padding: 0; | ||
+ | float: left; | ||
+ | margin: 0; | ||
+ | text-align: center; | ||
+ | height: 224px; | ||
+ | } | ||
+ | |||
+ | .daohang .shortName { | ||
+ | width: 110px; | ||
+ | } | ||
+ | |||
+ | .daohang .longName { | ||
+ | width: 170px; | ||
+ | } | ||
+ | |||
+ | .daohang .nav_head { | ||
+ | height: 64px; | ||
+ | line-height: 64px; | ||
+ | color: #ffffff; | ||
+ | font-size: 16px !important; | ||
+ | } | ||
+ | |||
+ | .daohang .xjtPic { | ||
+ | display: inline-block; | ||
+ | width: 10px; | ||
+ | height: 10px; | ||
+ | vertical-align: middle; | ||
+ | background-size: 100% 100%; | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/8/8d/T--HZAU-China--xjt.svg") | ||
+ | } | ||
+ | |||
+ | .daohang .item { | ||
+ | font-size: 16px; | ||
+ | height: 40px; | ||
+ | line-height: 40px; | ||
+ | color: #333333; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .daohang .caidan:hover { | ||
+ | height: 264px; | ||
+ | transition: height 0.3s; | ||
+ | } | ||
+ | |||
+ | .daohang .caidan:hover+.shade { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .daohang .caidan>li.hiLight:hover { | ||
+ | background-color: #ffffff; | ||
+ | } | ||
+ | |||
+ | .daohang .caidan>li:hover .nav_head { | ||
+ | background-color: #EA0D04; | ||
+ | } | ||
+ | |||
+ | .daohang .caidan>li:hover .item {} | ||
+ | |||
+ | |||
+ | .daohang .shortName .item:before { | ||
+ | content: ''; | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | width: 80px; | ||
+ | height: 1px; | ||
+ | bottom: 5px; | ||
+ | left: 15px; | ||
+ | background-color: #CCCCCC; | ||
+ | } | ||
+ | |||
+ | .daohang .shortName .item:hover:after { | ||
+ | content: ''; | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | width: 80px; | ||
+ | height: 3px; | ||
+ | bottom: 5px; | ||
+ | left: 15px; | ||
+ | background-color: #f51720; | ||
+ | } | ||
+ | |||
+ | .daohang .longName .item:before { | ||
+ | content: ''; | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | width: 130px; | ||
+ | height: 1px; | ||
+ | bottom: 5px; | ||
+ | left: 20px; | ||
+ | background-color: #CCCCCC; | ||
+ | } | ||
+ | |||
+ | .daohang .longName .item:hover:after { | ||
+ | content: ''; | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | width: 130px; | ||
+ | height: 3px; | ||
+ | bottom: 5px; | ||
+ | left: 20px; | ||
+ | background-color: #f51720; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 1000px) { | ||
+ | .logo-daohang { | ||
+ | left: 5%; | ||
+ | } | ||
+ | |||
+ | .daohang .caidan { | ||
+ | right: 0; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 880px) { | ||
+ | |||
+ | .daohang .caidan { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .logo-daohang { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .daohang .shortName { | ||
+ | width: 15vw; | ||
+ | } | ||
+ | |||
+ | .daohang .longName { | ||
+ | width: 25vw; | ||
+ | } | ||
+ | |||
+ | .daohang .shortName .item:before { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .daohang .shortName .item:hover:after { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .daohang .longName .item:before { | ||
+ | display: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | .daohang .longName .item:hover:after { | ||
+ | display: none; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
+ | |||
<body> | <body> | ||
− | <nav class="nav"> | + | <nav class="daohang"> |
− | + | <a href="https://2018.igem.org/Team:HZAU-China"><img src="https://static.igem.org/mediawiki/2018/7/75/T--HZAU-China--logo-nav.png" | |
− | + | class="logo-daohang"></a> | |
− | + | <ul class="caidan"> | |
− | + | <li class="hiLight shortName"> | |
− | + | <a class="nav_head" href="#"> | |
− | + | <span>Project</span> | |
− | + | <span class="xjtPic"></span> | |
− | + | </a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Description">Description</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Design">Design</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Results">Results</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Demonstrate">Demonstrate</a> | |
− | + | </li> | |
− | + | <li class="hiLight shortName"> | |
− | + | <a class="nav_head" href="#"> | |
− | + | <span>Wetlab</span> | |
− | + | <span class="xjtPic"></span> | |
− | + | </a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Experiments">Experiments</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Improve">Improve</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/InterLab">Interlab</a> | |
− | + | </li> | |
− | + | <li class="hiLight shortName"> | |
− | + | <a class="nav_head" href="#"> | |
− | + | <span>Drylab</span> | |
− | + | <span class="xjtPic"></span> | |
− | + | </a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Model">Model</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Software">Software</a> | |
− | + | </li> | |
− | + | <li class="hiLight longName"> | |
− | + | <a class="nav_head" href="#"> | |
− | + | <span>Human Practices</span> | |
− | + | <span class="xjtPic"></span> | |
− | + | </a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Safety">Safty</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Human_Practices">Human Practices</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Public_Engagement">Public Engagement</a> | |
− | + | </li> | |
− | + | <li class="hiLight shortName"> | |
− | + | <a class="nav_head" href="#"> | |
− | + | <span>About Us</span> | |
− | + | <span class="xjtPic"></span> | |
− | + | </a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Team">Team</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Attributions">Attributions</a> | |
− | + | <a class="item" href="https://2018.igem.org/Team:HZAU-China/Collaborations">Collaborations</a> | |
− | + | </li> | |
− | + | <li class="shortName"> | |
− | + | <a class="nav_head" href="https://2018.igem.org/Team:HZAU-China/Parts"> | |
− | + | <span>Parts</span> | |
− | + | </a> | |
− | + | </li> | |
− | + | </ul> | |
− | </nav> | + | <div class="shade"></div> |
+ | </nav> | ||
+ | |||
</body> | </body> | ||
+ | |||
</html> | </html> |
Latest revision as of 22:18, 30 September 2018