Team:WHU-China/Notebook/Protocols
From 2011.igem.org
(Difference between revisions)
(Created page with "文字描述(实验的步骤)") |
|||
Line 1: | Line 1: | ||
- | + | {{WHUcss}} | |
+ | <html> | ||
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | #main_column1 | ||
+ | { | ||
+ | position:absolute; | ||
+ | height:200px; | ||
+ | width:700px; | ||
+ | background:green; | ||
+ | } | ||
+ | #main_column | ||
+ | { | ||
+ | position:absolute; | ||
+ | height:200px; | ||
+ | width:700px; | ||
+ | background:red; | ||
+ | |||
+ | } | ||
+ | p.margin{margin: 2cm 4cm 3cm 4cm} | ||
+ | p.border | ||
+ | { | ||
+ | border-color: yellow; | ||
+ | border-style: solid; | ||
+ | border-top-width: 1px; | ||
+ | border-right-width: 135px; | ||
+ | border-bottom-width: 135px; | ||
+ | border-left-width: 1px; | ||
+ | |||
+ | } | ||
+ | |||
+ | </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> | ||
+ | <body> | ||
+ | <div id="main_column"> | ||
+ | <p class="margin"> | ||
+ | 放一张图片,介绍实验内容 | ||
+ | </p> | ||
+ | </div> | ||
+ | <div id="main_column2"> | ||
+ | <p class="margin"> | ||
+ | 放一张图,介绍实验详细内容 | ||
+ | </p> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 17:25, 16 September 2011