1 Star 0 Fork 0

Eternal / moonCoupons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pName.html 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
Eternal 提交于 2018-08-01 16:43 . 1.月饼券包括餐券已完成更新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,viewport-fit=cover">
<title>地区+ 品名</title>
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/detail.css">
<style>
.fixedhead{
position: fixed;
background: white;
}
</style>
</head>
<body>
<div class="page">
<div class="page__bd">
<table class="table table-bordered table-striped fixedhead" id="fixedhead">
<thead>
<tr>
<th>地区</th>
<th>品名</th>
<th>销售</th>
<th>核销</th>
</tr>
</thead>
</table>
<!--<h4 class="text-center detailsHead" style="">销售详情</h4>-->
<table class="table table-bordered table-striped" id="user_table">
<thead>
<tr>
<th>地区</th>
<th>品名</th>
<th>销售</th>
<th>核销</th>
</tr>
</thead>
<tbody class="tbConName">
<!--<tr>
<td>华东</td>
<td>新旺</td>
<td>HD-GL-001</td>
<td>莲蓉</td>
<td>5000</td>
<td>5000</td>
</tr>
<tr>
<td>华南</td>
<td>新旺</td>
<td>HN-GL-001</td>
<td>莲蓉</td>
<td>5</td>
<td>5</td>
</tr>-->
</tbody>
</table>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
<script src="https://res.wx.qq.com/open/libs/weuijs/1.0.0/weui.min.js"></script>
<script src="js/bName.js"></script>
</body>
</html>
JavaScript
1
https://gitee.com/weimeng521/moonCoupons.git
git@gitee.com:weimeng521/moonCoupons.git
weimeng521
moonCoupons
moonCoupons
master

搜索帮助