sleep.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  1. <template>
  2. <view class="container">
  3. <uni-nav-bar fixed :border="false" :backgroundColor="`rgba(255,255,255,${opacity})`" title="睡眠监测" :statusBar="true"
  4. left-icon="left" @clickLeft="back"></uni-nav-bar>
  5. <image class="page-bg" src="@/static/images/pages_watch/images/sleep_top_bg.png" mode="widthFix"></image>
  6. <view class="container-body">
  7. <dateTimePicker @onChange="onChangeTime"/>
  8. <!-- 睡眠情况 -->
  9. <view class="box">
  10. <view class="echartbox-header" v-if="!loading &&sleepValue && sleepValue.length > 0">
  11. <view>{{touchValue.startTime.substring(5,16)}} 至 {{touchValue.endTime.substring(5,16)}}</view>
  12. <view class="echartbox-header-time">
  13. <text>{{touchValue.sleepStateText}}</text>
  14. <text class="echartbox-header-num">{{touchValue.hours}}</text>
  15. <text>小时</text>
  16. <text class="echartbox-header-num">{{touchValue.minutes}}</text>
  17. <text>分钟</text>
  18. <!-- <image src="@/static/images/pages_watch/icons/prompt_icon.png"></image> -->
  19. </view>
  20. </view>
  21. <view class="echartbox">
  22. <template v-if="!loading && sleepValue && sleepValue.length > 0">
  23. <view style="min-height: 446rpx;" v-show="type!==0">
  24. <qiun-data-charts type="column" :opts="opts" :chartData="chartData" tooltipFormat="sleepTooltip" @getIndex="clickCharts" />
  25. </view>
  26. <view style="min-height: 446rpx;" v-show="type==0">
  27. <sleepCharts ref="sleepCharts" :type="2" :sleepData="sleepData" :sleepValue="sleepValue" @handleItem="handleItem" />
  28. </view>
  29. <view class="legend border-line" v-show="!loading">
  30. <view class="legend-item">
  31. <view class="legend-dot" style="background-color: #8C37E6;"></view><text>深睡</text>
  32. </view>
  33. <view class="legend-item">
  34. <view class="legend-dot" style="background-color: #D138CF;"></view><text>浅睡</text>
  35. </view>
  36. <view class="legend-item">
  37. <view class="legend-dot" style="background-color: #F88082;"></view><text>快速眼动</text>
  38. </view>
  39. <view class="legend-item">
  40. <view class="legend-dot" style="background-color: #FDBD27;"></view><text>清醒</text>
  41. </view>
  42. </view>
  43. </template>
  44. <template v-else>
  45. <myEmpty />
  46. </template>
  47. </view>
  48. <view class="pie-echartbox" v-if="!loading && sleepValue && sleepValue.length > 0">
  49. <myRing class="myRing" ref="myRing" :info="ringData"/>
  50. <view class="ring-info">
  51. <view class="ring-infoitem">
  52. <view class="ring-infoitem-type type1">深睡</view>
  53. <view>{{convertMinutes(sleepData.deepSleep || 0)}}</view>
  54. </view>
  55. <view class="ring-infoitem">
  56. <view class="ring-infoitem-type type2">浅睡</view>
  57. <view>{{convertMinutes(sleepData.lightSleep || 0)}}</view>
  58. </view>
  59. <view class="ring-infoitem">
  60. <view class="ring-infoitem-type type3">快速眼动</view>
  61. <view>{{convertMinutes(sleepData.eyemoveSleep || 0)}}</view>
  62. </view>
  63. <view class="ring-infoitem">
  64. <view class="ring-infoitem-type type4">清醒</view>
  65. <view>{{convertMinutes(sleepData.weakSleep || 0)}}</view>
  66. </view>
  67. </view>
  68. </view>
  69. <view class="sleep-list">
  70. <view class="sleep-list-item">
  71. <view class="sleep-list-iteml">
  72. <view class="sleep-list-itemtitle">清醒次数 {{sleepData.weakTime || 0}} 次</view>
  73. <view>参考值:0-1 次</view>
  74. </view>
  75. <view class="sleep-list-itemr">
  76. <view :class="['sleep-list-tag',_interval(sleepData.weakTime,0,1)[1]]">
  77. {{_interval(sleepData.weakTime,0,1)[0]}}
  78. </view>
  79. <image src="@/static/images/pages_watch/icons/my_right_arrow_right_icon.png"></image>
  80. </view>
  81. </view>
  82. <view class="sleep-list-item">
  83. <view class="sleep-list-iteml">
  84. <view class="sleep-list-itemtitle">
  85. 夜间睡眠 {{convertMinutes(sleepData.sleepTime || 0)}}
  86. </view>
  87. <view>参考值:6-10 小时</view>
  88. </view>
  89. <view class="sleep-list-itemr">
  90. <view :class="['sleep-list-tag',_interval(sleepData.sleepTime,360,600)[1]]">
  91. {{_interval(sleepData.sleepTime,360,600)[0]}}
  92. </view>
  93. <image src="@/static/images/pages_watch/icons/my_right_arrow_right_icon.png"></image>
  94. </view>
  95. </view>
  96. <view class="sleep-list-item">
  97. <view class="sleep-list-iteml">
  98. <view class="sleep-list-itemtitle">深睡连续性 {{sleepData.deepScore || 0}} 分</view>
  99. <view>参考值:70-100 分</view>
  100. </view>
  101. <view class="sleep-list-itemr">
  102. <view :class="['sleep-list-tag',_interval(sleepData.deepScore,70,100)[1]]">
  103. {{_interval(sleepData.deepScore,70,100)[0]}}
  104. </view>
  105. <image src="@/static/images/pages_watch/icons/my_right_arrow_right_icon.png"></image>
  106. </view>
  107. </view>
  108. <view class="sleep-list-item">
  109. <view class="sleep-list-iteml">
  110. <view class="sleep-list-itemtitle">深睡比例 {{sleepData.deepScale || 0}}%</view>
  111. <view>参考值:20-60%</view>
  112. </view>
  113. <view class="sleep-list-itemr">
  114. <view :class="['sleep-list-tag',_interval(sleepData.deepScale,20,60)[1]]">
  115. {{_interval(sleepData.deepScale,20,60)[0]}}
  116. </view>
  117. <image src="@/static/images/pages_watch/icons/my_right_arrow_right_icon.png"></image>
  118. </view>
  119. </view>
  120. <view class="sleep-list-item">
  121. <view class="sleep-list-iteml">
  122. <view class="sleep-list-itemtitle">浅睡比例 {{sleepData.lightScale || 0}}%</view>
  123. <!-- 小于55% ,&lt;微信开发者工具报错-->
  124. <view>参考值:{{'<'}}55% </view>
  125. </view>
  126. <view class="sleep-list-itemr">
  127. <view :class="['sleep-list-tag',_lightInterval(sleepData.lightScale,55)[1]]">
  128. {{_lightInterval(sleepData.lightScale,55)[0]}}
  129. </view>
  130. <image src="@/static/images/pages_watch/icons/my_right_arrow_right_icon.png"></image>
  131. </view>
  132. </view>
  133. <view class="sleep-list-item">
  134. <view class="sleep-list-iteml">
  135. <view class="sleep-list-itemtitle">快速眼动比例 {{sleepData.eyemoveScale || 0}}%</view>
  136. <view>参考值:10-30%</view>
  137. </view>
  138. <view class="sleep-list-itemr">
  139. <view :class="['sleep-list-tag',_interval(sleepData.eyemoveScale,10,30)[1]]">
  140. {{_interval(sleepData.eyemoveScale,10,30)[0]}}
  141. </view>
  142. <image src="@/static/images/pages_watch/icons/my_right_arrow_right_icon.png"></image>
  143. </view>
  144. </view>
  145. <view class="sleep-list-item">
  146. <view class="sleep-list-iteml">
  147. <view class="sleep-list-itemtitle">呼吸质量 {{sleepData.breathScore || 0}}分</view>
  148. <view>参考值:70-100 分</view>
  149. </view>
  150. <view class="sleep-list-itemr">
  151. <view :class="['sleep-list-tag',_interval(sleepData.breathScore,70,100)[1]]">
  152. {{_interval(sleepData.breathScore,70,100)[0]}}
  153. </view>
  154. <image src="@/static/images/pages_watch/icons/my_right_arrow_right_icon.png"></image>
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. </view>
  160. </view>
  161. </template>
  162. <script>
  163. import dayjs from 'dayjs';
  164. import {sleepInfo} from "@/api/pages_watch/healthMonitoring.js"
  165. import myEmpty from "@/pages_watch/components/myEmpty/myEmpty.vue"
  166. import dateTimePicker from "@/pages_watch/components/dateTimePicker/dateTimePicker.vue"
  167. import sleepCharts from "@/pages_watch/components/sleepCharts/sleepCharts.vue"
  168. import myRing from "@/pages_watch/components/myRing/myRing.vue"
  169. export default {
  170. components: {
  171. myEmpty,
  172. dateTimePicker,
  173. sleepCharts,
  174. myRing
  175. },
  176. data() {
  177. return {
  178. type: 0, // 0日查询,1周查询
  179. opacity: 0,
  180. sleepData: {},
  181. ringData: {},
  182. loading: false,
  183. touchValue: {
  184. startTime: "",
  185. endTime: "",
  186. type: "",
  187. sleepStateText: "",
  188. hours: "",
  189. minutes: ""
  190. },
  191. sleepValue:[],
  192. chartData: {},
  193. opts: {
  194. color: ['#8c37e6','#d138cf','#f88082','#fdbd27'],
  195. padding: [0,5,0,15], // 左侧留够周几文字宽度
  196. enableScroll: false,
  197. legend: { show: false },
  198. dataLabel: false, // 柱内标签已关
  199. xAxis: {
  200. fontSize: 12,
  201. fontColor: '#ccc',
  202. // labelCount: 7,
  203. },
  204. yAxis: {
  205. disabled: true,
  206. disableGrid: true,
  207. data: [{
  208. min: 0,
  209. max: 1440
  210. }]
  211. },
  212. extra: {
  213. column: {
  214. type: 'stack',
  215. width: 20,
  216. barBorderRadius: [10,10,0,0],
  217. labelPosition: 'none',
  218. linearType: 'custom'
  219. }
  220. }
  221. },
  222. dateArray: [],
  223. watchSleepDataVoList: []
  224. }
  225. },
  226. computed: {
  227. _interval() {
  228. return (val, min, max)=>{
  229. const Num = Number(val || 0)
  230. if(val >= min && val <= max) {
  231. return ['正常','green']
  232. } else if(0 <= val && val < min) {
  233. return ['偏低','blue']
  234. } else if(val > max) {
  235. return ['偏高','red']
  236. } else {
  237. return ['','']
  238. }
  239. }
  240. },
  241. _lightInterval() {
  242. return (val, interval)=>{
  243. const Num = Number(val || 0)
  244. if(val > interval) {
  245. return ['异常','red']
  246. } else if(0 <= val && val < interval) {
  247. return ['正常','green']
  248. } else {
  249. return ['','']
  250. }
  251. }
  252. },
  253. },
  254. methods: {
  255. back() {
  256. uni.navigateBack({
  257. delta: 1
  258. })
  259. },
  260. handleItem(item,type) {
  261. if(type=='init'){
  262. this.touchValue = item
  263. } else {
  264. let diff = Math.abs(new Date(item.startTime).getTime() - new Date(item.endTime).getTime());
  265. this.touchValue = {
  266. ...item,
  267. hours: Math.floor(diff / (1000 * 60 * 60)),
  268. minutes: Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60))
  269. }
  270. }
  271. },
  272. // 分钟转换成小时分,type: 默认不传带文字,2,返回时分数字
  273. convertMinutes(val,type) {
  274. if (val) {
  275. const seconds = val * 60
  276. const hours = Math.floor(seconds / 3600); // 3600秒等于1小时
  277. const minutes = Math.floor((seconds % 3600) / 60); // 余数部分除以60秒得到分钟数
  278. const hoursTxt = hours > 0 ? `${hours} 小时` : ''
  279. const minutesTxt = minutes > 0 ? `${minutes} 分钟` : ''
  280. if(type == 2) {
  281. return [hours,minutes]
  282. } else {
  283. return `${hoursTxt} ${minutesTxt}`
  284. }
  285. } else {
  286. if(type == 2) {
  287. return [0,0]
  288. } else {
  289. return "--小时--分钟"
  290. }
  291. }
  292. },
  293. onChangeTime(time) {
  294. const param = {
  295. startTime: this.$timeFormat(time[0],'yyyy/mm/dd hh:MM:ss'),
  296. endTime: this.$timeFormat(time[1],'yyyy/mm/dd hh:MM:ss'),
  297. deviceId: uni.getStorageSync("deviceId") || ""
  298. }
  299. this.type = time[3]
  300. this.getServerData(param)
  301. },
  302. getServerData(param) {
  303. this.loading = true
  304. uni.showLoading({
  305. title: '加载中'
  306. })
  307. sleepInfo(param).then((res) => {
  308. this.loading = false
  309. uni.hideLoading();
  310. if (res.code == 200 && res.data) {
  311. this.sleepData = res.data
  312. this.sleepValue = res.data.sleepSection
  313. this.ringData = {
  314. deepPre: res.data.deepSleep,
  315. lightPre: res.data.lightSleep,
  316. eyemovePre: res.data.eyemoveSleep,
  317. weakPre: res.data.weakSleep,
  318. }
  319. this.$nextTick(()=>{
  320. if(this.sleepValue && this.sleepValue.length > 0) {
  321. if(this.type == 0) {
  322. this.$nextTick(()=>{
  323. this.$refs.sleepCharts.initData()
  324. })
  325. } else {
  326. this.getChartsData(param,res.data)
  327. }
  328. this.$refs.myRing.initData(this.ringData)
  329. }
  330. })
  331. }
  332. }).catch((err) => {
  333. this.loading = false
  334. uni.hideLoading();
  335. });
  336. },
  337. getChartsData(param,data) {
  338. const start = dayjs(param.startTime, 'YYYY/MM/DD HH:mm:ss');
  339. const end = dayjs(param.endTime, 'YYYY/MM/DD HH:mm:ss');
  340. this.watchSleepDataVoList = data.watchSleepDataVoList
  341. const map = new Map(data.watchSleepDataVoList.map(item => [item.date, item]));
  342. // 3. 生成 7 天日期数组
  343. const dates = Array.from({ length: end.diff(start, 'day') + 1 }, (_, i) =>
  344. start.add(i, 'day').format('YYYY-MM-DD')
  345. );
  346. this.dateArray = dates
  347. console.log(dates)
  348. // 4. 按维度抽 4 个数组
  349. const deepSleepArr = dates.map(d => map.get(d)?.deepSleep ?? 0);
  350. const eyemoveSleepArr = dates.map(d => map.get(d)?.eyemoveSleep ?? 0);
  351. const lightSleepArr = dates.map(d => map.get(d)?.lightSleep ?? 0);
  352. const weakSleepArr = dates.map(d => map.get(d)?.weakSleep ?? 0);
  353. console.log("结果==",deepSleepArr,eyemoveSleepArr,lightSleepArr,weakSleepArr)
  354. const allZero = [
  355. ...deepSleepArr,
  356. ...eyemoveSleepArr,
  357. ...lightSleepArr,
  358. ...weakSleepArr
  359. ].every(val => val === 0);
  360. // 每分钟占多少像素(总高 20 px)
  361. // const TOTAL_H = 20; // 固定总高
  362. // const maxMin = 378;
  363. const maxTotal = Math.max(
  364. ...data.watchSleepDataVoList.map(({ deepSleep, lightSleep, weakSleep, eyemoveSleep }) =>
  365. (deepSleep ?? 0) + lightSleep + weakSleep + eyemoveSleep
  366. )
  367. );
  368. this.opts.yAxis.data[0].max = maxTotal
  369. this.opts.xAxis.format = this.type == 1 ? '':"formatterDate"
  370. this.opts.xAxis.labelCount = this.type == 1 ? '':7
  371. console.log(maxTotal)
  372. let res = {
  373. categories: this.type == 1 ? ['周一','周二','周三','周四','周五','周六','周日'] : this.dateArray,
  374. series: [
  375. {
  376. name: "深睡",
  377. data:deepSleepArr,
  378. },
  379. {
  380. name: "浅睡",
  381. data:lightSleepArr,
  382. },
  383. {
  384. name: "快速动眼",
  385. data:eyemoveSleepArr,
  386. },
  387. {
  388. name: "清醒",
  389. data:weakSleepArr,
  390. }
  391. ]
  392. };
  393. this.chartData = JSON.parse(JSON.stringify(res));
  394. const touchValue = {
  395. startTime: param.startTime,
  396. endTime: param.endTime,
  397. type: '',
  398. sleepStateText: '总睡眠',
  399. hours: "",
  400. minutes: ""
  401. }
  402. const all = (data.deepSleep||0) + (data.lightSleep||0) + (data.weakSleep||0 )+ (data.eyemoveSleep||0)
  403. touchValue.hours = Math.floor(all / 60)
  404. touchValue.minutes = all % 60
  405. this.touchValue = touchValue
  406. if(allZero) {
  407. this.sleepValue = []
  408. }
  409. },
  410. clickCharts(e) {
  411. console.log(e)
  412. const currentIndex = e.currentIndex.index
  413. const date=this.dateArray[currentIndex]
  414. if(date>=0) {
  415. const res = this.watchSleepDataVoList.find(item=>item.date == date) || {}
  416. const touchValue = {
  417. startTime: res.startTime || date,
  418. endTime: res.endTime || date,
  419. type: '',
  420. sleepStateText: '总睡眠',
  421. hours: "",
  422. minutes: ""
  423. }
  424. const all = (res.deepSleep||0) + (res.lightSleep||0) + (res.weakSleep||0 )+ (res.eyemoveSleep||0)
  425. touchValue.hours = Math.floor(all / 60)
  426. touchValue.minutes = all % 60
  427. this.touchValue = touchValue
  428. }
  429. }
  430. },
  431. onPageScroll(e) {
  432. if (e.scrollTop <= 44) {
  433. this.opacity = e.scrollTop / 44 * 1
  434. } else if (e.scrollTop > 44) {
  435. this.opacity = 1
  436. }
  437. }
  438. }
  439. </script>
  440. <style lang="scss" scoped>
  441. @mixin u-flex($flexD, $alignI, $justifyC) {
  442. display: flex;
  443. flex-direction: $flexD;
  444. align-items: $alignI;
  445. justify-content: $justifyC;
  446. }
  447. .container {
  448. // padding: 0 24rpx;
  449. position: relative;
  450. }
  451. .page-bg {
  452. width: 100%;
  453. height: auto;
  454. position: absolute;
  455. top: 0;
  456. left: 0;
  457. }
  458. .container-body {
  459. position: relative;
  460. z-index: 1;
  461. padding: 0 24rpx
  462. }
  463. .box {
  464. padding: 24rpx;
  465. margin-bottom: 20rpx;
  466. box-sizing: border-box;
  467. background: #FFFFFF;
  468. border-radius: 16rpx 16rpx 16rpx 16rpx;
  469. position: relative;
  470. }
  471. .echartbox {
  472. // height: 694rpx;
  473. width: 100%;
  474. overflow: hidden;
  475. &-header {
  476. font-family: PingFang SC, PingFang SC;
  477. font-weight: 400;
  478. font-size: 24rpx;
  479. color: #757575;
  480. text-align: center;
  481. &-time {
  482. font-weight: 400;
  483. font-size: 28rpx;
  484. color: #333333;
  485. }
  486. &-num {
  487. margin: 0 8rpx;
  488. font-family: DIN, DIN;
  489. font-weight: 500;
  490. font-size: 56rpx;
  491. color: #333333;
  492. }
  493. image {
  494. width: 32rpx;
  495. height: 32rpx;
  496. margin-left: 4rpx;
  497. }
  498. }
  499. }
  500. .legend {
  501. padding: 46rpx 0;
  502. box-sizing: border-box;
  503. @include u-flex(row, center, space-between);
  504. font-family: PingFang SC, PingFang SC;
  505. font-weight: 400;
  506. font-size: 24rpx;
  507. color: #757575;
  508. &-item {
  509. flex: 1;
  510. text-align: center;
  511. @include u-flex(row, center, center);
  512. }
  513. &-dot {
  514. width: 12rpx;
  515. height: 12rpx;
  516. border-radius: 50%;
  517. margin: 12rpx;
  518. }
  519. }
  520. .pie-echartbox {
  521. height: 302rpx;
  522. width: 100%;
  523. box-sizing: border-box;
  524. @include u-flex(row, center, space-between);
  525. .myRing {
  526. flex-shrink: 0;
  527. }
  528. .ring-info {
  529. flex: 1;
  530. margin-left: 60rpx;
  531. @include u-flex(column, flex-start, flex-start);
  532. // gap: 20rpx;
  533. margin-bottom: -20rpx;
  534. .ring-infoitem {
  535. width: 100%;
  536. margin-bottom: 20rpx;
  537. @include u-flex(row, center, space-between);
  538. font-family: PingFang SC, PingFang SC;
  539. font-weight: 400;
  540. font-size: 24rpx;
  541. color: #333333;
  542. &-type {
  543. width: 96rpx;
  544. flex-shrink: 0;
  545. padding-left: 20rpx;
  546. box-sizing: border-box;
  547. position: relative;
  548. &::after {
  549. position: absolute;
  550. left: 0;
  551. top: 50%;
  552. transform: translateY(-50%);
  553. content: "";
  554. width: 12rpx;
  555. height: 12rpx;
  556. border-radius: 50%;
  557. }
  558. }
  559. .type1::after {
  560. background: #8C37E6;
  561. }
  562. .type2::after {
  563. background: #D138CF;
  564. }
  565. .type3::after {
  566. background:#F88082;
  567. }
  568. .type4::after {
  569. background: #FDBD27;
  570. }
  571. view {
  572. flex: 1;
  573. }
  574. }
  575. }
  576. }
  577. .sleep-list {
  578. font-family: PingFang SC, PingFang SC;
  579. font-weight: 400;
  580. font-size: 24rpx;
  581. color: #757575;
  582. &-item {
  583. width: 100%;
  584. margin-bottom: 16rpx;
  585. padding: 16rpx 24rpx 20rpx 24rpx;
  586. box-sizing: border-box;
  587. background: #F5F7FA;
  588. border-radius: 16rpx 16rpx 16rpx 16rpx;
  589. border: 2rpx solid #F5F7FA;
  590. @include u-flex(row, center, space-between);
  591. }
  592. &-itemtitle {
  593. font-weight: 500;
  594. font-size: 28rpx;
  595. color: #333333;
  596. margin-bottom: 10rpx;
  597. }
  598. &-itemr {
  599. flex-shrink: 0;
  600. @include u-flex(row, center, flex-start);
  601. image {
  602. height: 48rpx;
  603. width: 48rpx;
  604. }
  605. }
  606. &-tag {
  607. width: 96rpx;
  608. height: 50rpx;
  609. border-radius: 26rpx 26rpx 26rpx 26rpx;
  610. color: #FFFFFF;
  611. line-height: 50rpx;
  612. text-align: center;
  613. }
  614. .red {
  615. background: #FF5558;
  616. }
  617. .blue {
  618. background: #96CBFA;
  619. }
  620. .green {
  621. background: #52D087;
  622. }
  623. }
  624. </style>