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

feat:完成模板开发

parent e62dd896
...@@ -586,9 +586,18 @@ body { ...@@ -586,9 +586,18 @@ body {
color: #ffffff; color: #ffffff;
} }
.detail{
position: absolute;
width: 100%;
height: 62%;
top: 38%;
left: 0;
right: 0;
}
#recorder-text{ #recorder-text{
width: 98%; width: 98%;
height: 60%; height: 40%;
overflow-x: inherit; overflow-x: inherit;
overflow-y: auto; overflow-y: auto;
margin-top: 60px; margin-top: 60px;
...@@ -620,10 +629,10 @@ body { ...@@ -620,10 +629,10 @@ body {
#evaluation{ #evaluation{
width: 90%; width: 90%;
height: 55%; height: 32%;
overflow-x: inherit; overflow-x: inherit;
overflow-y: auto; overflow-y: auto;
margin-top: 60px; margin-top: 44px;
text-align: left; text-align: left;
padding: 20px 50px; padding: 20px 50px;
margin-left: 5%; margin-left: 5%;
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</div> </div>
</div> </div>
<div class="my-btn sent-btn"> <div class="my-btn sent-btn">
Sent Send
</div> </div>
</div> </div>
...@@ -138,14 +138,15 @@ ...@@ -138,14 +138,15 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>80</td> <td id='complete'>80</td>
<td>80</td> <td id='fluent'>80</td>
<td>60</td> <td id='grammar'>60</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
</div>
<div class="detail">
<div id="recorder-text"> <div id="recorder-text">
</div> </div>
...@@ -154,6 +155,7 @@ ...@@ -154,6 +155,7 @@
</div> </div>
</div> </div>
</div> </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