data.wxml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. <!--pages/data/data.wxml-->
  2. <view class='container'>
  3. <view wx:if="{{isLoading}}" class="loading-container">
  4. <text class="loading-text">数据正在推送,请稍候...</text>
  5. </view>
  6. <view class="top-bar-box">
  7. <image class="data-image_c00_0" src="/subpages/images/ic_bg_room.png" mode="aspectFit"></image>
  8. <text class="data-text_c00_0">{{hotelname?(hotelname+'·'):''}}{{roomname?(roomname+'·'):''}}{{bedname}}床</text>
  9. <view class="top-bar-line"></view>
  10. <image class="top-bar-icon" src="/subpages/images/ic_bg_date.png" mode="aspectFit"></image>
  11. <text wx:if="{{!isToDay}}" class="top-bar-date">{{reportDate?reportDate:'无数据'}}</text>
  12. <text class="top-bar-time">{{rgobed_time?rgobed_time:'无数据'}}~{{routbed_time?routbed_time:'无数据'}}</text>
  13. <view wx:if="{{isToDay}}" style="flex: 0.45;"></view>
  14. </view>
  15. <view class="container_00">
  16. <view class="circle-container-yh">
  17. <view class="text-container-yh left-text-yh">
  18. <view class="text-row-yh">
  19. <view class="blue-dot" style="background: #8D32F1;margin-left: 0;"></view>
  20. <text class="text-content-yh">睡眠总时长</text>
  21. </view>
  22. <view class="text-row-yh">
  23. <text class="text-content-yh_1">{{rtotal_duration.formattedHours}}<text
  24. class="text-content-yh_1-units">小时</text>{{rtotal_duration.formattedMinutes}}<text
  25. class="text-content-yh_1-units">分钟</text></text>
  26. </view>
  27. </view>
  28. <view class="echarts-container_c00">
  29. <ec-canvas id="mychart-dom-CircularProgressBar" canvas-id="ecCircularProgressBar"
  30. ec="{{ ecCircularProgressBar }}"></ec-canvas>
  31. </view>
  32. <view class="text-container-yh right-text-yh">
  33. <view class="text-row-yh">
  34. <view class="blue-dot" style="background: #0BC38F;margin-left: 0;"></view>
  35. <text class="text-content-yh">睡眠时间</text>
  36. </view>
  37. <view class="text-row-yh">
  38. <text class="text-content-yh_1">{{rgobed_time}}~{{routbed_time}}</text>
  39. </view>
  40. </view>
  41. </view>
  42. <view class="centered-text">
  43. <text class="text-line text-line-3">香睡指数</text>
  44. </view>
  45. </view>
  46. <view class="big-title_c2-box">
  47. <text class="big-title_c2">各项睡眠监测数据统计</text>
  48. <view class="big-title_c2-line"></view>
  49. </view>
  50. <view class="container_3">
  51. <view class="row_c3">
  52. <view class="cell_c3">
  53. <image class="image_c5" src="/static/images/report/shangchuang_shijian_new.png" mode="widthFix" />
  54. <view class="purple-dot-up" style="background: #AC63FC;"></view>
  55. <view class="cell-text_c3">
  56. <view><text class="text-line_c3">上床时间</text></view>
  57. <view style="margin-top: 15rpx;"><text class="text-line_c31">{{rgobed_time}}</text></view>
  58. </view>
  59. </view>
  60. <view class="cell_c3">
  61. <image class="image_c5" src="/static/images/report/zaichuang_shijian_new.png" mode="widthFix" />
  62. <view class="organize-dot-up"></view>
  63. <view class="cell-text_c3">
  64. <view><text class="text-line_c3">在床时间</text></view>
  65. <view style="margin-top: 15rpx;"><text class="text-line_c31">{{rinbed_duration.formattedHours}}<text
  66. class="text-line_c31-units">小时</text>{{rinbed_duration.formattedMinutes}}<text
  67. class="text-line_c31-units">分钟</text></text>
  68. </view>
  69. </view>
  70. </view>
  71. </view>
  72. <view class="row_c3">
  73. <view class="cell_c3">
  74. <image class="image_c5" src="/static/images/report/shenshui_shichang_new.png" mode="widthFix" />
  75. <view class="purple-dot-up" style="background: #8D32F1;"></view>
  76. <view class="cell-text_c3">
  77. <view><text class="text-line_c3">深睡时长</text></view>
  78. <view style="margin-top: 15rpx;"><text
  79. class="text-line_c31">{{rdeep_durationFormatA.formattedHours}}<text
  80. class="text-line_c31-units">小时</text>{{rdeep_durationFormatA.formattedMinutes}}<text
  81. class="text-line_c31-units">分钟</text></text>
  82. </view>
  83. </view>
  84. </view>
  85. <view class="cell_c3">
  86. <image class="image_c5" src="/static/images/report/shuimian_xiaolv_big_new.png" mode="widthFix" />
  87. <view class="green-dot-up" style="background: #60C38D;"></view>
  88. <view class="cell-text_c3">
  89. <view><text class="text-line_c3">睡眠效率</text></view>
  90. <view style="margin-top: 15rpx;"><text class="text-line_c31">{{rsleep_eff_value}}</text></view>
  91. </view>
  92. </view>
  93. </view>
  94. <view class="row_c3">
  95. <view class="cell_c3">
  96. <image class="image_c5" src="/static/images/report/pingjun_huxilv_new.png" mode="widthFix" />
  97. <view class="organize-dot-up" style="background: #FB717B;"></view>
  98. <view class="cell-text_c3">
  99. <view><text class="text-line_c3">平均呼吸率</text></view>
  100. <view style="margin-top: 15rpx;"><text class="text-line_c31">{{ravg_hx_value}}次<text
  101. class="text-line_c31-units">/分</text></text></view>
  102. </view>
  103. </view>
  104. <view class="cell_c3">
  105. <image class="image_c5" src="/static/images/report/pingjun_xinlv_new.png" mode="widthFix" />
  106. <view class="blue-dot-up" style="background: #F681BA;"></view>
  107. <view class="cell-text_c3">
  108. <view><text class="text-line_c3">平均心率</text></view>
  109. <view style="margin-top: 15rpx;"><text class="text-line_c31">{{ravg_rh_value}}次<text
  110. class="text-line_c31-units">/分</text></text></view>
  111. </view>
  112. </view>
  113. </view>
  114. </view>
  115. <view class="container_4">
  116. <view class="left-panel_c4">
  117. <view class="text-container_c4_top_left">
  118. <text class="text_c4_left_top">温馨提醒</text>
  119. </view>
  120. <image class="image_c4" src="/subpages/images/left_background_c4_new.png" />
  121. <view class="text-container_c4">
  122. <text class="text_c4">本次睡眠,睡眠报告得分评比描述:<text class="text_c4_1">{{rscore_desc}}</text></text>
  123. </view>
  124. </view>
  125. <view class="right-panel_c4">
  126. <view class="cell_c4">
  127. <view class="green-dot"></view>
  128. <view class="cell-text_c4">
  129. <text class="text-line_c4" style="float:left">体动次数</text>
  130. <text class="text-line_c41" style="float:right;margin-right:5rpx">{{rmove_arrFrequency}}<text
  131. style="font-size: 24rpx;">次</text></text>
  132. </view>
  133. </view>
  134. <view class="cell_c4">
  135. <view class="organize-dot"></view>
  136. <view class="cell-text_c4">
  137. <text class="text-line_c4" style="float:left">离床次数</text>
  138. <text class="text-line_c41" style="float:right;margin-right:5rpx">{{routbed_count_value}}<text
  139. style="font-size: 24rpx;">次</text></text>
  140. </view>
  141. </view>
  142. <view class="cell_c4">
  143. <view class="blue-dot"></view>
  144. <view class="cell-text_c4">
  145. <text class="text-line_c4" style="float:left">打鼾次数</text>
  146. <text class="text-line_c41" style="float:right;margin-right:5rpx">{{rsnoring_arrFrequency}}<text
  147. style="font-size: 24rpx;">次</text></text>
  148. </view>
  149. </view>
  150. </view>
  151. </view>
  152. <view class="container_5">
  153. <view class="header_c5">
  154. <image class="header-image_c5" src="/static/images/report/shuimian_xiguan_new.png" mode="aspectFit"></image>
  155. <text class="header-title_c5">睡眠习惯</text>
  156. <image class="header-image_comma" src="/static/images/report/comma_new.png" mode="aspectFit" data-index="1"
  157. data-subIndex="1" bindtap="toWarmReminder">
  158. </image>
  159. </view>
  160. <view class="separator_c5"></view>
  161. <view class="data-row_c5">
  162. <view class="data-item_c5 left_c5">
  163. <view class="dot_c51"></view>
  164. <text class="data-text_c5">上床时间 </text>
  165. <!-- <text class="data-text_c51">就寝目标23:00</text> -->
  166. </view>
  167. <view class="data-item_c5 right_c5">
  168. <text class="data-text_c5">{{rgobed_time}}</text>
  169. </view>
  170. </view>
  171. <view class="data-row_c5_down">
  172. <view class="data-item_c5 left_c5">
  173. <view class="dot_c51_1"></view>
  174. <text class="data-text_c5">起床时间 </text>
  175. <!-- <text class="data-text_c51_1">起床时间08:00</text> -->
  176. </view>
  177. <view class="data-item_c5 right_c5">
  178. <text class="data-text_c5">{{routbed_time}}</text>
  179. </view>
  180. </view>
  181. <view class="title-row_c6">
  182. <view class="title-left_c6">
  183. <image class="title-image_c6" src="/static/images/report/shuimian_xiaolv_new.png" mode="aspectFit">
  184. </image>
  185. <text class="title-text_c6">睡眠效率</text>
  186. <image class="header-image_comma" src="/static/images/report/comma_new.png" mode="aspectFit"
  187. data-index="2" data-subIndex="1" bindtap="toWarmReminder"></image>
  188. </view>
  189. <view class="title-right_c6">
  190. <text class="title-text-right_c6">{{sleep_efficiency}}</text>
  191. </view>
  192. </view>
  193. </view>
  194. <view class="container_6">
  195. <view class="title-row_c6">
  196. <view class="title-left_c6">
  197. <image class="title-image_c6" src="/static/images/report/anwendu_new.png" mode="aspectFit"></image>
  198. <text class="title-text_c6">安稳度</text>
  199. <image class="header-image_comma" src="/static/images/report/comma_new.png" mode="aspectFit"
  200. data-index="4" data-subIndex="1" bindtap="toWarmReminder"></image>
  201. </view>
  202. </view>
  203. <view class="separator_c00"></view>
  204. <view class="title-row_c6">
  205. <view class="title-left_c6">
  206. <text class="title-text-right_c6_1" style="font-size: 28rpx;">入睡时长</text>
  207. </view>
  208. <view class="title-right_c6">
  209. <text class="title-text-right_c6">{{rrs_duration.formattedHours}}<text
  210. class="text-line_c31-units">小时</text>{{rrs_duration.formattedMinutes}}<text
  211. class="text-line_c31-units">分钟</text></text>
  212. </view>
  213. </view>
  214. <view class="title-row_c6">
  215. <view class="title-left_c6">
  216. <text class="data-item_c6 left_c61" style="font-size: 28rpx;">离床次数</text>
  217. </view>
  218. <view class="title-right_c6">
  219. <text class="title-text-right_c6">{{routbed_count_value}}<text
  220. class="text-line_c31-units">次</text></text>
  221. </view>
  222. </view>
  223. <view class="card-h">
  224. <view class="chart-left-box">
  225. <view class="chart-left-title-box">
  226. <view class="dot" style="background: #6086EF"></view>
  227. <text class="left-title">在床</text>
  228. </view>
  229. <view class="chart-left-title-box">
  230. <view class="dot" style=" background: #EE8B52"></view>
  231. <text class="left-title">离床</text>
  232. </view>
  233. </view>
  234. <view class="echarts-container_c6" style="flex: 1;">
  235. <ec-canvas id="chartOutOfBed-dom" canvas-id="mychart-out-of-bed" ec="{{ ecOutOfBed }}"></ec-canvas>
  236. </view>
  237. </view>
  238. <view class="separator_c00" style="margin-top: 30rpx;"></view>
  239. <view class="title-row_c6">
  240. <view class="title-left_c6">
  241. <text class="data-item_c6 left_c61" style="font-size: 28rpx;">体动次数</text>
  242. </view>
  243. <view class="title-right_c6">
  244. <text class="title-text-right_c6">{{rmove_arrFrequency}}<text
  245. class="text-line_c31-units">次</text></text>
  246. </view>
  247. </view>
  248. <view class="card-h">
  249. <view class="chart-left-box">
  250. <view class="chart-left-title-box">
  251. <view class="dot" style="background: #EE8B52"></view>
  252. <text class="left-title">体动</text>
  253. </view>
  254. <view class="chart-left-title-box">
  255. <view class="dot" style=" background: #60C38D"></view>
  256. <text class="left-title">否</text>
  257. </view>
  258. </view>
  259. <view class="echarts-container_c6" style="flex: 1;">
  260. <ec-canvas id="chartBodyMovementsLine-dom" canvas-id="mychart-body-movements-line"
  261. ec="{{ ecBodyMovements }}"></ec-canvas>
  262. </view>
  263. </view>
  264. </view>
  265. <view class="container_6">
  266. <view class="title-row_c6">
  267. <view class="title-left_c6">
  268. <image class="title-image_c6" src="/static/images/report/xinzang_xiting_new.png" mode="aspectFit">
  269. </image>
  270. <text class="title-text_c6">心脏系统</text>
  271. <image class="header-image_comma" src="/static/images/report/comma_new.png" mode="aspectFit"
  272. data-index="5" data-subIndex="1" bindtap="toWarmReminder"></image>
  273. </view>
  274. </view>
  275. <view class="data-row_c6">
  276. <view class="data-item_c6 left_c61">平均心率</view>
  277. <view class="right_c6">{{ravg_rh_value}}<text class="text-line_c31-units">次/分</text></view>
  278. </view>
  279. <view class="echarts-container_c6">
  280. <!-- 在这里使用ec-canvas或canvas组件来承载echarts图表 -->
  281. <ec-canvas id="chartCardiacSystemLine-dom" canvas-id="mychart-cardiac-system-line"
  282. ec="{{ ecCardiacSystemLine }}"></ec-canvas>
  283. </view>
  284. </view>
  285. <view class="container_6">
  286. <view class="title-row_c6">
  287. <view class="title-left_c6">
  288. <image class="title-image_c6" src="/static/images/report/huxi_xitong_new.png" mode="aspectFit"></image>
  289. <text class="title-text_c6">呼吸系统</text>
  290. <image class="header-image_comma" src="/static/images/report/comma_new.png" mode="aspectFit"
  291. data-index="6" data-subIndex="1" bindtap="toWarmReminder"></image>
  292. </view>
  293. </view>
  294. <view class="data-row_c6">
  295. <view class="data-item_c6 left_c61">平均呼吸率</view>
  296. <view class=" right_c6">{{ravg_hx_value}}<text class="text-line_c31-units">次/分</text></view>
  297. </view>
  298. <view class="echarts-container_c6">
  299. <!-- 在这里使用ec-canvas或canvas组件来承载echarts图表 -->
  300. <ec-canvas id="chartRespiratoryLine-dom" canvas-id="mychart-chart-respiratory-line"
  301. ec="{{ ecChartRespiratoryLine }}"></ec-canvas>
  302. </view>
  303. <view class="separator_c00" style="margin-top: 30rpx;"></view>
  304. <view class="data-row_c6">
  305. <view class="data-item_c6 left_c61">打鼾</view>
  306. <view class=" right_c6">{{rsnoring_arrFrequency}}<text class="text-line_c31-units">次</text></view>
  307. </view>
  308. <text class="sub-title">睡眠状态</text>
  309. <view class="card-h">
  310. <view class="chart-left-box">
  311. <view class="chart-left-title-box">
  312. <view class="dot" style="background: #EE8B52"></view>
  313. <text class="left-title">打鼾</text>
  314. </view>
  315. <view class="chart-left-title-box">
  316. <view class="dot" style=" background: #60C38D"></view>
  317. <text class="left-title">否</text>
  318. </view>
  319. </view>
  320. <view class="echarts-container_c6" style="flex: 1;">
  321. <ec-canvas id="chartSnoringLine-dom" canvas-id="mychart-chart-snoring-line"
  322. ec="{{ ecSnoringLine }}"></ec-canvas>
  323. </view>
  324. </view>
  325. <view class="separator_c00" style="margin-top: 30rpx;"></view>
  326. <view class="data-row_c6">
  327. <view class="data-item_c6 left_c61">呼吸暂停</view>
  328. <view class=" right_c6">{{rhxstop_arrFrequency}}<text class="text-line_c31-units">次</text></view>
  329. </view>
  330. <text class="sub-title">睡眠状态</text>
  331. <view class="card-h">
  332. <view class="chart-left-box">
  333. <view class="chart-left-title-box">
  334. <view class="dot" style="background: #F46785"></view>
  335. <text class="left-title">停止</text>
  336. </view>
  337. <view class="chart-left-title-box">
  338. <view class="dot" style=" background: #6086EF"></view>
  339. <text class="left-title">否</text>
  340. </view>
  341. </view>
  342. <view class="echarts-container_c6" style="flex: 1;">
  343. <ec-canvas id="chartApneaLine-dom" canvas-id="mychart-chart-apnea-line"
  344. ec="{{ ecApneaLine }}"></ec-canvas>
  345. </view>
  346. </view>
  347. <view class="data-row_c6" style="margin-top: 30rpx;">
  348. <view
  349. class="data-item_c6 {{(sleepHourSub && rhxstop_arrFrequency>=sleepHourSub*5)?'left_c62_1':'left_c62'}}">
  350. <image class="header-image_comma" style="margin-right:10rpx;width: 36rpx;height: 36rpx;"
  351. src="/static/images/report/fengxian_yujing_new.png" mode="aspectFit"></image>
  352. <text>风险预警: {{(sleepHourSub
  353. && rhxstop_arrFrequency>=5*sleepHourSub)?'根据呼吸暂停指数(AHI),您的呼吸暂停次数已达到5次/每小时':'无'}}</text>
  354. </view>
  355. </view>
  356. </view>
  357. <view class="container_6">
  358. <view class="title-row_c6">
  359. <view class="title-left_c6">
  360. <image class="title-image_c6" src="/static/images/report/shenqian_shuimian_new.png" mode="aspectFit">
  361. </image>
  362. <text class="title-text_c6">深浅睡眠</text>
  363. <image class="header-image_comma" src="/static/images/report/comma_new.png" mode="aspectFit"
  364. data-index="3" data-subIndex="1" bindtap="toWarmReminder"></image>
  365. </view>
  366. </view>
  367. <view class="card-h" style="margin-top: 30rpx;justify-content: space-around;">
  368. <view class="card-item">
  369. <view
  370. style="width: 8rpx;height: 24rpx;margin-right: 16rpx; background: linear-gradient( 180deg, #3D7299 0%, #3D7299 100%);border-radius: 2rpx">
  371. </view>
  372. <text class="card-t3">深睡</text>
  373. </view>
  374. <view class="card-item">
  375. <view
  376. style="width: 8rpx;height: 24rpx;margin-right: 16rpx; background: linear-gradient( 180deg, #75BDE0 0%, #75BDE0 100%);border-radius: 2rpx">
  377. </view>
  378. <text class="card-t3">浅睡</text>
  379. </view>
  380. <view class="card-item">
  381. <view
  382. style="width: 8rpx;height: 24rpx;margin-right: 16rpx; background: linear-gradient( 180deg, #AAD09F 0%, #AAD09F 100%);border-radius: 2rpx">
  383. </view>
  384. <text class="card-t3">清醒</text>
  385. </view>
  386. <view class="card-item">
  387. <view
  388. style="width: 8rpx;height: 24rpx;margin-right: 16rpx; background: linear-gradient( 180deg, #F7E3BA 0%, #F7E3BA 100%);border-radius: 2rpx">
  389. </view>
  390. <text class="card-t3">REM</text>
  391. </view>
  392. </view>
  393. <view class="card-h" style="margin-top: 30rpx;position: relative;">
  394. <view style="position: absolute;top: 0;left: 30rpx;right: 30rpx;bottom: 60rpx;border: 1rpx solid #EEEEEE;">
  395. </view>
  396. <view class="echarts-container_c6" style="flex:1;height: 390rpx;">
  397. <ec-canvas id="chartTimeWaterfall-dom" canvas-id="mychart-time-waterfall"
  398. ec="{{ ecTimeWaterfall }}"></ec-canvas>
  399. </view>
  400. </view>
  401. <view style="margin-top: 30rpx;border-bottom: 1rpx solid #EEEEEE;width: calc(100% - 60rpx);margin-left: 30rpx;">
  402. </view>
  403. <view style="margin: 30rpx;"><text class="title-text_c6">睡眠状态</text></view>
  404. <view class="card-v" style="width: calc(100% - 60rpx);margin-left: 30rpx;align-items: start;">
  405. <view class="card-item2">
  406. <view class="card-h" style="justify-content: space-between;align-items: center;">
  407. <view
  408. style="width: 16rpx;height: 16rpx;background: linear-gradient( 180deg, #3D7299 0%, #3D7299 100%);border-radius: 4rpx;">
  409. </view>
  410. <text style="flex: 1;margin-left: 20rpx;font-size: 28rpx;color: #3E3D44;">深睡</text>
  411. <text style="font-size: 28rpx;color: #3E3D44;font-weight: 700;">{{rdeep_duration_efficiency ||
  412. '0%'}}</text>
  413. </view>
  414. <text class="title-text-right_c6"
  415. style="text-align: left;margin-left: 36rpx;font-size: 28rpx;">{{rdeep_durationFormat.formattedHours}}<text
  416. class="text-line_c31-units">小时</text>{{rdeep_durationFormat.formattedMinutes}}<text
  417. class="text-line_c31-units">分钟</text></text>
  418. </view>
  419. <view class="card-item2">
  420. <view class="card-h" style="justify-content: space-between;align-items: center;">
  421. <view
  422. style="width: 16rpx;height: 16rpx;background: linear-gradient( 180deg, #75BDE0 0%, #75BDE0 100%);border-radius: 4rpx;">
  423. </view>
  424. <text style="flex: 1;margin-left: 20rpx;font-size: 28rpx;color: #3E3D44;">浅睡</text>
  425. <text style="font-size: 28rpx;color: #3E3D44;font-weight: 700;">{{rlight_duration_efficiency ||
  426. '0%'}}</text>
  427. </view>
  428. <text class="title-text-right_c6"
  429. style="text-align: left;margin-left: 36rpx;font-size: 28rpx;">{{rlight_durationFormat.formattedHours}}<text
  430. class="text-line_c31-units">小时</text>{{rlight_durationFormat.formattedMinutes}}<text
  431. class="text-line_c31-units">分钟</text></text>
  432. </view>
  433. <view class="card-item2">
  434. <view class="card-h" style="justify-content: space-between;align-items: center;">
  435. <view
  436. style="width: 16rpx;height: 16rpx;background: linear-gradient( 180deg, #AAD09F 0%, #AAD09F 100%);border-radius: 4rpx;">
  437. </view>
  438. <text style="flex: 1;margin-left: 20rpx;font-size: 28rpx;color: #3E3D44;">清醒</text>
  439. <text style="font-size: 28rpx;color: #3E3D44;font-weight: 700;">{{rawake_duration_efficiency ||
  440. '0%'}}</text>
  441. </view>
  442. <text class="title-text-right_c6"
  443. style="text-align: left;margin-left: 36rpx;font-size: 28rpx;">{{rawake_durationFormat.formattedHours}}<text
  444. class="text-line_c31-units">小时</text>{{rawake_durationFormat.formattedMinutes}}<text
  445. class="text-line_c31-units">分钟</text></text>
  446. </view>
  447. <view class="card-item2">
  448. <view class="card-h" style="justify-content: space-between;align-items: center;">
  449. <view
  450. style="width: 16rpx;height: 16rpx;background: linear-gradient( 180deg, #F7E3BA 0%, #F7E3BA 100%);border-radius: 4rpx;">
  451. </view>
  452. <text style="flex: 1;margin-left: 20rpx;font-size: 28rpx;color: #3E3D44;">REM</text>
  453. <text style="font-size: 28rpx;color: #3E3D44;font-weight: 700;">{{rin_duration_efficiency ||
  454. '0%'}}</text>
  455. </view>
  456. <text class="title-text-right_c6"
  457. style="text-align: left;margin-left: 36rpx;font-size: 28rpx;">{{rin_durationFormat.formattedHours}}<text
  458. class="text-line_c31-units">小时</text>{{rin_durationFormat.formattedMinutes}}<text
  459. class="text-line_c31-units">分钟</text></text>
  460. </view>
  461. </view>
  462. </view>
  463. <authorized-login-dialog showDialog="{{showAuthorizedDialog}}"
  464. bind:authorizationSuccessful="authorizationSuccessful"></authorized-login-dialog>
  465. </view>