Template:Team:SCUT/Model/mainhead
From 2014.igem.org
(Difference between revisions)
(55 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | p.atop{margin-top:35px;margin-left:0px;width:770px;height:30px;line-height:30px;text-align:left;} | |
- | + | p.atop span{font-size:35px;color:#92E0BD;} | |
- | + | #combine{margin:0 auto;width:980px;} | |
- | + | .mainbody{width:770px;height:auto;border:1px solid #e3e3e3;margin-top:40px;margin-left:210px;} | |
- | + | .mainbody1{margin-top:0px;} | |
- | + | .mainbody p{margin:35px;text-align:justify;font-size:18px;font-family:Segoe UI Symbol;color:gray;line- height:40px;color:#333333;font-weight:lighter;} | |
- | + | .mainbody p#equ{text-align:center;margin:-30px 0;} | |
- | + | .mainbody p span{color:black;} | |
- | + | .mainbody span.xiaobiaoti{font-size:22px;color:black;} | |
+ | .mainbody p.zhujie{text-align:left;margin:15px 35px 15px 35px;font-size:15px;} | ||
+ | .mainbody p.m-zhujie{text-align:center;margin:10px 0;font-size:15px;} | ||
+ | .mainbody p.image{width:770px;text-align:center;margin:0 auto;} | ||
+ | .mainbody p a{width:770px;color:#0088cc;} | ||
+ | span#yin{color:#0088cc;cursor:pointer;} | ||
+ | a#special{text-decoration:none;font-size:16px;} | ||
</style> | </style> | ||
</head> | </head> | ||
Line 44: | Line 50: | ||
} | } | ||
</script> | </script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function scroll(element){ | ||
+ | var eletop_1 = element.offset().top; | ||
+ | $("body,html").animate({scrollTop:eletop_1},600); | ||
+ | } | ||
+ | function scroll_a(){ | ||
+ | var element = $("#cite"); | ||
+ | scroll(element); | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 03:54, 18 October 2014