Difference between revisions of "Team:HZAU-China/Improve"

 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{HZAU-China}}
 
{{HZAU-China}}
 
<html>
 
<html>
 +
 
<head>
 
<head>
 
   <meta charset="utf-8">
 
   <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
 
  <link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css">
 
  <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
 
  <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 
 
   <!--公式编辑器-->
 
   <!--公式编辑器-->
 
   <script src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 
   <script src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
Line 24: Line 21:
 
   </script>
 
   </script>
 
   <style>
 
   <style>
    /*小导航栏样式*/
 
 
    .container-fluid {
 
      margin: 0;
 
      padding: 0;
 
      border: 0;
 
    }
 
 
    .container-fluid {
 
      margin: 0;
 
      padding: 0;
 
      border: 0;
 
    }
 
 
    ul.nav-pills {
 
      background: url(https://static.igem.org/mediawiki/2017/3/35/T--HZAU-China--background.png);
 
      background-size: 100% auto;
 
      background-repeat: no-repeat;
 
      position: fixed;
 
      display: block;
 
      top: 50%;
 
      margin-top: -144.5px;
 
      margin-right: 40px;
 
      height: 289px;
 
      width: 200px;
 
      overflow: hidden;
 
    }
 
 
    ul.nav-pills>li {
 
      position: relative;
 
      top: 50%;
 
    }
 
 
    ul.nav-pills>li>a {
 
      font-size: 16px;
 
      padding: 14px 0 14px 20px;
 
      border-bottom-left-radius: 0px;
 
      border-bottom-right-radius: 0px;
 
      border-top-left-radius: 0px;
 
      border-top-right-radius: 0px
 
    }
 
 
    #change_top {
 
      margin-top: -80px;
 
    }
 
 
    /*小导航栏触碰后变色*/
 
 
    .nav-pills>li>a {
 
      color: rgb(249, 228, 137);
 
      font-weight: 900;
 
    }
 
 
    .nav-pills>li.active>a,
 
    .nav-pills>li.active>a:focus,
 
    .nav-pills>li.active>a:hover {
 
      color: #000;
 
      background-color: rgb(249, 228, 137);
 
    }
 
 
    .nav-pills>li>a:focus,
 
    .nav-pills>li>a:hover {
 
      color: #000;
 
      background-color: rgb(249, 228, 137);
 
    }
 
 
 
     /*改变超链接的位置*/
 
     /*改变超链接的位置*/
  
