|
|
|
@ -28,6 +28,47 @@
|
|
|
|
|
.pointer-hand {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
color: #056dae;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tooltip .tooltiptext {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
width: 250%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
bottom: 80%;
|
|
|
|
|
left: 0;
|
|
|
|
|
margin-left: -70%;
|
|
|
|
|
border: #000 solid 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tooltip .tooltiptext::after {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 100%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin-left: -5px;
|
|
|
|
|
border-width: 5px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-color: black transparent transparent transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tooltip:hover .tooltiptext {
|
|
|
|
|
|
|
|
|
|
color: #000;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
|
|
@ -96,61 +137,61 @@
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<if condition="$sorting eq 13">
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(0)" id="zheng">账号ID<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<elseif condition="$sorting eq 12" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(1)" id="dao">账号ID<span >▼</span></th>
|
|
|
|
|
|
|
|
|
|
<elseif condition="$sorting eq 11" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(2)" id="sheng">账号ID<span>▲</span></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(0)" id="zheng">账号ID<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
</if>
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(0)" id="zheng"><div class="tooltip">账号ID<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家留存的平台币</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 12" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(1)" id="dao"><div class="tooltip">账号ID<span >▼</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家留存的平台币</span></span></div></th>
|
|
|
|
|
|
|
|
|
|
<elseif condition="$sorting eq 11" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(2)" id="sheng"><div class="tooltip">账号ID<span>▲</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家留存的平台币</span></span></div></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(0)" id="zheng"><div class="tooltip">账号ID<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家留存的平台币</span></span></div></th>
|
|
|
|
|
</if>
|
|
|
|
|
<th>玩家账号</th>
|
|
|
|
|
<if condition="$sorting eq 13">
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(19)" id="zheng1">平台币余额<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<elseif condition="$sorting eq 19" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(20)" id="dao1">平台币余额<span >▼</span></th>
|
|
|
|
|
<elseif condition="$sorting eq 20" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(21)" id="sheng1">平台币余额<span >▲</span></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(19)" id="zheng1">平台币余额<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(19)" id="zheng1"><div class="tooltip">平台币余额<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家留存的平台币</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 19" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(20)" id="dao1"><div class="tooltip">平台币余额<span >▼</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家留存的平台币</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 20" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(21)" id="sheng1"><div class="tooltip">平台币余额<span >▲</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家留存的平台币</span></span></div></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(19)" id="zheng1"><div class="tooltip">平台币余额<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家留存的平台币</span></span></div></th>
|
|
|
|
|
</if>
|
|
|
|
|
<if condition="$sorting eq 13">
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(16)" id="zheng1">平台币直充余额<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<elseif condition="$sorting eq 16" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(17)" id="dao1">平台币直充余额<span >▼</span></th>
|
|
|
|
|
<elseif condition="$sorting eq 17" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(18)" id="sheng1">平台币直充余额<span >▲</span></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(16)" id="zheng1">平台币直充余额<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(16)" id="zheng1"><div class="tooltip">平台币直充余额<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 16" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(17)" id="dao1"><div class="tooltip">平台币直充余额<span >▼</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 17" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(18)" id="sheng1"><div class="tooltip">平台币直充余额<span >▲</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(16)" id="zheng1"><div class="tooltip">平台币直充余额<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间最后一秒玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
</if>
|
|
|
|
|
<if condition="$sorting eq 13">
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(3)" id="zheng1">平台币直充支出<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<elseif condition="$sorting eq 3" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(4)" id="dao1">平台币直充支出<span >▼</span></th>
|
|
|
|
|
<elseif condition="$sorting eq 4" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(5)" id="sheng1">平台币直充支出<span >▲</span></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(3)" id="zheng1">平台币直充支出<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(3)" id="zheng1"><div class="tooltip">平台币直充支出<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 3" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(4)" id="dao1"><div class="tooltip">平台币直充支出<span >▼</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 4" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(5)" id="sheng1"><div class="tooltip">平台币直充支出<span >▲</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(3)" id="zheng1"><div class="tooltip">平台币直充支出<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<if condition="$sorting eq 13">
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(6)" id="zheng1">平台币直充金额<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<elseif condition="$sorting eq 6" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(7)" id="dao1">平台币直充金额<span >▼</span></th>
|
|
|
|
|
<elseif condition="$sorting eq 7" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(8)" id="sheng1">平台币直充金额<span >▲</span></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(6)" id="zheng1">平台币直充金额<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(6)" id="zheng1"><div class="tooltip">平台币直充金额<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 6" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(7)" id="dao1"><div class="tooltip">平台币直充金额<span >▼</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 7" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(8)" id="sheng1"><div class="tooltip">平台币直充金额<span >▲</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(6)" id="zheng1"><div class="tooltip">平台币直充金额<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计消耗的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
</if>
|
|
|
|
|
<if condition="$sorting eq 13">
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(9)" id="zheng1">后台发放平台币<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<elseif condition="$sorting eq 9" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(10)" id="dao1">后台发放平台币<span >▼</span></th>
|
|
|
|
|
<elseif condition="$sorting eq 10" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(15)" id="sheng1">后台发放平台币<span >▲</span></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(9)" id="zheng1">后台发放平台币<img src="__IMG__/paixu.png" width="13px"></th>
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(9)" id="zheng1"><div class="tooltip">后台发放平台币<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计后台发放的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 9" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(10)" id="dao1"><div class="tooltip">后台发放平台币<span >▼</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计后台发放的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<elseif condition="$sorting eq 10" />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(15)" id="sheng1"><div class="tooltip">后台发放平台币<span >▲</span><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计后台发放的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
<else />
|
|
|
|
|
<th class="pointer-hand" onclick="idsort(9)" id="zheng1"><div class="tooltip">后台发放平台币<img src="__IMG__/paixu.png" width="13px"><span class="tooltiptext"><span style="margin-left: -10px">检测时间内玩家累计后台发放的平台币(只记录直充部分)</span></span></div></th>
|
|
|
|
|
</if>
|
|
|
|
|
<th>操作</th>
|
|
|
|
|
</tr>
|
|
|
|
|