monthReport.vue 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330
  1. <template>
  2. <view class="report-container">
  3. <cu-custom bgColor="#000000"><view slot="content" style="color: #FFFFFF">月报告</view></cu-custom>
  4. <view class="month-report-header self-center items-center">
  5. <view class="flex-row header-date self-center">
  6. <image class="image_1"
  7. src="../../static/report/reportIconLeft.png"
  8. />
  9. <text class="text_1">2020-08</text>
  10. <image class="image_2"
  11. src="../../static/report/reportIconRight.png"
  12. />
  13. </view>
  14. </view>
  15. <view class="month-report flex-col">
  16. <view class="block-month-report flex-col">
  17. <view class="header-block-report">
  18. <uni-section title="睡眠习惯" type="line"></uni-section>
  19. </view>
  20. <view class="chart-block-report">
  21. </view>
  22. </view>
  23. </view>
  24. <view class="month-report flex-col">
  25. <view class="block-month-report flex-col">
  26. <view class="header-block-report">
  27. <uni-section title="睡眠效率" type="line"></uni-section>
  28. </view>
  29. <view class="chart-block-report">
  30. </view>
  31. </view>
  32. </view>
  33. <view class="month-report flex-col">
  34. <view class="block-month-report flex-col">
  35. <view class="header-block-report">
  36. <uni-section title="安稳度" type="line"></uni-section>
  37. </view>
  38. <view class="chart-block-report">
  39. </view>
  40. </view>
  41. </view>
  42. <view class="month-report flex-col">
  43. <view class="block-month-report flex-col">
  44. <view class="header-block-report">
  45. <uni-section title="心脏系统" type="line"></uni-section>
  46. </view>
  47. <view class="chart-block-report">
  48. </view>
  49. </view>
  50. </view>
  51. <view class="month-report flex-col">
  52. <view class="block-month-report flex-col">
  53. <view class="header-block-report">
  54. <uni-section title="呼吸系统" type="line"></uni-section>
  55. </view>
  56. <view class="chart-block-report">
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. </template>
  62. <script>
  63. export default {
  64. data() {
  65. return {
  66. };
  67. },
  68. onReady: function() {
  69. },
  70. methods: {
  71. }
  72. }
  73. </script>
  74. <style lang="scss">
  75. .report-container {
  76. background-color: #000000;
  77. padding-bottom: 2rem;
  78. .month-report {
  79. margin-top: 1rem;
  80. .block-month-report {
  81. margin: 0 1.25rem;
  82. opacity: 0.8;
  83. background-image: linear-gradient(180deg, #341a4b 0%, #167df2 100%);
  84. border-radius: 0.5rem;
  85. height: 7.81rem;
  86. .header-block-report {
  87. }
  88. .chart-block-report {
  89. }
  90. }
  91. }
  92. .month-report-header {
  93. padding: 0.5rem 1.2rem;
  94. background-color: #7e5a9d4d;
  95. border-radius: 1rem;
  96. -webkit-backdrop-filter: blur(0.31rem);
  97. backdrop-filter: blur(0.31rem);
  98. height: 2rem;
  99. width: fit-content;
  100. margin: 0 auto;
  101. text-align: center;
  102. .header-date {
  103. // display: inline-block;
  104. }
  105. .text_1 {
  106. color: #ffffff;
  107. }
  108. .image_1 {
  109. width: 0.63rem;
  110. height: 0.94rem;
  111. }
  112. .image_2 {
  113. width: 0.63rem;
  114. height: 0.94rem;
  115. }
  116. }
  117. }
  118. // .report-sleep {
  119. // position: absolute;
  120. // top: 3rem;
  121. // width: 100%;
  122. // padding: 0.3rem;
  123. // .item-sleep {
  124. // .item-sleep-title {
  125. // font-size: 14px;
  126. // font-weight: 400;
  127. // letter-spacing: 0px;
  128. // line-height: 14px;
  129. // color: rgba(155, 151, 188, 1);
  130. // text-align: left;
  131. // vertical-align: top;
  132. // }
  133. // .item-sleep-desc {
  134. // font-size: 12px;
  135. // font-weight: 400;
  136. // letter-spacing: 0px;
  137. // line-height: 12px;
  138. // color: rgba(255, 255, 255, 1);
  139. // text-align: left;
  140. // vertical-align: top;
  141. // margin-top: 5px;
  142. // }
  143. // }
  144. // }
  145. // .report-charts {
  146. // margin-top: 0.5rem;
  147. // }
  148. // .bottom-btns {
  149. // position: absolute;
  150. // bottom: 10px;
  151. // .bottom-btn {
  152. // font-size: 16px;
  153. // font-weight: 500;
  154. // letter-spacing: 0px;
  155. // line-height: 30px;
  156. // color: #ffffff;
  157. // text-align: center;
  158. // width: 98px;
  159. // height: 30px;
  160. // border-radius: 14.5px;
  161. // margin: 10px;
  162. // }
  163. // .btn_1 {
  164. // background: linear-gradient(90deg, rgba(44, 37, 247, 0.6) 0%, rgba(6, 21, 153, 1) 100%);
  165. // }
  166. // .btn_2 {
  167. // background: linear-gradient(90deg, rgba(5, 96, 232, 1) 0%, rgba(100, 158, 245, 1) 100%);
  168. // }
  169. // }
  170. // .report-container {
  171. // background-color: #ffffff;
  172. // padding-bottom: 50px;
  173. // }
  174. // .report-data-sum {
  175. // margin: 1rem;
  176. // padding-top: 2.5rem;
  177. // color: #ffffff;
  178. // .icon-data-sum {
  179. // width: 40px;
  180. // height: 40px;
  181. // }
  182. // .text-data-sum {
  183. // margin-left: 6px;
  184. // text-align: left;
  185. // .title-data-sum {
  186. // width: 100%;
  187. // font-size: 12px;
  188. // line-height: 12px;
  189. // font-weight: 400;
  190. // margin-bottom: 2px;
  191. // }
  192. // .font_4 {
  193. // font-size: 24px;
  194. // line-height: 24px;
  195. // height: 24px;
  196. // }
  197. // .font_5 {
  198. // font-size: 14px;
  199. // line-height: 24px;
  200. // }
  201. // }
  202. // }
  203. // .page {
  204. // background-color: #ffffff;
  205. // width: 100%;
  206. // overflow-y: auto;
  207. // overflow-x: hidden;
  208. // height: 100%;
  209. // .group {
  210. // overflow-y: auto;
  211. // .group_3 {
  212. // padding: 0rem 0 0.25rem;
  213. // .group_8 {
  214. // padding: 0 1.25rem;
  215. // .report_leave_bed {
  216. // .section_10 {
  217. // opacity: 0.8;
  218. // background-image: linear-gradient(180deg, #341a4b 0%, #167df2 100%);
  219. // border-radius: 0.5rem;
  220. // height: 7.81rem;
  221. // }
  222. // .pos_2 {
  223. // position: absolute;
  224. // left: 0.63rem;
  225. // right: 0.53rem;
  226. // top: 0.63rem;
  227. // .space-x-12 {
  228. // & > view:not(:first-child),
  229. // & > text:not(:first-child),
  230. // & > image:not(:first-child) {
  231. // margin-left: 0.75rem;
  232. // }
  233. // }
  234. // }
  235. // .pos_3 {
  236. // position: absolute;
  237. // left: 0.66rem;
  238. // right: 0.63rem;
  239. // top: 3.56rem;
  240. // }
  241. // .pos_10 {
  242. // position: absolute;
  243. // right: 0.66rem;
  244. // top: 6.69rem;
  245. // }
  246. // }
  247. // .report_move {
  248. // .section_20 {
  249. // opacity: 0.8;
  250. // background-image: linear-gradient(180deg, #341a4b 0%, #167df2 100%);
  251. // border-radius: 0.5rem;
  252. // height: 9.19rem;
  253. // }
  254. // .pos_11 {
  255. // position: absolute;
  256. // left: 0.63rem;
  257. // right: 0.53rem;
  258. // top: 0.63rem;
  259. // }
  260. // .space-x-2 {
  261. // & > view:not(:first-child),
  262. // & > text:not(:first-child),
  263. // & > image:not(:first-child) {
  264. // margin-left: 0.13rem;
  265. // }
  266. // .group_10 {
  267. // width: 1.34rem;
  268. // }
  269. // .section_21 {
  270. // width: 2.28rem;
  271. // height: 4.16rem;
  272. // border: solid 0.031rem #4a315e;
  273. // }
  274. // .section_23 {
  275. // width: 2.22rem;
  276. // height: 4.16rem;
  277. // border: solid 0.031rem #4a315e;
  278. // }
  279. // .view_4 {
  280. // margin-left: 2.13rem;
  281. // }
  282. // .section_24 {
  283. // width: 2.34rem;
  284. // height: 4.16rem;
  285. // border: solid 0.031rem #4a315e;
  286. // }
  287. // .view_5 {
  288. // margin-left: 2.25rem;
  289. // }
  290. // .view_6 {
  291. // margin-left: 2.13rem;
  292. // }
  293. // .pos_14 {
  294. // position: absolute;
  295. // left: 2.25rem;
  296. // top: 0;
  297. // }
  298. // .pos_16 {
  299. // position: absolute;
  300. // right: 4.44rem;
  301. // top: 0;
  302. // }
  303. // .pos_15 {
  304. // position: absolute;
  305. // left: 6.63rem;
  306. // top: 0;
  307. // }
  308. // .pos_17 {
  309. // position: absolute;
  310. // right: 0;
  311. // top: 0;
  312. // }
  313. // .pos_18 {
  314. // position: absolute;
  315. // left: 0;
  316. // right: 0;
  317. // top: 50%;
  318. // transform: translateY(-50%);
  319. // }
  320. // .pos_13 {
  321. // position: absolute;
  322. // left: 0;
  323. // right: 0;
  324. // top: 0;
  325. // }
  326. // .image_10 {
  327. // width: 17.88rem;
  328. // height: 2.75rem;
  329. // }
  330. // .pos_19 {
  331. // position: absolute;
  332. // left: 0;
  333. // right: 0;
  334. // bottom: 0;
  335. // }
  336. // }
  337. // .pos_12 {
  338. // position: absolute;
  339. // left: 0.91rem;
  340. // right: 0.63rem;
  341. // top: 3.56rem;
  342. // }
  343. // .pos_20 {
  344. // position: absolute;
  345. // right: 0.66rem;
  346. // top: 8.06rem;
  347. // }
  348. // }
  349. // .image_8 {
  350. // border-radius: 50%;
  351. // width: 2rem;
  352. // height: 2rem;
  353. // }
  354. // .font_3 {
  355. // font-size: 1rem;
  356. // font-family: PingFangSC;
  357. // line-height: 0.94rem;
  358. // color: #ffffff;
  359. // }
  360. // .space-x-6 {
  361. // & > view:not(:first-child),
  362. // & > text:not(:first-child),
  363. // & > image:not(:first-child) {
  364. // margin-left: 0.38rem;
  365. // }
  366. // .font_5 {
  367. // font-size: 1.13rem;
  368. // font-family: PingFangSC;
  369. // line-height: 0.81rem;
  370. // color: #ffffff;
  371. // }
  372. // }
  373. // .space-y-12 {
  374. // & > view:not(:first-child),
  375. // & > text:not(:first-child),
  376. // & > image:not(:first-child) {
  377. // margin-top: 0.75rem;
  378. // }
  379. // }
  380. // .font_7 {
  381. // font-size: 0.75rem;
  382. // font-family: PingFangSC;
  383. // line-height: 0.69rem;
  384. // color: #9b97bc;
  385. // }
  386. // .group_9 {
  387. // width: 18.63rem;
  388. // .font_8 {
  389. // font-size: 0.56rem;
  390. // font-family: PingFangSC;
  391. // line-height: 0.41rem;
  392. // color: #a5b6ca;
  393. // }
  394. // }
  395. // .report_heart {
  396. // .section_25 {
  397. // opacity: 0.8;
  398. // background-image: linear-gradient(180deg, #341a4b 0%, #167df2 100%);
  399. // border-radius: 0.5rem;
  400. // height: 12.19rem;
  401. // }
  402. // .space-x-9 {
  403. // & > view:not(:first-child),
  404. // & > text:not(:first-child),
  405. // & > image:not(:first-child) {
  406. // margin-left: 0.56rem;
  407. // }
  408. // }
  409. // .pos_21 {
  410. // position: absolute;
  411. // left: 0.63rem;
  412. // top: 0.63rem;
  413. // }
  414. // .group_12 {
  415. // width: 17.88rem;
  416. // .text_11 {
  417. // color: #6b6b6b;
  418. // }
  419. // .space-x-48 {
  420. // & > view:not(:first-child),
  421. // & > text:not(:first-child),
  422. // & > image:not(:first-child) {
  423. // margin-left: 3rem;
  424. // }
  425. // }
  426. // }
  427. // .pos_22 {
  428. // position: absolute;
  429. // right: 0.59rem;
  430. // top: 3.66rem;
  431. // }
  432. // }
  433. // .space-x-4 {
  434. // & > view:not(:first-child),
  435. // & > text:not(:first-child),
  436. // & > image:not(:first-child) {
  437. // margin-left: 0.25rem;
  438. // }
  439. // .section_11 {
  440. // width: 2.28rem;
  441. // height: 2.78rem;
  442. // border: solid 0.031rem #4a315e;
  443. // }
  444. // .section_14 {
  445. // width: 2.16rem;
  446. // height: 2.78rem;
  447. // border: solid 0.031rem #4a315e;
  448. // }
  449. // .view_2 {
  450. // margin-left: 2.13rem;
  451. // }
  452. // .image_9 {
  453. // margin-left: 2.38rem;
  454. // width: 2.34rem;
  455. // height: 2.78rem;
  456. // }
  457. // .section_13 {
  458. // width: 2.22rem;
  459. // height: 2.78rem;
  460. // border: solid 0.031rem #4a315e;
  461. // }
  462. // .view_3 {
  463. // margin-left: 2.06rem;
  464. // }
  465. // .pos_5 {
  466. // position: absolute;
  467. // left: 2.25rem;
  468. // top: 0;
  469. // }
  470. // .pos_7 {
  471. // position: absolute;
  472. // right: 4.44rem;
  473. // top: 0;
  474. // }
  475. // .section_15 {
  476. // width: 2.47rem;
  477. // height: 2.78rem;
  478. // border: solid 0.031rem #4a315e;
  479. // }
  480. // .pos_6 {
  481. // position: absolute;
  482. // left: 6.56rem;
  483. // top: 0;
  484. // }
  485. // .pos_8 {
  486. // position: absolute;
  487. // right: 0;
  488. // top: 0;
  489. // }
  490. // .section_19 {
  491. // background-color: #44d7b6;
  492. // width: 0.5rem;
  493. // height: 0.94rem;
  494. // }
  495. // .pos_9 {
  496. // position: absolute;
  497. // left: 6.47rem;
  498. // top: 1.59rem;
  499. // }
  500. // .section_12 {
  501. // padding: 0.25rem 0;
  502. // border: solid 0.031rem #4a315e;
  503. // .section_16 {
  504. // background-color: #73e182;
  505. // width: 6.44rem;
  506. // height: 0.94rem;
  507. // }
  508. // .section_17 {
  509. // background-color: #73e182;
  510. // width: 3.94rem;
  511. // height: 0.94rem;
  512. // }
  513. // .section_18 {
  514. // background-color: #73e182;
  515. // width: 6.69rem;
  516. // height: 0.94rem;
  517. // }
  518. // }
  519. // .pos_4 {
  520. // position: absolute;
  521. // left: 0;
  522. // right: 0;
  523. // top: 0;
  524. // }
  525. // .section_26 {
  526. // width: 2.59rem;
  527. // height: 5.53rem;
  528. // border: solid 0.031rem #4a315e;
  529. // }
  530. // .section_27 {
  531. // width: 2.53rem;
  532. // height: 5.53rem;
  533. // border: solid 0.031rem #4a315e;
  534. // }
  535. // .section_29 {
  536. // width: 2.66rem;
  537. // height: 5.53rem;
  538. // border: solid 0.031rem #4a315e;
  539. // }
  540. // .pos_25 {
  541. // position: absolute;
  542. // left: 2.56rem;
  543. // top: 0;
  544. // }
  545. // .pos_27 {
  546. // position: absolute;
  547. // right: 2.53rem;
  548. // top: 0;
  549. // }
  550. // .section_28 {
  551. // width: 2.72rem;
  552. // height: 5.53rem;
  553. // border: solid 0.031rem #4a315e;
  554. // }
  555. // .pos_26 {
  556. // position: absolute;
  557. // left: 50%;
  558. // top: 0;
  559. // transform: translateX(-50%);
  560. // }
  561. // .pos_29 {
  562. // position: absolute;
  563. // left: 0;
  564. // right: 0;
  565. // top: 2.75rem;
  566. // }
  567. // .pos_28 {
  568. // position: absolute;
  569. // left: 0;
  570. // right: 0;
  571. // top: 1.38rem;
  572. // }
  573. // .pos_24 {
  574. // position: absolute;
  575. // left: 0;
  576. // right: 0;
  577. // top: 0;
  578. // }
  579. // .pos_31 {
  580. // position: absolute;
  581. // left: 0;
  582. // right: 0;
  583. // top: 2.88rem;
  584. // }
  585. // .pos_30 {
  586. // position: absolute;
  587. // left: 0;
  588. // right: 0;
  589. // top: 50%;
  590. // transform: translateY(-50%);
  591. // }
  592. // }
  593. // .section_22 {
  594. // width: 17.91rem;
  595. // height: 1.41rem;
  596. // border: solid 0.031rem #4a315e;
  597. // }
  598. // .report_breath {
  599. // .section_31 {
  600. // opacity: 0.8;
  601. // background-image: linear-gradient(180deg, #341a4b 0%, #167df2 100%);
  602. // border-radius: 0.5rem;
  603. // height: 34rem;
  604. // }
  605. // .pos_33 {
  606. // position: absolute;
  607. // left: 0.63rem;
  608. // top: 0.63rem;
  609. // }
  610. // .pos_34 {
  611. // position: absolute;
  612. // left: 0;
  613. // right: 0;
  614. // top: 2.63rem;
  615. // .group_15 {
  616. // padding: 1rem 0.5rem 0 1.25rem;
  617. // .group_2 {
  618. // padding-left: 1.25rem;
  619. // .text_12 {
  620. // color: #606060;
  621. // }
  622. // .space-x-30 {
  623. // & > view:not(:first-child),
  624. // & > text:not(:first-child),
  625. // & > image:not(:first-child) {
  626. // margin-left: 1.88rem;
  627. // }
  628. // }
  629. // }
  630. // .group_16 {
  631. // margin-top: 0.63rem;
  632. // .section_32 {
  633. // width: 2.28rem;
  634. // height: 5.53rem;
  635. // border: solid 0.031rem #4a315e;
  636. // }
  637. // .section_34 {
  638. // width: 2.22rem;
  639. // height: 5.53rem;
  640. // border: solid 0.031rem #4a315e;
  641. // }
  642. // .view_7 {
  643. // margin-left: 2.13rem;
  644. // }
  645. // .section_36 {
  646. // margin-left: 2.31rem;
  647. // width: 2.34rem;
  648. // height: 5.53rem;
  649. // border: solid 0.031rem #4a315e;
  650. // }
  651. // .view_8 {
  652. // margin-left: 2.13rem;
  653. // }
  654. // .pos_36 {
  655. // position: absolute;
  656. // left: 2.25rem;
  657. // top: 0;
  658. // }
  659. // .pos_38 {
  660. // position: absolute;
  661. // right: 4.47rem;
  662. // top: 0;
  663. // }
  664. // .section_35 {
  665. // width: 2.41rem;
  666. // height: 5.53rem;
  667. // border: solid 0.031rem #4a315e;
  668. // }
  669. // .pos_37 {
  670. // position: absolute;
  671. // left: 6.63rem;
  672. // top: 0;
  673. // }
  674. // .pos_39 {
  675. // position: absolute;
  676. // right: 0;
  677. // top: 0;
  678. // }
  679. // .section_33 {
  680. // width: 17.97rem;
  681. // height: 1.41rem;
  682. // border: solid 0.031rem #4a315e;
  683. // }
  684. // .pos_41 {
  685. // position: absolute;
  686. // left: 0;
  687. // right: 0;
  688. // top: 2.75rem;
  689. // }
  690. // .pos_40 {
  691. // position: absolute;
  692. // left: 0;
  693. // right: 0;
  694. // top: 1.38rem;
  695. // }
  696. // .pos_35 {
  697. // position: absolute;
  698. // left: 0;
  699. // right: 0;
  700. // top: 0;
  701. // }
  702. // .pos_43 {
  703. // position: absolute;
  704. // left: 0;
  705. // right: 0;
  706. // top: 2.88rem;
  707. // }
  708. // .pos_42 {
  709. // position: absolute;
  710. // left: 0;
  711. // right: 0.13rem;
  712. // top: 50%;
  713. // transform: translateY(-50%);
  714. // }
  715. // }
  716. // .group_17 {
  717. // padding: 0.38rem 0 1rem 0.5rem;
  718. // }
  719. // }
  720. // .list-divider {
  721. // margin: 0 0.63rem;
  722. // background-color: #523c65;
  723. // height: 0.063rem;
  724. // }
  725. // }
  726. // }
  727. // .group_11 {
  728. // width: 8.25rem;
  729. // .image_11 {
  730. // width: 1rem;
  731. // height: 1rem;
  732. // }
  733. // }
  734. // .space-x-10 {
  735. // & > view:not(:first-child),
  736. // & > text:not(:first-child),
  737. // & > image:not(:first-child) {
  738. // margin-left: 0.63rem;
  739. // }
  740. // }
  741. // .font_10 {
  742. // font-size: 0.88rem;
  743. // font-family: PingFangSC;
  744. // line-height: 0.81rem;
  745. // color: #ffffff99;
  746. // }
  747. // .group_13 {
  748. // width: 0.97rem;
  749. // .font_11 {
  750. // font-size: 0.75rem;
  751. // font-family: PingFangSC;
  752. // line-height: 0.56rem;
  753. // color: #9b97bc;
  754. // }
  755. // }
  756. // .space-y-14 {
  757. // & > view:not(:first-child),
  758. // & > text:not(:first-child),
  759. // & > image:not(:first-child) {
  760. // margin-top: 0.88rem;
  761. // }
  762. // }
  763. // .divider {
  764. // background-image: repeating-linear-gradient(
  765. // 90deg,
  766. // #e02020,
  767. // #e02020 0.35%,
  768. // transparent 0.35%,
  769. // transparent 1.047%
  770. // );
  771. // background-position: -0.031rem 0px;
  772. // height: 0.063rem;
  773. // }
  774. // .font_9 {
  775. // font-size: 0.56rem;
  776. // font-family: PingFangSC;
  777. // line-height: 0.41rem;
  778. // color: #9b97bc;
  779. // }
  780. // }
  781. // .space-y-10 {
  782. // & > view:not(:first-child),
  783. // & > text:not(:first-child),
  784. // & > image:not(:first-child) {
  785. // margin-top: 0.63rem;
  786. // }
  787. // }
  788. // }
  789. // }
  790. // .tab-bar {
  791. // padding: 0.25rem 3.38rem;
  792. // background-color: #167df2;
  793. // backdrop-filter: blur(0.63rem);
  794. // .group_26 {
  795. // height: 2.47rem;
  796. // .text_17 {
  797. // font-size: 0.69rem;
  798. // line-height: 0.63rem;
  799. // }
  800. // }
  801. // .space-y-2 {
  802. // & > view:not(:first-child),
  803. // & > text:not(:first-child),
  804. // & > image:not(:first-child) {
  805. // margin-top: 0.13rem;
  806. // }
  807. // }
  808. // .group_27 {
  809. // height: 2.5rem;
  810. // .text_18 {
  811. // font-size: 0.69rem;
  812. // line-height: 0.63rem;
  813. // }
  814. // }
  815. // .image_15 {
  816. // width: 1.69rem;
  817. // height: 1.69rem;
  818. // }
  819. // .font_12 {
  820. // font-size: 0.75rem;
  821. // font-family: PingFangSC;
  822. // line-height: 0.69rem;
  823. // color: #ffffffb3;
  824. // }
  825. // }
  826. // .font_6 {
  827. // font-size: 0.75rem;
  828. // font-family: PingFangSC;
  829. // line-height: 0.69rem;
  830. // color: #ffffff;
  831. // }
  832. // }
  833. // .page {
  834. // background-color: #000000;
  835. // width: 100%;
  836. // overflow-y: auto;
  837. // overflow-x: hidden;
  838. // height: 100%;
  839. // margin-bottom: 1rem;
  840. // .report {
  841. // overflow-y: auto;
  842. // .report_header {
  843. // .report-header-img {
  844. // width: 100%;
  845. // position: absolute;
  846. // top: -6rem;
  847. // }
  848. // .report_score {
  849. // padding-top: 1rem;
  850. // z-index: 100;
  851. // .report_period {
  852. // margin-left: 1.2rem;
  853. // }
  854. // .report_score_data {
  855. // .section_5 {
  856. // padding: 0.38rem 0.88rem;
  857. // background-color: #7e5a9d4d;
  858. // border-radius: 1rem 0px 0px 1rem;
  859. // backdrop-filter: blur(0.31rem);
  860. // width: 5.25rem;
  861. // height: 2rem;
  862. // .image_6 {
  863. // width: 1.5rem;
  864. // height: 1.31rem;
  865. // }
  866. // .text_5 {
  867. // line-height: 0.72rem;
  868. // }
  869. // }
  870. // .space-x-76-reverse {
  871. // & > view:not(:last-child),
  872. // & > text:not(:last-child),
  873. // & > image:not(:last-child) {
  874. // margin-right: 4.75rem;
  875. // }
  876. // .text_4 {
  877. // color: #ffffff;
  878. // font-size: 1.5rem;
  879. // font-family: PingFangSC;
  880. // line-height: 1.38rem;
  881. // }
  882. // }
  883. // .text_6 {
  884. // margin-top: 1rem;
  885. // color: #ffffff;
  886. // font-size: 3.38rem;
  887. // font-family: PingFangSC;
  888. // line-height: 2.47rem;
  889. // }
  890. // .text_7 {
  891. // margin-top: 1.38rem;
  892. // line-height: 0.94rem;
  893. // }
  894. // }
  895. // }
  896. // .space-y-55 {
  897. // & > view:not(:first-child),
  898. // & > text:not(:first-child),
  899. // & > image:not(:first-child) {
  900. // margin-top: 3.44rem;
  901. // }
  902. // }
  903. // }
  904. // .report_analysis {
  905. // padding-top: 0.63rem;
  906. // z-index: 100;
  907. // .font_4 {
  908. // font-size: 1.13rem;
  909. // font-family: PingFangSC;
  910. // line-height: 0.81rem;
  911. // color: #ffffff;
  912. // }
  913. // .text_8 {
  914. // margin-left: 1.25rem;
  915. // line-height: 1.06rem;
  916. // }
  917. // .section_easy {
  918. // margin: 0 1.25rem;
  919. // padding: 0 0.88rem;
  920. // height: 52px;
  921. // opacity: 0.8;
  922. // border-radius: 8px;
  923. // background: linear-gradient(180deg, rgba(22, 125, 242, 1) 0%, rgba(52, 26, 75, 1) 100%);
  924. // .image_7 {
  925. // width: 32px;
  926. // height: 32px;
  927. // }
  928. // .font_3 {
  929. // font-size: 16px;
  930. // color: #ffffff;
  931. // font-weight: 400;
  932. // margin-left: 9px;
  933. // }
  934. // .font_7 {
  935. // color: rgba(255, 255, 255, 0.6);
  936. // font-size: 16px;
  937. // margin-right: 10px;
  938. // }
  939. // .font_4 {
  940. // font-size: 18px;
  941. // color: #ffffff;
  942. // font-weight: 500;
  943. // }
  944. // }
  945. // .section_efficiency {
  946. // margin: 0 1.25rem;
  947. // padding: 0 0.88rem;
  948. // height: 52px;
  949. // opacity: 0.8;
  950. // border-radius: 8px;
  951. // background: linear-gradient(180deg, rgba(22, 125, 242, 1) 0%, rgba(52, 26, 75, 1) 100%);
  952. // .image_7 {
  953. // width: 32px;
  954. // height: 32px;
  955. // }
  956. // .font_3 {
  957. // font-size: 16px;
  958. // color: #ffffff;
  959. // font-weight: 400;
  960. // margin-left: 9px;
  961. // }
  962. // .font_4 {
  963. // font-size: 18px;
  964. // color: #ffffff;
  965. // font-weight: 500;
  966. // }
  967. // }
  968. // .report_analysis_data {
  969. // padding-top: 17.5rem;
  970. // .space-x-26 {
  971. // & > view:not(:first-child),
  972. // & > text:not(:first-child),
  973. // & > image:not(:first-child) {
  974. // margin-left: 1.63rem;
  975. // }
  976. // .text_10 {
  977. // line-height: 1.5rem;
  978. // width: 8.5rem;
  979. // }
  980. // .section_9 {
  981. // margin-top: 1.75rem;
  982. // padding: 1.19rem 0.5rem 0.5rem 0.81rem;
  983. // background-color: #1751e6cc;
  984. // border-radius: 0.5rem 0.5rem 0 0;
  985. // height: 2.63rem;
  986. // }
  987. // .space-x-34 {
  988. // & > view:not(:first-child),
  989. // & > text:not(:first-child),
  990. // & > image:not(:first-child) {
  991. // margin-left: 2.13rem;
  992. // }
  993. // }
  994. // }
  995. // .equal-division {
  996. // padding: 0 0.88rem;
  997. // .equal-division-item {
  998. // padding: 0.25rem 0.38rem 0;
  999. // flex: 1 1 10.81rem;
  1000. // .section_6 {
  1001. // padding: 0.63rem 0.63rem 0.75rem;
  1002. // background-color: #1751e6cc;
  1003. // border-radius: 0.5rem;
  1004. // .text_9 {
  1005. // margin-left: 1.5rem;
  1006. // }
  1007. // .space-x-12 {
  1008. // & > view:not(:first-child),
  1009. // & > text:not(:first-child),
  1010. // & > image:not(:first-child) {
  1011. // margin-left: 0.75rem;
  1012. // }
  1013. // }
  1014. // }
  1015. // .view {
  1016. // margin-top: 0.63rem;
  1017. // }
  1018. // .group_7 {
  1019. // margin-top: 0.63rem;
  1020. // padding: 1.25rem 0.63rem 2rem;
  1021. // background: url(../../static/report/reportAlertBg.png);
  1022. // background-repeat: no-repeat;
  1023. // background-size: cover;
  1024. // border-radius: 0.5rem;
  1025. // .text_10 {
  1026. // line-height: 1.4rem;
  1027. // margin-top: 0.2rem;
  1028. // }
  1029. // }
  1030. // }
  1031. // .equal-division-item_2 {
  1032. // padding: 0.25rem 0.38rem;
  1033. // flex: 1 1 10.81rem;
  1034. // .section_7 {
  1035. // padding: 0.63rem 0.75rem 0.75rem;
  1036. // background-color: #1751e6cc;
  1037. // border-radius: 0.5rem;
  1038. // .group_5 {
  1039. // padding: 0 1.5rem;
  1040. // }
  1041. // .space-x-4 {
  1042. // & > view:not(:first-child),
  1043. // & > text:not(:first-child),
  1044. // & > image:not(:first-child) {
  1045. // margin-left: 0.25rem;
  1046. // }
  1047. // }
  1048. // }
  1049. // .section_8 {
  1050. // padding: 1.25rem 0.5rem 1.25rem 0.75rem;
  1051. // background-color: #1751e6cc;
  1052. // border-radius: 0.5rem;
  1053. // }
  1054. // }
  1055. // .space-y-10 {
  1056. // & > view:not(:first-child),
  1057. // & > text:not(:first-child),
  1058. // & > image:not(:first-child) {
  1059. // margin-top: 0.63rem;
  1060. // }
  1061. // }
  1062. // .space-y-12 {
  1063. // & > view:not(:first-child),
  1064. // & > text:not(:first-child),
  1065. // & > image:not(:first-child) {
  1066. // margin-top: 0.75rem;
  1067. // }
  1068. // }
  1069. // .group_6 {
  1070. // padding: 0 1.63rem;
  1071. // }
  1072. // }
  1073. // .space-x-29 {
  1074. // & > view:not(:first-child),
  1075. // & > text:not(:first-child),
  1076. // & > image:not(:first-child) {
  1077. // margin-left: 0.1rem;
  1078. // }
  1079. // }
  1080. // .pos {
  1081. // position: absolute;
  1082. // left: 0;
  1083. // right: 0;
  1084. // top: 0;
  1085. // }
  1086. // .space-x-6 {
  1087. // & > view:not(:first-child),
  1088. // & > text:not(:first-child),
  1089. // & > image:not(:first-child) {
  1090. // margin-left: 0.38rem;
  1091. // }
  1092. // }
  1093. // .font_5 {
  1094. // font-size: 0.75rem;
  1095. // font-family: PingFangSC;
  1096. // line-height: 0.69rem;
  1097. // color: #ffffff;
  1098. // }
  1099. // }
  1100. // }
  1101. // .space-y-4 {
  1102. // & > view:not(:first-child),
  1103. // & > text:not(:first-child),
  1104. // & > image:not(:first-child) {
  1105. // margin-top: 0.5rem;
  1106. // }
  1107. // }
  1108. // .font_2 {
  1109. // font-size: 1rem;
  1110. // font-family: PingFangSC;
  1111. // line-height: 0.69rem;
  1112. // color: #ffffff;
  1113. // }
  1114. // .space-x-8 {
  1115. // & > view:not(:first-child),
  1116. // & > text:not(:first-child),
  1117. // & > image:not(:first-child) {
  1118. // margin-left: 0.5rem;
  1119. // }
  1120. // }
  1121. // .space-x-10 {
  1122. // & > view:not(:first-child),
  1123. // & > text:not(:first-child),
  1124. // & > image:not(:first-child) {
  1125. // margin-left: 0.63rem;
  1126. // }
  1127. // .section_3 {
  1128. // padding: 0.5rem 0.63rem;
  1129. // background-color: #7e5a9d4d;
  1130. // border-radius: 1rem;
  1131. // backdrop-filter: blur(0.31rem);
  1132. // height: 2rem;
  1133. // .space-x-24 {
  1134. // & > view:not(:first-child),
  1135. // & > text:not(:first-child),
  1136. // & > image:not(:first-child) {
  1137. // margin-left: 1.5rem;
  1138. // }
  1139. // .text_2 {
  1140. // line-height: 0.72rem;
  1141. // }
  1142. // }
  1143. // .image_4 {
  1144. // width: 0.63rem;
  1145. // height: 0.94rem;
  1146. // }
  1147. // }
  1148. // .section_4 {
  1149. // margin-right: 1.25rem;
  1150. // padding: 0.75rem 0.63rem 0.5rem;
  1151. // background-color: #7e5a9d4d;
  1152. // border-radius: 1rem;
  1153. // backdrop-filter: blur(0.31rem);
  1154. // height: 2rem;
  1155. // .text_3 {
  1156. // line-height: 0.72rem;
  1157. // }
  1158. // .image_5 {
  1159. // margin-right: 0.25rem;
  1160. // width: 0.63rem;
  1161. // height: 0.38rem;
  1162. // }
  1163. // }
  1164. // }
  1165. // .image_7 {
  1166. // width: 0.88rem;
  1167. // height: 0.88rem;
  1168. // }
  1169. // .font_3 {
  1170. // font-size: 0.88rem;
  1171. // font-family: PingFangSC;
  1172. // line-height: 0.81rem;
  1173. // color: #9b97bc;
  1174. // }
  1175. // }
  1176. // }
  1177. // .page {
  1178. // background-color: #000000;
  1179. // width: 100%;
  1180. // overflow-y: auto;
  1181. // overflow-x: hidden;
  1182. // height: 100%;
  1183. // .image-wrapper_2 {
  1184. // padding-bottom: 0.38rem;
  1185. // overflow-y: auto;
  1186. // .header {
  1187. // padding: 1rem 0.88rem 0.75rem;
  1188. // background-color: #ffffff4d;
  1189. // .space-x-6-reverse {
  1190. // & > view:not(:last-child),
  1191. // & > text:not(:last-child),
  1192. // & > image:not(:last-child) {
  1193. // margin-right: 0.38rem;
  1194. // }
  1195. // .image {
  1196. // width: 1.06rem;
  1197. // height: 0.69rem;
  1198. // }
  1199. // .image_2 {
  1200. // width: 0.94rem;
  1201. // height: 0.69rem;
  1202. // }
  1203. // .image_3 {
  1204. // width: 1.5rem;
  1205. // height: 0.72rem;
  1206. // }
  1207. // }
  1208. // .text {
  1209. // margin-top: 2rem;
  1210. // color: #ffffff;
  1211. // font-size: 1.16rem;
  1212. // font-family: PingFangSC;
  1213. // line-height: 1.06rem;
  1214. // }
  1215. // .section {
  1216. // padding: 0.38rem 0.75rem;
  1217. // background-color: #ffffff99;
  1218. // border-radius: 1rem;
  1219. // width: 5.44rem;
  1220. // border: solid 0.031rem #00000014;
  1221. // .image-wrapper {
  1222. // width: 1.19rem;
  1223. // .image_5 {
  1224. // width: 1.19rem;
  1225. // height: 0.44rem;
  1226. // }
  1227. // .image_4 {
  1228. // width: 1.13rem;
  1229. // height: 1.06rem;
  1230. // }
  1231. // }
  1232. // .section_2 {
  1233. // background-color: #00000033;
  1234. // width: 0.063rem;
  1235. // height: 1.16rem;
  1236. // }
  1237. // }
  1238. // .space-x-11 {
  1239. // & > view:not(:first-child),
  1240. // & > text:not(:first-child),
  1241. // & > image:not(:first-child) {
  1242. // margin-left: 0.69rem;
  1243. // }
  1244. // }
  1245. // .pos {
  1246. // position: absolute;
  1247. // right: 0.44rem;
  1248. // top: 3.06rem;
  1249. // }
  1250. // }
  1251. // .image_6 {
  1252. // width: 23.44rem;
  1253. // height: 41.69rem;
  1254. // }
  1255. // }
  1256. // .tab-bar {
  1257. // padding: 0.25rem 3.38rem;
  1258. // background-color: #167df2;
  1259. // backdrop-filter: blur(0.63rem);
  1260. // .space-y-2 {
  1261. // & > view:not(:first-child),
  1262. // & > text:not(:first-child),
  1263. // & > image:not(:first-child) {
  1264. // margin-top: 0.13rem;
  1265. // }
  1266. // .image_7 {
  1267. // width: 1.69rem;
  1268. // height: 1.69rem;
  1269. // }
  1270. // }
  1271. // .font_1 {
  1272. // font-size: 0.69rem;
  1273. // font-family: PingFangSC;
  1274. // line-height: 0.63rem;
  1275. // color: #ffffffb3;
  1276. // }
  1277. // .text_2 {
  1278. // color: #cfcfcf;
  1279. // }
  1280. // }
  1281. // }
  1282. // @media screen and (max-width: 300px) {
  1283. // .page .report .report_header .report-header-img {
  1284. // top: -1.5rem;
  1285. // }
  1286. // }
  1287. </style>