落地页评分改用百分比

master
liuweiwen 5 years ago
parent 44fa7bf8ad
commit a5fd2ac163

@ -106,7 +106,7 @@
<img src="__IMG__/start1.png" alt="">
</div>
<div class="strip">
<div style="width: <?php echo round($game['game_score']/5 * 3, 2) ?>rem;"></div>
<div style="width: <?php echo round($game['game_score']/5, 2) * 100 ?>%;"></div>
</div>
</div>
<div class="start-number">

Loading…
Cancel
Save