Team:WHU-China/Data
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | {{WHUcss}} | + | {{WHUcss}}<html> |
- | <html> | + | |
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | # | + | #content1 |
{ | { | ||
position:absolute; | position:absolute; | ||
- | top: | + | margin-top:180px; |
- | + | margin-left:50px | |
- | + | ||
- | left: | + | |
- | + | ||
} | } | ||
- | # | + | #team_images |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
{ | { | ||
position:relative; | position:relative; | ||
+ | height:300px; | ||
+ | width:880px; | ||
+ | background:yellow; | ||
+ | } | ||
+ | #introduction | ||
+ | { | ||
+ | position:relative; | ||
+ | height:400px; | ||
+ | width:880px; | ||
+ | background:pink; | ||
+ | } | ||
+ | #decoration | ||
+ | { | ||
+ | position:relative; | ||
+ | height:100px; | ||
+ | width:880px; | ||
+ | background:red; | ||
} | } | ||
</style> | </style> | ||
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> | ||
+ | <script type="text/javascript" src="http://gettopup.com/releases/latest/top_up-min.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
- | < | + | <div id="content1"> |
- | + | <div id="team_images"> | |
- | < | + | |
- | + | ||
<div>请选择实验参数一 | <div>请选择实验参数一 | ||
<select name="gx" size="1"> | <select name="gx" size="1"> | ||
Line 52: | Line 62: | ||
</div> | </div> | ||
- | <div id=" | + | </div> |
- | + | <div id="introduction"> | |
+ | 文字介绍 | ||
+ | </div> | ||
+ | <div id="decoration"> | ||
+ | 稍加修饰 | ||
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
- | |||
</html> | </html> |
Revision as of 17:57, 16 September 2011