调整了表格对齐

dev_local
杨树明 6 years ago
parent d43deda5dd
commit ac193b5603

@ -51,11 +51,11 @@
<span class="Titlefont"><%= shixun_question_level i %></span>
<div class="fr mr40 shixun-title-font">
<div class="fr mr8 shixun-title-font">
分值:<%= @exercise.level_setting(i).try(:score) %> 分/题
</div>
<div class="fr mr40 shixun-title-font width200">
<div class="fr mr20 shixun-title-font width160">
随机出题量:<%= @exercise.level_setting(i).try(:num) || questions_list.try(:count) %>
</div>
</div>

@ -1030,6 +1030,10 @@ html>body #ajax-indicator { position: fixed; }
width:200px;
}
.width160{
width:160px;
}
.colorFF8121s{
color:#FF8121;
}

Loading…
Cancel
Save