Template:Team:SCUT/Model/mainhead

From 2014.igem.org

(Difference between revisions)
 
(44 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{margin-top:35px;margin-left:0px;width:770px;height:30px;line-height:30px;text-align:left;}
-
  p.atop span{font-size:35px;color:#92E0BD;}
+
  p.atop span{font-size:35px;color:#92E0BD;}
-
  #combine{margin:0 auto;width:980px;}
+
  #combine{margin:0 auto;width:980px;}
-
  .mainbody{width:770px;height:auto;border:1px solid #e3e3e3;margin-top:40px;margin-left:210px;}
+
  .mainbody{width:770px;height:auto;border:1px solid #e3e3e3;margin-top:40px;margin-left:210px;}
-
  .mainbody1{margin-top:0px;}
+
  .mainbody1{margin-top:0px;}
-
  .mainbody p{margin:35px;text-align:justify;font-size:17px;font-family:Times New Roman;color:gray;line-    height:40px;color:#333333;font-weight:lighter;}
+
  .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.first{margin-top:30px;}
+
  .mainbody p#equ{text-align:center;margin:-30px 0;}
-
  .mainbody p span{color:black;}
+
  .mainbody p span{color:black;}
-
  .mainbody p a{color:#0088cc;}
+
  .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