16 Star 40 Fork 23

框架组/layui后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
提现详情.html 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
weber 提交于 2017-07-17 10:59 . layui框架
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<title>众创数字资产综合运营管理平台</title>
<link rel="stylesheet" href="layui/css/layui.css"/>
<link rel="stylesheet" href="css/admin.css"/>
</head>
<body>
<fieldset class="layui-elem-field site-demo-button mt10">
<legend>提现详情</legend>
<table class="layui-table layui-table-add" lay-skin="nob">
<tbody>
<tr>
<th width="100">订单编号</th>
<td>782394834</td>
</tr>
<tr>
<th>到账银行</th>
<td>中国工商银行</td>
</tr>
<tr>
<th>提现金额</th>
<td><span class="price">10000.00</span></td>
</tr>
</tbody>
</table>
</fieldset>
<fieldset class="layui-elem-field site-demo-button">
<legend>提现状态</legend>
<table class="layui-table" lay-skin="nob">
<thead>
<tr>
<th>操作时间</th>
<th width="70%">描述</th>
<th>提现状态</th>
</tr>
</thead>
<tbody>
<tr>
<td>2017-05-20 17:20:02</td>
<td>用户13693536458 提交提现申请,提现金额:200.00元。到账银行:中国银行 深圳支行;开户人:张*;卡号:4000************9382</td>
<td><span class="red">待审核</span></td>
</tr>
<tr>
<td>2017-05-20 17:20:02</td>
<td>审核通过。审核人:张明</td>
<td>审核通过</td>
</tr>
<tr>
<td>2017-05-20 17:20:02</td>
<td>提现金额200.00元已提现到中国银行 卡号:4000************9382。流水号:123456789。</td>
<td>提现成功</td>
</tr>
</tbody>
</table>
</fieldset>
<script type="text/javascript" src="layui/layui.js"></script>
<script>
layui.use(['jquery','form'], function(){
var $ = layui.jquery;
});
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kuangjiazu/layuiHouTai.git
git@gitee.com:kuangjiazu/layuiHouTai.git
kuangjiazu
layuiHouTai
layui后台
master

搜索帮助