|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<block name="css">
|
|
|
|
|
<link href="__CSS__/20180207/data.css" rel="stylesheet">
|
|
|
|
|
<link href="__CSS__/20180207/game.css" rel="stylesheet">
|
|
|
|
|
<link href="__CSS__/game_detailed.css" rel="stylesheet">
|
|
|
|
|
<link href="__CSS__/game_detailed.css?v=1.3" rel="stylesheet">
|
|
|
|
|
<link href="__CSS__/my_game.css" rel="stylesheet">
|
|
|
|
|
<link href="__STATIC__/icons_alibaba/iconfont.css" rel="stylesheet">
|
|
|
|
|
<link href="__STATIC__/jqueryselect/css/layui.css" rel="stylesheet">
|
|
|
|
@ -146,10 +146,10 @@
|
|
|
|
|
<volist name="list_data" id="vo">
|
|
|
|
|
<li class="game-li">
|
|
|
|
|
<div class="media">
|
|
|
|
|
<div class="img-box" onclick="viewGameDetailed({$vo.id})">
|
|
|
|
|
<div class="img-box" onclick="viewGameDetailed({$vo.id})" style="cursor: pointer;">
|
|
|
|
|
<img src="__ROOT__{$vo.icon|get_cover='path'}"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="game-msg" style="width: calc(65% - 90px);">
|
|
|
|
|
<div class="game-msg" style="width: calc(65% - 90px);" onclick="viewGameDetailed({$vo.id})">
|
|
|
|
|
<h5 class="game-title">{$vo.game_name}</h5>
|
|
|
|
|
<p><span>{$vo.features}</span></p>
|
|
|
|
|
<p>
|
|
|
|
|