Commit a337d733 authored by liujiangnan's avatar liujiangnan

debug

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