Team:WHU-China/Notebook/Protocols
From 2011.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | # | + | #content1 |
{ | { | ||
- | + | position:absolute; | |
- | + | margin-top:10px; | |
- | + | margin-left:50px | |
- | + | } | |
- | # | + | #team_images |
{ | { | ||
- | + | 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 type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> | ||
Line 44: | Line 39: | ||
</head> | </head> | ||
<body> | <body> | ||
- | <div id =" | + | <div id="content1"> |
- | + | <div id="team_images"> | |
- | + | 几张集体照轮流播放 dunde | |
- | + | </div> | |
- | + | <div id="introduction"> | |
- | + | 文字介绍 | |
- | + | </div> | |
- | + | <div id="decoration"> | |
- | + | 稍加修饰 | |
+ | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 19:35, 16 September 2011