123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="renderer" content="webkit">
- <meta http-equiv="Cache-Control" content="no-siteapp" />
- <title>体征记录</title>
- <meta name="keywords" content="">
- <meta name="description" content="">
- <link rel="shortcut icon" href="favicon.ico">
- <link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
- <link href="css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
- <link href="css/animate.min.css" rel="stylesheet">
- <link href="css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet">
- <link href="css/plugins/toastr/toastr.min.css" rel="stylesheet">
- <link href="js/plugins/artDialog/6.0.5/css/ui-dialog.min.css" rel="stylesheet">
- <link href="css/style.css" rel="stylesheet">
- <style>
- .fs14 {font-size: 14px;}
- .f-hover {background-color: #12b7f5; color: #fff;}
- .h-lh-14 {height: 14px; line-height: 14px;}
- h2, h3, h4 {margin: 0;}
- span, em {float: left;margin: 0; padding: 0;color: #12b7f5; text-align: center; cursor: pointer;}
- .tab-record {overflow: hidden; width: 260px; height: 40px; border-radius: 5px; border: 1px solid #12b7f5; margin: 0 auto 20px;}
- .tab-record span {width: 129px; height: 38px;border: 0;line-height: 38px;}
- .lit-wrap { padding-top: 30px;margin: 0 auto;}
- .bg-con { background-color: #F5F5FA;}
- .con-record { width: 520px; padding: 20px 0; margin: 0 auto;}
- h3 span, h4 span { height: 28px;border: 1px solid #12b7f5; border-radius: 15px;line-height: 28px;}
- .day-record span {width: 88px; margin: 0 20px;}
- .status-record span {width: 58px; height: 18px; margin: 30px 0 0 12.5px; border-radius: 10px;line-height: 20px;}
- .times-record {margin: 30px 0 24px;}
- .is-ok {width: 100px; color: #12B7F5}
- .is-height {width: 100px; margin: 0 110px; color: #fe5f59;}
- .is-low {width: 100px; color: #56c673}
- .canvas-record, #canvas {width: 520px; height: 230px; background-color: #fff;}
- .data-record {margin-top: 20px;text-align: center; line-height: 40px;}
- </style>
- </head>
- <body class="white-bg plr10">
-
- <div class="lit-wrap">
- <h2 class="tab-record fs14 b-flc">
- <span class="f-hover">血糖记录</span>
- <span>血压记录</span>
- </h2>
- <div class="bg-con">
- <div class="con-record">
- <h3 class="day-record fs14 clearfix">
- <span class="f-hover">7天</span>
- <span>30天</span>
- <span>90天</span>
- <span>半年</span>
- </h3>
- <h4 class="status-record fs14 clearfix">
- <span class="f-hover">早餐前</span>
- <span>早餐后</span>
- <span>午餐前</span>
- <span>午餐后</span>
- <span>晚餐前</span>
- <span>晚餐后</span>
- <span>睡前</span>
- </h4>
- <p class="h-lh-14 times-record fs14 clearfix">
- <em class="is-ok">正常:0次</em>
- <em class="is-height">偏高:0次</em>
- <em class="is-low">偏低:0次</em>
- </p>
- <div class="canvas-record fs14"><strong class="danwei" style="color: #12B7F5">单位(mmol/L)</strong>
- <canvas id="canvas" width="520" height="230"></canvas>
- </div>
- <p class="h-lh-14 data-record"></p>
- </div>
- </div>
- </div>
-
- <script src="js/jquery.min.js?v=2.1.4"></script>
- <script src="js/bootstrap.min.js?v=3.3.6"></script>
- <script src="js/plugins/metisMenu/jquery.metisMenu.js"></script>
- <script src="js/plugins/layer/layer.min.js"></script>
- <script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
- <script src="js/hplus.min.js?v=4.1.0"></script>
- <script src="js/plugins/pace/pace.min.js"></script>
- <script src="js/plugins/toastr/toastr.min.js"></script>
- <script src="js/plugins/artDialog/6.0.5/js/dialog-plus.min.js"></script>
- <script src="js/plugins/bootstrap-table/bootstrap-table.min.js"></script>
- <script src="js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script>
- <script src="js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
- <script src="js/es6-promise.js"></script>
- <script src="js/underscore.js"></script>
- <script src="js/util.js"></script>
- <script src="js/template.js"></script>
- <script src="js/api-service.js"></script>
- <script src="js/plugins/chartJs/Chart.min.js" type="text/javascript"></script>
- <script src="js/body-record-api.js"></script>
- <script src="js/buz/body-record.js"></script>
- </body>
- </html>
|