123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <!doctype html>
- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <meta charset="utf-8">
- <title>血糖历史</title>
- <link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
- <link rel="stylesheet" type="text/css" href="../../../iconfont/iconfont.css" />
- <link rel="stylesheet" type="text/css" href="../../../css/cross.ui.css">
- <link rel="stylesheet" type="text/css" href="../css/ss-style.css" />
- <link rel="stylesheet" type="text/css" href="../css/zx-style.css" />
- <!--<link rel="stylesheet" href="../../../css/mui.css">-->
- <script src="../../../js/app.js" type="text/javascript" charset="utf-8"></script>
-
- </head>
- <body>
- <div class="c-main">
- <!--<div class="h45">
- <div class="demo-comtop">
- <a class="mui-action-back"></a>
- <h1>血糖历史</h1>
- </div>
- </div>-->
- <div >
- <div class="plr15 ptb10 c-909090 c-f17">
- <p>空腹血糖正常范围(3.9-6.1mmol/L)</p>
- <p>非空腹血糖正常范围(4.4-7.8mmol/L)</p>
- <p>注:偏高为<span class="c-f00">红色</span>字体,偏低为<span class="c-007cd9">蓝色</span>字体</p>
- </div>
- <table class="c-table pos c-border-tb GLU-tab" id="table1">
- <thead class="bg-32aa6d c-f16 c-fff">
- <tr>
- <th rowspan="2">日期</th>
- <th colspan="2">早餐</th>
- <th colspan="2">午餐</th>
- <th colspan="2">晚餐</th>
- <th rowspan="2">睡前</th>
- </tr>
- <tr>
- <th>空腹</th>
- <th>后</th>
- <th>前</th>
- <th>后</th>
- <th>前</th>
- <th>后</th>
- </tr>
- </thead>
- <tbody class="bg-fff c-f16" id="item">
- </tbody>
- </table>
-
- </div>
- </div>
-
- <div class="labhold-con">
- <div class="doc-recoder" id="divRecoder"></div>
- <a href="javascript:;" class="view-more c-37a6ed c-f18" id="view_more">点击查看更多</a>
- </div>
- <!--style="z-index: 99;width:100%;height: 60px;position: absolute;bottom: 110px;"-->
- <div class="bottom-box clearfix mt15 plr15">
- <a onclick="window.open('health-index-add-bloodsugar.html')" style="padding: 12px 15px;" class="c-btn c-btn-4dcd70 c-btn-radius fl c-f18">添加血糖</a>
- <a onclick="window.history.back()" style="padding: 12px 15px;" class="c-btn c-btn-4dcd70 c-btn-radius fr c-f18">查看曲线</a>
-
- </div>
-
- <script src="../../../js/jquery/2.1.3/jquery.js"></script>
- <script src="../../../widget/artDialog/6.0.5/js/dialog-plus.min.js"></script>
- <link rel="stylesheet" type="text/css" href="../../../widget/artDialog/6.0.5/css/ui-dialog.min.css">
-
- <script type="text/javascript" src="../../../js/mui.min.js"></script>
- <script type="text/javascript" src="../../../js/common_http.js" ></script>
- <script type="text/javascript" src="../../../js/weixin_common.js" ></script>
- <!--<script type="text/javascript" src="../js/health-index-bloodsugar-history.js" ></script>-->
- <script type="text/javascript" src="../js/health-index.js" ></script>
- <script type="text/javascript" src="../js/health-index-bloodsugar-history.js" ></script>
-
-
-
- <script type="text/javascript">
- //启用双击监听
- // mui.init({
- // gestureConfig:{
- // doubletap:true
- // },
- // subpages:[{
- // url:'health-index-bloodsugar-history-sub.html',
- // id:'health-index-bloodsugar-history-sub',
- // styles:{
- // top: '237px',
- // bottom: '185px',
- // }
- // }]
- // });
- window.addEventListener("add-item", function(e) {
- mui.init({
- gestureConfig:{
- doubletap:true
- },
- subpages:[{
- url:'health-index-bloodsugar-history-sub.html',
- id:'health-index-bloodsugar-history-sub',
- styles:{
- top: '237px',
- bottom: '185px',
- }
- }]
- });
- })
-
-
- </script>
- </body>
-
- </html>
|