Line 110: Line 41:
 
     /*内容框子的样式*/
 
     /*内容框子的样式*/
  
     .col-sm-9 {
+
     .HZAU_div_main {
      position: absolute;
+
       margin: 64px auto 0 auto;
      top: 43px;
+
      left: 50%;
+
       margin-left: -360px;
+
 
       padding: 0 30px 0 30px;
 
       padding: 0 30px 0 30px;
       width: 960px;
+
       width: 1100px;
      height: 2300px;
+
      z-index: -1;
+
 
     }
 
     }
  
 
     /*内容中几种文体的样式*/
 
     /*内容中几种文体的样式*/
  
     .col-sm-9 a:hover {
+
     .HZAU_div_main a:hover {
 
       color: #000;
 
       color: #000;
 
       text-decoration: none;
 
       text-decoration: none;
 
     }
 
     }
  
     .biaoti {
+
     .HZAU_title {
 
       font-size: 50px;
 
       font-size: 50px;
 
       font-weight: bold;
 
       font-weight: bold;
 
       text-align: center;
 
       text-align: center;
       width: 100%;
+
       width: 360px;
 
       display: block;
 
       display: block;
 +
      margin: 0 auto;
 
       padding-bottom: 50px;
 
       padding-bottom: 50px;
 
       padding-top: 50px;
 
       padding-top: 50px;
       color: rgb(63, 59, 58);
+
       color: #000;
 +
      background-image: url(https://static.igem.org/mediawiki/2017/9/95/T--HZAU-China--datitle.png);
 +
      background-repeat: no-repeat;
 +
      background-size: 360px 80px;
 +
      background-position: center;
 +
    }
 +
 
 +
    .biaoti {
 +
      font-size: 35px;
 +
      font-weight: bold;
 +
      text-align: center;
 +
      width: 100%;
 +
      display: block;
 +
      padding-bottom: 30px;
 +
      padding-top: 30px;
 +
      color: #000;
 +
    }
 +
 
 +
    .fubiaoti {
 +
      font-size: 24px;
 +
      font-weight: bold;
 +
      text-indent: 50px;
 +
      width: 100%;
 +
      display: block;
 +
      padding-bottom: 30px;
 +
      padding-top: 30px;
 +
      color: #000;
 +
      background-image: url(https://static.igem.org/mediawiki/2017/e/e7/T--HZAU-China--xiaotitle.png);
 +
      background-repeat: no-repeat;
 +
      background-size: 65px 50px;
 +
      background-position: left;
 
     }
 
     }
     
+
 
 
     .zhengwen {
 
     .zhengwen {
 
       display: block;
 
       display: block;
Line 145: Line 102:
 
       line-height: 34px;
 
       line-height: 34px;
 
       text-align: justify;
 
       text-align: justify;
 +
      text-indent: 30px;
 
       color: #000;
 
       color: #000;
 
       margin-bottom: 9px;
 
       margin-bottom: 9px;
Line 153: Line 111:
  
 
     .zhengwen_disblock {
 
     .zhengwen_disblock {
 +
      display: inline;
 
       font-style: arial;
 
       font-style: arial;
 
       font-size: 18px;
 
       font-size: 18px;
Line 164: Line 123:
 
     }
 
     }
  
     .yinzhu {}
+
     .yinzhu {
 +
      color: blue;
 +
    }
  
     .yinzhu:hover .yinzhu {}
+
     .yinzhu:hover .yinzhu {
 +
      color: black;
 +
    }
  
 
     .yinwen {
 
     .yinwen {
Line 181: Line 144:
 
     }
 
     }
  
     .shangduiqi {
+
    /*图片的样式*/
       position: relative;
+
 
 +
     .HZAU_div_main>img {
 +
       margin: 0 auto;
 +
      display: block;
 
     }
 
     }
  
     .shangduiqi a {
+
     .tuzhu_wenzi {
       position: absolute;
+
       display: block;
       top: -66px;
+
       font-style: arial;
 +
      font-size: 17px;
 +
      line-height: 28px;
 +
      text-align: justify;
 +
      color: #000;
 +
      margin-bottom: 9px;
 +
      margin-left: 0px;
 +
      margin-right: 0px;
 +
      margin-top: 7.2px;
 
     }
 
     }
  
    /*图片的样式*/
 
 
     .tu_1 {
 
     .tu_1 {
 
       width: 600px;
 
       width: 600px;
Line 234: Line 207:
 
       font-size: 18px;
 
       font-size: 18px;
 
       padding: 0 50px 0 50px;
 
       padding: 0 50px 0 50px;
       width: 900px;
+
       width: 1000px;
 
       margin: 0;
 
       margin: 0;
 
       color: black;
 
       color: black;
Line 250: Line 223:
 
     #HZAUmenu-toggle:checked+#HZAUmenu {
 
     #HZAUmenu-toggle:checked+#HZAUmenu {
 
       display: block;
 
       display: block;
    }
 
  </style>
 
  <style>
 
    div.nav_body {
 
      padding: 7px 0 7px 0;
 
      height: 50px;
 
 
     }
 
     }
 
   </style>
 
   </style>
 
</head>
 
</head>
 +
 
<body>
 
<body>
<a class="biaoti">Improve</a>
+
  <div class="HZAU_div_main">
<a class="fubiaoti">Optimized CcaS-CcaR system <a href="http://parts.igem.org/Part:BBa_K2012023">BBa_K2012023</a></a>
+
    <a class="biaoti">Improve</a>
<a class="zhengwen">This year we improved the CcaS-CcaR system used in last year. By changing the RBS strength of CcaR, we optimized the expression of sfGFP from 2-fold variance up to 3-fold variance. </a>  
+
    <a class="fubiaoti">Optimized CcaS-CcaR system</a>
<img src="https://static.igem.org/mediawiki/2017/6/63/T--HZAU-China--sRBS.png" width="25%">
+
    <a class="zhengwen" href="http://parts.igem.org/Part:BBa_K2012023">BBa_K2012023</a>
<img src="https://static.igem.org/mediawiki/2017/3/36/T--HZAU-China--improve.png" width="50%">
+
    <a class="zhengwen">This year we improved the CcaS-CcaR system used in last year. By changing the RBS strength of CcaR, we optimized the
 
+
      expression of sfGFP from 2-fold difference up to 3-fold difference.
 
+
    </a>
 +
    <div style="margin:0 auto;display: block;width: 825px;">
 +
      <img src="https://static.igem.org/mediawiki/2017/6/63/T--HZAU-China--sRBS.png" width="275px">
 +
      <img src="https://static.igem.org/mediawiki/2017/3/36/T--HZAU-China--improve.png" width="500px">
 +
    </div>
 +
  </div>
 
</body>
 
</body>
  
  
 
</html>
 
</html>

Latest revision as of 13:05, 28 November 2017