3 Star 0 Fork 0

wondersPro/dongyingJKDA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.ejs 3.96 KB
一键复制 编辑 原始数据 按行查看 历史
xueyuwan 提交于 2018-06-11 17:35 . 健康档案
<!DOCTYPE html>
<html>
<head>
<title>健康档案</title>
<%- include('./_global/baseLibsJKDA') %>
<!--<script src="/static/js/jkda/mbParse/mb_01_view.js"></script>-->
<script src="/static/js/index/index.js"></script>
<script src="/static/js/<%=type%>/pageUrl.js"></script>
<link rel="stylesheet" href="/static/css/jkda/page-main.css">
<link rel="stylesheet" href="/static/css/jkda/reset.css">
<link rel="stylesheet" href="/static/css/public.css">
<link rel="stylesheet" href="/static/css/jkda/public.css">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0px;
}
body {
transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform-style: preserve-3d;
/* background-color: transparent; */
}
a:link {
text-decoration: none;
}
</style>
</head>
<body>
<!-- header start -->
<header class="header-box grey fixed">
<div class="header-content">
<div class="left-tool">
<a class="back" href="javascript:void(0);"><i class="iconfont icon-back"></i></a>
</div>
<div class="title">健康档案</div>
</div>
</header>
<!-- header end -->
<aside class="person-info-top">
<a href="javascript:void(0)">
<div class="img-header-wrap"><img id="userHeader" src="/static/images/jkda/user.png"/></div>
<div class="text-wrap">
<p>
<span class="name" id="name">张三</span>
<span class="span-sex" id="gender"></span>
<span class="span-age" id="age">32</span>
</p>
<!--<p><span id="HKDZ">XXX省XX市XX区</span></p>-->
<p><span id="linkmanTel">12345678909</span></p>
</div>
</a>
</aside>
<aside class="health-file-tool">
<ul class="health-file-list clearfix">
<div id="menu1" class="runDiv" style="position:relative" url="jzjl">
<div>
<img class="icon-list" src="/static/images/jkda/icon1.png">
<h2 class="span-text">就诊记录</h2>
</div>
</div>
<div id="menu4" class="runDiv" style="position:relative" url="jyjc">
<div>
<img class="icon-list" src="/static/images/jkda/icon2.png">
<h2 class="span-text">检验检查报告</h2>
</div>
</div>
<div id="menu7" class="runDiv" style="position:relative" url="sfjl" >
<div>
<img class="icon-list" src="/static/images/jkda/icon5.png">
<h2 class="span-text">随访记录</h2>
</div>
</div>
<!-- <div id="" class="runDiv" style="position:relative" url="ssjl" >
<div>
<img class="icon-list" src="/static/images/jkda/icon4.png">
<h2 class="span-text">手术记录</h2>
</div>
</div>
<div id="menu5" class="runDiv" style="position:relative" url="tjbg">
<div>
<img class="icon-list" src="/static/images/jkda/icon3.png">
<h2 class="span-text">体检报告</h2>
</div>
</div>
<div id="menu6" class="runDiv" style="position:relative" url="mbbg">
<div>
<img class="icon-list" src="/static/images/jkda/icon6.png">
<h2 class="span-text">慢病报告</h2>
</div>
</div> -->
</ul>
</aside>
</body>
<%- include('./_global/mb_01_view') %>
<script>
var jkcsUserInfo =StoreCache.getCache("jkcsUserInfo");
// if(jkcsUserInfo && location.href.indexOf("idCard")<0 ){
// var patientCardId = jkcsUserInfo["patientCardId"];
// var idCard = encryptionStr(key, patientCardId);
// location.href = "/html/jkda/index.html?idCard=" + idCard + "&key=" + key;
// }
if (jkcsUserInfo.phoneNum) {
$("#SJHM").html(jkcsUserInfo.phoneNum);
}
</script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jxwonders/dongyingJKDA.git
git@gitee.com:jxwonders/dongyingJKDA.git
jxwonders
dongyingJKDA
dongyingJKDA
master

搜索帮助