You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
3.5 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<extend name="Public/promote_base"/>
<block name="css">
<link href="__CSS__/20180207/platform.css" rel="stylesheet">
<style>
.trunk-list .table3 {width: 100%;}
.table3 tr td{border: 1px solid #E0E7EF;}
.pagenation{line-height: 6.5vh;}
.pagenation>div {text-align: right;}
.trunk-list .table3 tr {height: 4.2vh;}
.table_scroll {width:100%;table-layout:fixed;}
.table_scroll tr td {border:none;border-right:1px solid #E0E7EF;}
.table_scroll tr td:last-child{border-right:none;}
.table_scroll tr+tr td {border-top:1px solid #E0E7EF;}
.bill {
width: 900px;
margin: 0 auto;
margin-top: 100px;
}
.bill li {
line-height: 50px;
width: 450px;
float: left;
}
.bill li .item-title {
display: inline-block;
width: 120px;
text-align: right;
margin-right: 15px;
}
.back-btn {
width: 118px;
height: 36px;
line-height: 36px;
background: #E5E5E5;
color: #8B8CA0;
border-radius: 4px;
display: inline-block;
text-align: center;
margin-left: 20px;
border: none;
cursor: pointer;
}
</style>
</block>
<block name="body">
<div class="page-search normal_list promoteCoin-shift-search">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>平台币管理></span><span>交易流水明细</span></div>
</div>
<img src="__IMG__/20180207/icon_normal_yve.png"><span class="title_main">交易流水明细</span>
</div>
<div class="trunk-content article">
<ul class="bill clearfix">
<li><span class="item-title">交易流水号:</span><span class="item-content">{$record.sn}</span></li>
<li><span class="item-title">交易时间:</span><span class="item-content">{$record.create_time}</span></li>
<li><span class="item-title">操作类型:</span><span class="item-content">{$record.type_text}</span></li>
<li><span class="item-title">操作方式:</span><span class="item-content">{$record.sub_type_text}</span></li>
<li><span class="item-title">平台币类型:</span><span class="item-content">{$record.coin_type}</span></li>
<li><span class="item-title">平台币数量:</span><span class="item-content">{$record.coin}</span></li>
<li><span class="item-title">平台币余额:</span><span class="item-content">{$record.balance_coin}</span></li>
<li><span class="item-title">交易说明:</span><span class="item-content">{$record.description}</span></li>
<li><span class="item-title">交易备注:</span><span class="item-content">{$record.remark}</span></li>
</ul>
</div>
<?php if ($refDetail):?>
<h3 style="margin: 15px 50px; border-bottom: 1px #8B8CA0 dotted; color: #8B8CA0; font-size: 14px; line-height: 30px;"><?= $refDetail['refTitle'] ?></h3>
<div class="trunk-content article">
<ul class="bill clearfix" style="margin-top: 50px;">
<?php foreach($refDetail['items'] as $item):?>
<li><span class="item-title"><?= $item['name'] ?></span><span class="item-content"><?= $item['value'] ?></span></li>
<?php endforeach;?>
</ul>
</div>
<?php endif;?>
<div style="margin-top: 20px;text-align: center; margin-bottom: 30px;">
<button type="button" class="back-btn btn" onclick="window.history.back();" >返回</button>
</div>
</div>
</div>
</block>