index.wxml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!--nova-werun/pages/home/statistics/index.wxml-->
  2. <nav type="back" title="步数统计" background-color="{{'#87ceeb'}}" front-color="{{'#ffffff'}}"></nav>
  3. <view class="all" style="height: {{contentHeight}}rpx;" wx:if="{{active==0}}">
  4. <view class="number">
  5. <view class="num">
  6. <view class="num-num">666</view>
  7. <view class="num-text">
  8. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/f1p6rn032449318.png?imageView2/1/w/200/h/200"></image>
  9. 卡路里
  10. </view>
  11. </view>
  12. <view class="num">
  13. <view class="num-num">
  14. 56
  15. <view class="numtext">分钟</view>
  16. </view>
  17. <view class="num-text">
  18. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/qdre1f032522516.png?imageView2/1/w/200/h/200"></image>
  19. 步数时间
  20. </view>
  21. </view>
  22. <view class="num">
  23. <view class="num-num">5.5</view>
  24. <view class="num-text">
  25. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/i12ut1032603507.png?imageView2/1/w/200/h/200"></image>
  26. 公里
  27. </view>
  28. </view>
  29. </view>
  30. <view class="circlebox">
  31. <view class="runbox">
  32. <view class="run">
  33. <view class="tody-steps">今日步数</view>
  34. <view class="step-num">18000</view>
  35. <view class="objective">
  36. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241102/q12pc1114226514.png?imageView2/1/w/200/h/200" alt="" />
  37. <view class="ob-num">目标:200000</view>
  38. </view>
  39. <view class="achieve">93% 已完成</view>
  40. </view>
  41. </view>
  42. <image class="image2" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/h157d1033448123.png?imageView2/1/w/200/h/200"></image>
  43. </view>
  44. <view class="sharebox">
  45. <view class="share">分享给好友</view>
  46. </view>
  47. <view class="text">
  48. <view class="text2">|</view>
  49. <view class="text3">本周记录</view>
  50. </view>
  51. <view class="chart">
  52. </view>
  53. </view>
  54. <view class="all" style="height: {{contentHeight}}rpx;" wx:if="{{active==1}}">
  55. </view>
  56. <van-tabbar active="{{ active }}" bind:change="onChange" placeholder='true'>
  57. <van-tabbar-item>
  58. <image slot="icon" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/o1c3n1030041552.png?imageView2/1/w/200/h/200" mode="aspectFit" style="width: 50rpx; height: 50rpx;" />
  59. <image slot="icon-active" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/g5fcr1030200091.png?imageView2/1/w/200/h/200" mode="aspectFit" style="width: 50rpx; height: 50rpx;" />
  60. 今日步数
  61. </van-tabbar-item>
  62. <van-tabbar-item>
  63. <image slot="icon" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/hc5guq030414553.png?imageView2/1/w/200/h/200" mode="aspectFit" style="width: 50rpx; height: 50rpx;" />
  64. <image slot="icon-active" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/v1hhkk030354434.png?imageView2/1/w/200/h/200" mode="aspectFit" style="width: 50rpx; height: 50rpx;" />
  65. 周期统计
  66. </van-tabbar-item>
  67. </van-tabbar>