ShuguangWang (Talk | contribs) |
|||
Line 1: | Line 1: | ||
− | {{HZAU-China}} | + | {{HZAU-China/Bootstrap}} |
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
+ | <link href="bootstrap.min.css" rel="stylesheet"> | ||
+ | <!-- 导航栏CSS --> | ||
+ | <style type="text/css"> | ||
+ | #sideMenu, | ||
+ | #top_title, | ||
+ | #team_submenu { | ||
+ | display: none; | ||
+ | } | ||
+ | #HQ_page p { | ||
+ | margin: 0 !important; | ||
+ | } | ||
+ | #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 | ||
+ | } | ||
− | + | .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 !important; | ||
+ | } | ||
− | + | body { | |
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | /* text-align: center; */ | ||
+ | /* 轮播图居中 */ | ||
+ | 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; | |
− | + | top: -2px; | |
− | + | } | |
− | + | ||
+ | .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.96; | ||
+ | filter: alpha(opacity=96); | ||
+ | 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 .xsjPic { | ||
+ | display: inline-block; | ||
+ | width: 10px; | ||
+ | height: 10px; | ||
+ | vertical-align: middle; | ||
+ | background-size: 100% 100%; | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/6/63/T--HZAU-China--xsj.svg") | ||
+ | } | ||
− | + | .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 a:hover span { | ||
+ | transform: rotateY(180deg); | ||
+ | -webkit-transform: rotateY(180deg); | ||
+ | -moz-transform: rotateY(180deg); | ||
+ | -o-transform: rotateY(180deg); | ||
+ | -ms-transform: rotateY(180deg); | ||
+ | transition: all 0.5s ease-in-out; | ||
+ | -webkit-transition: all 0.5s ease-in-out; | ||
+ | -moz-transition: all 0.5s ease-in-out; | ||
+ | -o-transition: all 0.5s ease-in-out; | ||
+ | } | ||
+ | .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: 2px; | ||
+ | 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: 2px; | ||
+ | bottom: 5px; | ||
+ | left: 20px; | ||
+ | background-color: #f51720; | ||
+ | } | ||
− | + | @media screen and (max-width: 1200px) { | |
− | + | .logo-daohang { | |
− | + | left: 3%; | |
− | + | } | |
− | + | ||
− | + | .daohangyi { | |
− | + | font-size: 12px; | |
− | + | } | |
− | + | } | |
− | + | ||
+ | @media screen and (max-width: 880px) { | ||
− | + | .daohang .caidan { | |
− | + | right: 0; | |
+ | width: 100%; | ||
+ | } | ||
+ | .logo-daohang { | ||
+ | display: none; | ||
+ | } | ||
+ | .daohang .shortName { | ||
+ | width: 15vw; | ||
+ | } | ||
+ | .daohang .longName { | ||
+ | width: 25vw; | ||
+ | } | ||
+ | .daohangyi img { | ||
+ | display: none; | ||
+ | } | ||
− | + | .daohang .longName .item:before { | |
− | + | width: 150px; | |
− | + | left: 20px; | |
+ | } | ||
+ | .daohang .longName .item:hover:after { | ||
+ | width: 150px; | ||
+ | left: 20px; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | <!-- 内容CSS --> | ||
+ | <style class="text/css"> | ||
+ | .clearfix:after { | ||
+ | content: "."; | ||
+ | display: block; | ||
+ | height: 0; | ||
+ | clear: both; | ||
+ | visibility: hidden; | ||
+ | } | ||
− | + | .neirong { | |
− | + | width: 100%; | |
− | + | height: auto; | |
− | + | background-color: #F3F3F3; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | .zhengwen { | ||
+ | width: 80%; | ||
+ | /* height: auto; */ | ||
+ | margin: 20px auto; | ||
+ | /* right: 2%; */ | ||
+ | /* top: 90px; */ | ||
+ | padding: 20px 3%; | ||
+ | /* float: right; */ | ||
+ | /* position: relative; */ | ||
+ | background-color: #FFF; | ||
+ | box-shadow: 0 1px 3px #676767; | ||
+ | /* border: 2px solid black; */ | ||
+ | /* border-radius: 3px; */ | ||
+ | /* overflow: hidden; */ | ||
+ | /* display: block; */ | ||
+ | /* font-family: Arial, Verdana, Sans-serif; */ | ||
+ | } | ||
+ | |||
+ | .lunbotu{ | ||
+ | text-align: center; | ||
+ | } | ||
− | + | .cebian { | |
− | + | width: 15%; | |
− | + | /* height: 80vh; */ | |
− | + | float: left; | |
− | + | /* left: 1vw; */ | |
− | + | top: 150px; | |
− | + | position: fixed; | |
− | + | box-shadow: 0 1px 3px #676767; | |
− | + | /* border:2px solid black */ | |
− | + | /* background-color: #323643 */ | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
+ | .daimg { | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | margin: 20px 0; | ||
+ | box-shadow: 0 1px 3px #676767; | ||
+ | } | ||
+ | .h1 { | ||
+ | height: 100px; | ||
+ | line-height: 100px; | ||
+ | font-weight: bold; | ||
+ | font-family: 'Product Sans', sans-serif; | ||
+ | font-size: 50px; | ||
+ | color: black; | ||
+ | border-bottom: 3px solid black; | ||
+ | /* margin: 0 2.4%; */ | ||
+ | } | ||
+ | .zhengwen .tuandui_list { | ||
+ | position: relative; | ||
+ | margin-top: 40px; | ||
+ | height: 520px; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | .tuandui_list>li { | ||
+ | padding: 0; | ||
+ | width: 20%; | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | margin: 0 2.4%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .zhengwen .laoshi_list { | ||
+ | position: relative; | ||
+ | margin-top: 40px; | ||
+ | height: 430px; | ||
+ | } | ||
+ | |||
+ | .laoshi_list>li { | ||
+ | padding: 0; | ||
+ | width: 20%; | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | margin: 0 2.4%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .duiyuan { | ||
+ | margin: 20px 0; | ||
+ | /* border: 1px solid red; */ | ||
+ | } | ||
+ | |||
+ | .laoshi { | ||
+ | margin: 20px 0; | ||
+ | } | ||
+ | |||
+ | .duiyuan img { | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | border-top: 3px solid #323643; | ||
+ | border-left: 3px solid #323643; | ||
+ | border-right: 3px solid #323643; | ||
+ | } | ||
+ | |||
+ | .laoshi img { | ||
+ | width: 100%; | ||
+ | height: 50vh; | ||
+ | border-top: 3px solid #323643; | ||
+ | border-left: 3px solid #323643; | ||
+ | border-right: 3px solid #323643; | ||
+ | } | ||
+ | |||
+ | .duiyuan .xingming { | ||
+ | width: 100%; | ||
+ | height: 50px; | ||
+ | line-height: 50px; | ||
+ | background-color: #323643; | ||
+ | border-left: 3px solid #323643; | ||
+ | border-right: 3px solid #323643; | ||
+ | font-size: 16px; | ||
+ | color: white; | ||
+ | box-shadow: 0 1px 3px #CCCCCC; | ||
+ | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; | ||
+ | font-size: 24px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .laoshi .xingming { | ||
+ | width: 100%; | ||
+ | height: 50px; | ||
+ | line-height: 50px; | ||
+ | background-color: #323643; | ||
+ | border-left: 3px solid #323643; | ||
+ | border-right: 3px solid #323643; | ||
+ | font-size: 16px; | ||
+ | color: white; | ||
+ | box-shadow: 0 1px 3px #CCCCCC; | ||
+ | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; | ||
+ | font-size: 24px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .duiyuan .jieshao { | ||
+ | width: 100%; | ||
+ | height: 200px; | ||
+ | background-color: #f6eee0; | ||
+ | border-bottom: 3px solid #323643; | ||
+ | border-left: 3px solid #323643; | ||
+ | border-right: 3px solid #323643; | ||
+ | /* border-bottom-left-radius: 5px; | ||
+ | border-bottom-right-radius: 5px; */ | ||
+ | } | ||
+ | |||
+ | .duiyuan .jieshao .saohua { | ||
+ | padding: 10px 4px 0px 4px !important; | ||
+ | color: black; | ||
+ | font-family: Arial; | ||
+ | font-style: italic; | ||
+ | font-size: 15px !important; | ||
+ | list-style-type: none; | ||
+ | text-align: justify; | ||
+ | line-height: 18px; | ||
+ | } | ||
+ | </style> | ||
+ | <!-- 轮播图CSS --> | ||
+ | <style class="text/css"> | ||
+ | |||
+ | .csslider { | ||
+ | -moz-perspective: 1300px; | ||
+ | -ms-perspective: 1300px; | ||
+ | -webkit-perspective: 1300px; | ||
+ | perspective: 1300px; | ||
+ | display: inline-block; | ||
+ | text-align: left; | ||
+ | position: relative; | ||
+ | margin-bottom: 22px; | ||
+ | } | ||
+ | .csslider > input { | ||
+ | display: none; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(10):checked ~ ul li:first-of-type { | ||
+ | margin-left: -900%; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(9):checked ~ ul li:first-of-type { | ||
+ | margin-left: -800%; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(8):checked ~ ul li:first-of-type { | ||
+ | margin-left: -700%; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(7):checked ~ ul li:first-of-type { | ||
+ | margin-left: -600%; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(6):checked ~ ul li:first-of-type { | ||
+ | margin-left: -500%; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(5):checked ~ ul li:first-of-type { | ||
+ | margin-left: -400%; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type { | ||
+ | margin-left: -300%; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type { | ||
+ | margin-left: -200%; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type { | ||
+ | margin-left: -100%; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type { | ||
+ | margin-left: 0%; | ||
+ | } | ||
+ | .csslider > ul { | ||
+ | position: relative; | ||
+ | width: 900px; | ||
+ | height: 500px; | ||
+ | z-index: 1; | ||
+ | font-size: 0; | ||
+ | line-height: 0; | ||
+ | background-color: #d1d1d1; | ||
+ | border: 10px solid #d1d1d1; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | overflow: hidden; | ||
+ | white-space: nowrap; | ||
+ | -moz-box-sizing: border-box; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | .csslider > ul > li { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | overflow: hidden; | ||
+ | font-size: 15px; | ||
+ | font-size: initial; | ||
+ | line-height: normal; | ||
+ | -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1); | ||
+ | -o-transition: all 0.5s ease-out; | ||
+ | -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1); | ||
+ | transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1); | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | -webkit-background-size: cover; | ||
+ | background-size: cover; | ||
+ | vertical-align: top; | ||
+ | -moz-box-sizing: border-box; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | white-space: normal; | ||
+ | } | ||
+ | |||
+ | .csslider > .navigation { | ||
+ | position: absolute; | ||
+ | bottom: -10px; | ||
+ | left: 50%; | ||
+ | z-index: 10; | ||
+ | margin-bottom: -10px; | ||
+ | font-size: 0; | ||
+ | line-height: 0; | ||
+ | text-align: center; | ||
+ | -webkit-touch-callout: none; | ||
+ | -webkit-user-select: none; | ||
+ | -khtml-user-select: none; | ||
+ | -moz-user-select: none; | ||
+ | -ms-user-select: none; | ||
+ | user-select: none; | ||
+ | } | ||
+ | .csslider > .navigation > div { | ||
+ | margin-left: -100%; | ||
+ | } | ||
+ | .csslider > .navigation label { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | cursor: pointer; | ||
+ | border-radius: 50%; | ||
+ | margin: 0 2px; | ||
+ | padding: 5px; | ||
+ | background: #d1d1d1; | ||
+ | } | ||
+ | .csslider > .navigation label:hover:after { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .csslider > .navigation label:after { | ||
+ | content: ''; | ||
+ | position: absolute; | ||
+ | left: 50%; | ||
+ | top: 50%; | ||
+ | margin-left: -5px; | ||
+ | margin-top: -5px; | ||
+ | background: #f51720; | ||
+ | border-radius: 50%; | ||
+ | padding: 5px; | ||
+ | opacity: 0; | ||
+ | } | ||
+ | .csslider > .arrows { | ||
+ | -webkit-touch-callout: none; | ||
+ | -webkit-user-select: none; | ||
+ | -khtml-user-select: none; | ||
+ | -moz-user-select: none; | ||
+ | -ms-user-select: none; | ||
+ | user-select: none; | ||
+ | } | ||
+ | .csslider.inside .navigation { | ||
+ | bottom: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | .csslider.inside .navigation label { | ||
+ | border: 1px solid #7e7e7e; | ||
+ | } | ||
+ | .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after, | ||
+ | .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after, | ||
+ | .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after, | ||
+ | .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after, | ||
+ | .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after, | ||
+ | .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after, | ||
+ | .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after, | ||
+ | .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after, | ||
+ | .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after, | ||
+ | .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after, | ||
+ | .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .csslider > .arrows { | ||
+ | position: absolute; | ||
+ | left: -31px; | ||
+ | top: 50%; | ||
+ | width: 100%; | ||
+ | height: 26px; | ||
+ | padding: 0 31px; | ||
+ | z-index: 0; | ||
+ | -moz-box-sizing: content-box; | ||
+ | -webkit-box-sizing: content-box; | ||
+ | box-sizing: content-box; | ||
+ | } | ||
+ | .csslider > .arrows label { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | top: -50%; | ||
+ | padding: 13px; | ||
+ | box-shadow: inset 2px -2px 0 1px #d1d1d1; | ||
+ | cursor: pointer; | ||
+ | -moz-transition: .15s; | ||
+ | -o-transition: .15s; | ||
+ | -webkit-transition: .15s; | ||
+ | transition: .15s; | ||
+ | } | ||
+ | .csslider > .arrows label:hover { | ||
+ | box-shadow: inset 3px -3px 0 2px #f51720; | ||
+ | margin: 0 0px; | ||
+ | } | ||
+ | .csslider > .arrows label:before { | ||
+ | content: ''; | ||
+ | position: absolute; | ||
+ | top: -100%; | ||
+ | left: -100%; | ||
+ | height: 300%; | ||
+ | width: 300%; | ||
+ | } | ||
+ | .csslider.infinity > input:first-of-type:checked ~ .arrows label:last-of-type, | ||
+ | .csslider > input:nth-of-type(1):checked ~ .arrows label:nth-of-type(0), | ||
+ | .csslider > input:nth-of-type(2):checked ~ .arrows label:nth-of-type(1), | ||
+ | .csslider > input:nth-of-type(3):checked ~ .arrows label:nth-of-type(2), | ||
+ | .csslider > input:nth-of-type(4):checked ~ .arrows label:nth-of-type(3), | ||
+ | .csslider > input:nth-of-type(5):checked ~ .arrows label:nth-of-type(4), | ||
+ | .csslider > input:nth-of-type(6):checked ~ .arrows label:nth-of-type(5), | ||
+ | .csslider > input:nth-of-type(7):checked ~ .arrows label:nth-of-type(6), | ||
+ | .csslider > input:nth-of-type(8):checked ~ .arrows label:nth-of-type(7), | ||
+ | .csslider > input:nth-of-type(9):checked ~ .arrows label:nth-of-type(8), | ||
+ | .csslider > input:nth-of-type(10):checked ~ .arrows label:nth-of-type(9), | ||
+ | .csslider > input:nth-of-type(11):checked ~ .arrows label:nth-of-type(10) { | ||
+ | display: block; | ||
+ | left: 0; | ||
+ | -moz-transform: rotate(45deg); | ||
+ | -ms-transform: rotate(45deg); | ||
+ | -o-transform: rotate(45deg); | ||
+ | -webkit-transform: rotate(45deg); | ||
+ | transform: rotate(45deg); | ||
+ | } | ||
+ | .csslider.infinity > input:last-of-type:checked ~ .arrows label:first-of-type, | ||
+ | .csslider > input:nth-of-type(1):checked ~ .arrows label:nth-of-type(2), | ||
+ | .csslider > input:nth-of-type(2):checked ~ .arrows label:nth-of-type(3), | ||
+ | .csslider > input:nth-of-type(3):checked ~ .arrows label:nth-of-type(4), | ||
+ | .csslider > input:nth-of-type(4):checked ~ .arrows label:nth-of-type(5), | ||
+ | .csslider > input:nth-of-type(5):checked ~ .arrows label:nth-of-type(6), | ||
+ | .csslider > input:nth-of-type(6):checked ~ .arrows label:nth-of-type(7), | ||
+ | .csslider > input:nth-of-type(7):checked ~ .arrows label:nth-of-type(8), | ||
+ | .csslider > input:nth-of-type(8):checked ~ .arrows label:nth-of-type(9), | ||
+ | .csslider > input:nth-of-type(9):checked ~ .arrows label:nth-of-type(10), | ||
+ | .csslider > input:nth-of-type(10):checked ~ .arrows label:nth-of-type(11), | ||
+ | .csslider > input:nth-of-type(11):checked ~ .arrows label:nth-of-type(12) { | ||
+ | display: block; | ||
+ | right: 0; | ||
+ | -moz-transform: rotate(225deg); | ||
+ | -ms-transform: rotate(225deg); | ||
+ | -o-transform: rotate(225deg); | ||
+ | -webkit-transform: rotate(225deg); | ||
+ | transform: rotate(225deg); | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .csslider .navigation label { | ||
+ | background: #B1B1B1; | ||
+ | } | ||
+ | .csslider .arrows label { | ||
+ | border-left-color: #B1B1B1; | ||
+ | border-right-color: #B1B1B1; | ||
+ | } | ||
+ | .csslider.inside .navigation label { | ||
+ | border: 1px solid #FFF; | ||
+ | } | ||
+ | |||
+ | @import url(http://fonts.googleapis.com/css?family=Raleway:400,700|Lato); | ||
+ | |||
+ | * { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar { | ||
+ | width: 2px; | ||
+ | background: rgba(255, 255, 255, 0.1); | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-track { | ||
+ | background: none; | ||
+ | } | ||
+ | |||
+ | ::-webkit-scrollbar-thumb { | ||
+ | background: rgba(0, 94, 168, 0.6); | ||
+ | } | ||
+ | |||
+ | ul, ol { | ||
+ | padding-left: 40px; | ||
+ | } | ||
+ | |||
+ | #slider1 { | ||
+ | margin: 20px auto; | ||
+ | font-family: 'Lato'; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <!-- 导航栏 --> | ||
+ | <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="https://2018.igem.org/Team:HZAU-China"> | ||
+ | <span>Project</span> | ||
+ | <span class="xsjPic"></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">Safety</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> | ||
+ | <div class="shade"></div> | ||
+ | </nav> | ||
+ | <!-- 内容 --> | ||
+ | <div class="neirong clearfix"> | ||
+ | <!-- 正文 --> | ||
+ | <div class="zhengwen"> | ||
+ | <div class="lunbotu"> | ||
+ | <div id="slider1" class="csslider infinity inside"> | ||
+ | <input type="radio" name="slides" id="slides_1" checked /> | ||
+ | <input type="radio" name="slides" id="slides_2" /> | ||
+ | <input type="radio" name="slides" id="slides_3" /> | ||
+ | <input type="radio" name="slides" id="slides_4" /> | ||
+ | <ul> | ||
+ | <li> | ||
+ | <img width="100%" src="https://static.igem.org/mediawiki/2018/7/70/T--HZAU-China--hezhao1.png" /> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img width="100%" src="https://static.igem.org/mediawiki/2018/7/70/T--HZAU-China--hezhao1.png" /> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img width="100%" src="https://static.igem.org/mediawiki/2018/7/70/T--HZAU-China--hezhao1.png" /> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img width="100%" src="https://static.igem.org/mediawiki/2018/7/70/T--HZAU-China--hezhao1.png" /> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <div class="arrows"> | ||
+ | <label for="slides_1"></label> | ||
+ | <label for="slides_2"></label> | ||
+ | <label for="slides_3"></label> | ||
+ | <label for="slides_4"></label> | ||
+ | </div> | ||
+ | <div class="navigation"> | ||
+ | <div> | ||
+ | <label for="slides_1"></label> | ||
+ | <label for="slides_2"></label> | ||
+ | <label for="slides_3"></label> | ||
+ | <label for="slides_4"></label> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- jQuery --> | ||
+ | <script src="jquery.js" type="text/javascript"></script> | ||
+ | |||
+ | <!-- jQuery --> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 20:44, 5 October 2018