Commit a337d733 authored by liujiangnan's avatar liujiangnan

debug

parent 8d557ef8
...@@ -614,16 +614,8 @@ body { ...@@ -614,16 +614,8 @@ body {
color: #cedebc; color: #cedebc;
} }
.sub-score .tbody{ .sub-score .sub-score__text{
object-fit: contain;
font-family: Aileron-Bold;
font-size: 0.35rem; font-size: 0.35rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #ffffff; color: #ffffff;
} }
......
...@@ -139,23 +139,21 @@ ...@@ -139,23 +139,21 @@
</div> </div>
<span class="tips">Great!</span> <span class="tips">Great!</span>
<div class='sub-score'> <div class='sub-score'>
<table style="width: 100%; margin-top: 0.2rem; height: 0.8rem;"> <table style="width: 100%; margin-top: 0.12rem; height: 0.8rem;">
<tr class="thead"> <tr class="thead">
<td style="width: 33%;"> <td style="width: 33%;">
完整度 完整度<br>
<span id='complete' class="sub-score__text">80</span>
</td> </td>
<td style="width: 33%;"> <td style="width: 33%;">
流利度 流利度<br>
<span id='fluent' class="sub-score__text">80</span>
</td> </td>
<td style="width: 33%;"> <td style="width: 33%;">
语法 语法<br>
<span id='grammar' class="sub-score__text">60</span>
</td> </td>
</tr> </tr>
<tr class="tbody">
<td id='complete'>80</td>
<td id='fluent'>80</td>
<td id='grammar'>60</td>
</tr>
</table> </table>
</div> </div>
</div> </div>
......
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