落地页

master
liuweiwen 5 years ago
parent 1752e16f8d
commit ee2247d24b

@ -44,7 +44,9 @@
<div class="home">
<div class="home-box">
<div class="heard">
<img src="{$game['icon']}" alt="">
<div style="height: 2.5rem;width: 2.5rem">
<img src="{$game['icon']}" alt="">
</div>
<div class="right">
<div>{$game['relation_game_name']}</div>
<div>{$game['features']}</div>
@ -62,13 +64,14 @@
<div class="evaluate-box">
<div class="number">
<span>{$game['game_score']}</span>
<div class="start">
<img src="__IMG__/start<?php echo $game['game_score'] >=1 ? 1 : ''?>.png" alt="">
<img src="__IMG__/start<?php echo $game['game_score'] >=2 ? 1 : ''?>.png" alt="">
<img src="__IMG__/start<?php echo $game['game_score'] >=3 ? 1 : ''?>.png" alt="">
<img src="__IMG__/start<?php echo $game['game_score'] >=4 ? 1 : ''?>.png" alt="">
<img src="__IMG__/start<?php echo $game['game_score'] >=5 ? 1 : ''?>.png" alt="">
</div>
<div class="start">
<div class="iconImg ">
<div style=" width: <?php echo round($game['game_score']/5, 2)*100 ?>%;"></div>
</div>
</div>
</div>
<div class="grade">14.48K个评分</div>
</div>

Loading…
Cancel
Save