1 Star 0 Fork 0

久违。/healthClub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
管理员-场地预定订单.html 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>场地预约订单</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link href="" rel="stylesheet">
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/main.css" type="text/css">
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div class=""></div>
<div class="container">
<div class="list-content__title pull-bottom">
<span class="title-main">场地预约订单</span>
</div>
<div class="add-user-content">
<div class="place-order-section">
<div class="tab-person-content person-content-place" id="person-place">
<table class="table table-hover">
<thead>
<tr >
<th>场地号</th>
<th>场地介绍</th>
<th>预约人</th>
<th>预约时间</th>
<!-- <th>操作</th> -->
</tr>
</thead>
<tbody id="list">
<tr>
<td>1-11</td>
<td>场地描述</td>
<td>小小</td>
<td>2016.09.01</td>
</tr>
<tr>
<td>1-12</td>
<td>场地描述</td>
<td>ok</td>
<td>2016.09.01</td>
</tr>
<tr>
<td>2-01</td>
<td>场地描述</td>
<td>可都</td>
<td>2017.03.21</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<script src="js/jquery-1.11.min.js"></script>
<script src="bootstrap/js/bootstrap.js" type="text/javascript" charset="utf-8">
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/weimm/healthClub.git
git@gitee.com:weimm/healthClub.git
weimm
healthClub
healthClub
master

搜索帮助