12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <!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" href="../../../common/cross/css/cross.css" type="text/css" />
- <link rel="stylesheet" href="../../../common/cross/css/cross.ui.css" type="text/css" />
-
- <!--<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/ss-style.css" />
- <!--<link rel="stylesheet" type="text/css" href="../../../home-wdzs/zdzx/css/zx-style.css">-->
- <!--<link rel="stylesheet" type="text/css" href="../css/cross.ui.css">-->
- <style type="text/css">
- @media only screen and (min-width: 100px) and (max-width: 640px) {
- .c-f-sm{
- font-size:14px;
- }
- }
- </style>
- </head>
- <body>
- <div class="c-main">
- <div class="h45">
- <div class="demo-comtop">
- <a class="mui-action-back"></a>
- <h1>运动历史</h1>
- </div>
- </div>
- <div class="mt20">
- <table class="c-table health-table-blue c-f16 c-boxs">
- <tbody>
- <tr>
- <td class="width-20">日期</td>
- <td class="width-20">时长</td>
- <td class="width-30">运动强度</td>
- <td class="width-30">具体运动</td>
- </tr>
- </tbody>
- </table>
- <table class="c-table c-border-b c-f15 bg-fff">
- <tbody id="sport_list">
- <!--<tr>
- <td class="width-20 ">03-24</td>
- <td class="width-20 ">30分钟</td>
- <td class="width-30 ">稍强</td>
- <td class="width-30 ">游泳</td>
- </tr>
- <tr>
- <td class="width-20 ">03-25</td>
- <td class="width-20 ">1小时</td>
- <td class="width-30">轻度</td>
- <td class="width-30 ">跑步</td>
- </tr>-->
- </tbody>
- </table>
- </div>
- </div>
- <div class="labhold-con">
- <div class="doc-recoder" id="divRecoder"></div>
- <a href="javascript:;" class="view-more c-37a6ed" style="display: none;" id="view_more">点击查看更多</a>
- </div>
- </body>
- <script src="../../../js/jquery/2.1.3/jquery.js"></script>
- <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/health-record.js"></script>
- <script type="text/javascript" src="../js/health-record-sport.js"></script>
- </html>
|