加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
recommend_drug.html 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
z306223558 提交于 2016-05-15 23:08 . init
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>大众品药药店管理系统</title>
<meta name="author" content="LovePinYao" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="js/ichart.1.2.1.min.js"></script>
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
<script src="js/jquery.js"></script>
<script src="js/common.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<style>
.table td{
text-align: center;
}
</style>
</head>
<body>
<!--header-->
<header id="header"></header>
<div id="left_nav"></div>
<section class="rt_wrap content mCustomScrollbar">
<div class="rt_content">
<section>
<div class="page_title">
<h2 class="fl" style="color: gray">全部药品</h2>
<!--<a class="fr top_rt_btn">删除药店</a>-->
</div>
<table class="table" id="drug_table">
<tr>
<th id="thumb">药品图片</th>
<th id="drug_name">药品名称</th>
<th id="product_fc">生产厂商</th>
<th id="drug_form">剂型</th>
<th id="promotion">价格</th>
<th id="address">优惠价格</th>
</tr>
<tr><td id="has_no_msg" colspan="10" style="text-align: center;color: lightgray;font-size: 10px;">数据正在加载.....</td></tr>
<!--<tr>-->
<!--<td style="width:265px;"><div class="cut_title ellipsis">265px宽·长标题字符串截取,仅适合单行截取,多行截取程序定义一下。</div></td>-->
<!--<td>内容二</td>-->
<!--<td>内容三</td>-->
<!--<td>内容四</td>-->
<!--<td>内容五</td>-->
<!--<td>内容六</td>-->
<!--<td>-->
<!--<a href="#" class="inner_btn">表内按钮</a>-->
<!--</td>-->
<!--</tr>-->
</table>
<aside class="paging" id="page">
</aside>
</section>
</div>
</section>
</body>
<script>
loadJS('recommend_drug');
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化