health-index-bloodsugar-history.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  5. <meta charset="utf-8">
  6. <title>血糖历史</title>
  7. <link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
  8. <link rel="stylesheet" type="text/css" href="../../../iconfont/iconfont.css" />
  9. <link rel="stylesheet" type="text/css" href="../../../css/cross.ui.css">
  10. <link rel="stylesheet" type="text/css" href="../css/ss-style.css" />
  11. <link rel="stylesheet" type="text/css" href="../css/zx-style.css" />
  12. <!--<link rel="stylesheet" href="../../../css/mui.css">-->
  13. <script src="../../../js/app.js" type="text/javascript" charset="utf-8"></script>
  14. </head>
  15. <body>
  16. <div class="c-main">
  17. <!--<div class="h45">
  18. <div class="demo-comtop">
  19. <a class="mui-action-back"></a>
  20. <h1>血糖历史</h1>
  21. </div>
  22. </div>-->
  23. <div >
  24. <div class="plr15 ptb10 c-909090 c-f17">
  25. <p>空腹血糖正常范围(3.9-6.1mmol/L)</p>
  26. <p>非空腹血糖正常范围(4.4-7.8mmol/L)</p>
  27. <p>注:偏高为<span class="c-f00">红色</span>字体,偏低为<span class="c-007cd9">蓝色</span>字体</p>
  28. </div>
  29. <table class="c-table pos c-border-tb GLU-tab" id="table1">
  30. <thead class="bg-32aa6d c-f16 c-fff">
  31. <tr>
  32. <th rowspan="2">日期</th>
  33. <th colspan="2">早餐</th>
  34. <th colspan="2">午餐</th>
  35. <th colspan="2">晚餐</th>
  36. <th rowspan="2">睡前</th>
  37. </tr>
  38. <tr>
  39. <th>空腹</th>
  40. <th>后</th>
  41. <th>前</th>
  42. <th>后</th>
  43. <th>前</th>
  44. <th>后</th>
  45. </tr>
  46. </thead>
  47. <tbody class="bg-fff c-f16" id="item">
  48. </tbody>
  49. </table>
  50. </div>
  51. </div>
  52. <div class="labhold-con">
  53. <div class="doc-recoder" id="divRecoder"></div>
  54. <a href="javascript:;" class="view-more c-37a6ed c-f18" id="view_more">点击查看更多</a>
  55. </div>
  56. <!--style="z-index: 99;width:100%;height: 60px;position: absolute;bottom: 110px;"-->
  57. <div class="bottom-box clearfix mt15 plr15">
  58. <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>
  59. <a onclick="window.history.back()" style="padding: 12px 15px;" class="c-btn c-btn-4dcd70 c-btn-radius fr c-f18">查看曲线</a>
  60. </div>
  61. <script src="../../../js/jquery/2.1.3/jquery.js"></script>
  62. <script src="../../../widget/artDialog/6.0.5/js/dialog-plus.min.js"></script>
  63. <link rel="stylesheet" type="text/css" href="../../../widget/artDialog/6.0.5/css/ui-dialog.min.css">
  64. <script type="text/javascript" src="../../../js/mui.min.js"></script>
  65. <script type="text/javascript" src="../../../js/common_http.js" ></script>
  66. <script type="text/javascript" src="../../../js/weixin_common.js" ></script>
  67. <!--<script type="text/javascript" src="../js/health-index-bloodsugar-history.js" ></script>-->
  68. <script type="text/javascript" src="../js/health-index.js" ></script>
  69. <script type="text/javascript" src="../js/health-index-bloodsugar-history.js" ></script>
  70. <script type="text/javascript">
  71. //启用双击监听
  72. // mui.init({
  73. // gestureConfig:{
  74. // doubletap:true
  75. // },
  76. // subpages:[{
  77. // url:'health-index-bloodsugar-history-sub.html',
  78. // id:'health-index-bloodsugar-history-sub',
  79. // styles:{
  80. // top: '237px',
  81. // bottom: '185px',
  82. // }
  83. // }]
  84. // });
  85. window.addEventListener("add-item", function(e) {
  86. mui.init({
  87. gestureConfig:{
  88. doubletap:true
  89. },
  90. subpages:[{
  91. url:'health-index-bloodsugar-history-sub.html',
  92. id:'health-index-bloodsugar-history-sub',
  93. styles:{
  94. top: '237px',
  95. bottom: '185px',
  96. }
  97. }]
  98. });
  99. })
  100. </script>
  101. </body>
  102. </html>