Difference between revisions of "Team:SEU/tool"

Line 2: Line 2:
 
<!-- 解决官网bug的 CSS -->
 
<!-- 解决官网bug的 CSS -->
 
<style>
 
<style>
 +
 
         /*消除官网坑爹样式*/
 
         /*消除官网坑爹样式*/
 
         body {
 
         body {
Line 34: Line 35:
  
 
</style>
 
</style>
 +
<meta charset="UTF-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
 +
    <title>Document</title>
 +
    <style type="text/css">
 +
        .talk_con{
 +
            width:600px;
 +
            height:500px;
 +
            border:1px solid #666;
 +
            margin:50px auto 0;
 +
            background:#f9f9f9;
 +
        }
 +
        .talk_show{
 +
            width:580px;
 +
            height:420px;
 +
            border:1px solid #666;
 +
            background:#fff;
 +
            margin:10px auto 0;
 +
            overflow:auto;
 +
        }
 +
        .talk_input{
 +
            width:580px;
 +
            margin:10px auto 0;
 +
        }
 +
        .whotalk{
 +
            width:80px;
 +
            height:30px;
 +
            float:left;
 +
            outline:none;
 +
        }
 +
        .talk_word{
 +
            width:420px;
 +
            height:26px;
 +
            padding:0px;
 +
            float:left;
 +
            margin-left:10px;
 +
            outline:none;
 +
            text-indent:10px;
 +
        }       
 +
        .talk_sub{
 +
            width:56px;
 +
            height:30px;
 +
            float:left;
 +
            margin-left:10px;
 +
        }
 +
        .atalk{
 +
          margin:10px;
 +
        }
 +
        .atalk span{
 +
            display:inline-block;
 +
            background:#0181cc;
 +
            border-radius:10px;
 +
            color:#fff;
 +
            padding:5px 10px;
 +
        }
 +
        .btalk{
 +
            margin:10px;
 +
            text-align:right;
 +
        }
 +
        .btalk span{
 +
            display:inline-block;
 +
            background:#ef8201;
 +
            border-radius:10px;
 +
            color:#fff;
 +
            padding:5px 10px;
 +
        }
 +
    </style>
 
     <!-- Mobile Specific Metas================================================== -->
 
     <!-- Mobile Specific Metas================================================== -->
 
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Line 1,460: Line 1,528:
 
}
 
}
 
   </script>
 
   </script>
  </head>
+
  <body>
<body onload="draw();">
+
        <div class="talk_show" id="words">
  <canvas id="canvas" width="5000" height="10000"></canvas>
+
            <canvas id="canvas" width="5000" height="20000"></canvas>
</body>
+
            <script type="text/javascript">draw();</script>
 +
 
 +
        </div>
 +
 
 +
</body>
 +
 
 +
 
 
</html>
 
</html>

Revision as of 08:14, 8 September 2019

Document

Welcome to Wiki of SEU!

Your team has been approved and you are ready to start the iGEM season!

More Details