Commit 888192a8 authored by Chen Jiping's avatar Chen Jiping

feat:完成模板开发

parent e62dd896
......@@ -586,9 +586,18 @@ body {
color: #ffffff;
}
.detail{
position: absolute;
width: 100%;
height: 62%;
top: 38%;
left: 0;
right: 0;
}
#recorder-text{
width: 98%;
height: 60%;
height: 40%;
overflow-x: inherit;
overflow-y: auto;
margin-top: 60px;
......@@ -620,10 +629,10 @@ body {
#evaluation{
width: 90%;
height: 55%;
height: 32%;
overflow-x: inherit;
overflow-y: auto;
margin-top: 60px;
margin-top: 44px;
text-align: left;
padding: 20px 50px;
margin-left: 5%;
......
......@@ -56,7 +56,7 @@
</div>
</div>
<div class="my-btn sent-btn">
Sent
Send
</div>
</div>
......@@ -138,14 +138,15 @@
</thead>
<tbody>
<tr>
<td>80</td>
<td>80</td>
<td>60</td>
<td id='complete'>80</td>
<td id='fluent'>80</td>
<td id='grammar'>60</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="detail">
<div id="recorder-text">
</div>
......@@ -154,6 +155,7 @@
</div>
</div>
</div>
</div>
</div>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment