health-record-sport.html 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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" href="../../../common/cross/css/cross.css" type="text/css" />
  8. <link rel="stylesheet" href="../../../common/cross/css/cross.ui.css" type="text/css" />
  9. <!--<link rel="stylesheet" type="text/css" href="../css/cross.css" />-->
  10. <!--<link rel="stylesheet" type="text/css" href="../iconfont/iconfont.css" />-->
  11. <link rel="stylesheet" type="text/css" href="../css/ss-style.css" />
  12. <!--<link rel="stylesheet" type="text/css" href="../../../home-wdzs/zdzx/css/zx-style.css">-->
  13. <!--<link rel="stylesheet" type="text/css" href="../css/cross.ui.css">-->
  14. <style type="text/css">
  15. @media only screen and (min-width: 100px) and (max-width: 640px) {
  16. .c-f-sm{
  17. font-size:14px;
  18. }
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div class="c-main">
  24. <div class="h45">
  25. <div class="demo-comtop">
  26. <a class="mui-action-back"></a>
  27. <h1>运动历史</h1>
  28. </div>
  29. </div>
  30. <div class="mt20">
  31. <table class="c-table health-table-blue c-f16 c-boxs">
  32. <tbody>
  33. <tr>
  34. <td class="width-20">日期</td>
  35. <td class="width-20">时长</td>
  36. <td class="width-30">运动强度</td>
  37. <td class="width-30">具体运动</td>
  38. </tr>
  39. </tbody>
  40. </table>
  41. <table class="c-table c-border-b c-f15 bg-fff">
  42. <tbody id="sport_list">
  43. <!--<tr>
  44. <td class="width-20 ">03-24</td>
  45. <td class="width-20 ">30分钟</td>
  46. <td class="width-30 ">稍强</td>
  47. <td class="width-30 ">游泳</td>
  48. </tr>
  49. <tr>
  50. <td class="width-20 ">03-25</td>
  51. <td class="width-20 ">1小时</td>
  52. <td class="width-30">轻度</td>
  53. <td class="width-30 ">跑步</td>
  54. </tr>-->
  55. </tbody>
  56. </table>
  57. </div>
  58. </div>
  59. <div class="labhold-con">
  60. <div class="doc-recoder" id="divRecoder"></div>
  61. <a href="javascript:;" class="view-more c-37a6ed" style="display: none;" id="view_more">点击查看更多</a>
  62. </div>
  63. </body>
  64. <script src="../../../js/jquery/2.1.3/jquery.js"></script>
  65. <script type="text/javascript" src="../../../js/mui.min.js"></script>
  66. <script type="text/javascript" src="../../../js/common_http.js"></script>
  67. <script type="text/javascript" src="../js/health-record.js"></script>
  68. <script type="text/javascript" src="../js/health-record-sport.js"></script>
  69. </html>