report-health-status.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. @import "../../../../themes/t.cell.scss";
  2. @import "../../report-common.scss";
  3. @import "../../../../themes/card.scss";
  4. @import '../../../../themes/draggable-sheet.scss';
  5. /* module/health/components/report-health-status/report-health-status.wxss */
  6. .status-box{
  7. font-size: 28rpx;
  8. font-weight: bold;
  9. color: #000000;
  10. width: 95%;
  11. }
  12. .status-title{
  13. font-size: 32rpx;
  14. font-weight: 500;
  15. }
  16. .status-content{
  17. width: 100%;
  18. white-space: pre-wrap;
  19. // text-align: center;
  20. text-align: left;
  21. font-size: 28rpx;
  22. }
  23. .title-box{
  24. font-size: 16px;
  25. font-weight: bold;
  26. color: black !important;
  27. }
  28. .health-title{
  29. display: flex;
  30. align-items: center;
  31. }
  32. .tongue-box{
  33. background-color: #FFFFFF !important;
  34. margin: 10px !important;
  35. border-radius: 10px !important;
  36. flex-direction: column !important;
  37. align-items: stretch !important;
  38. }
  39. .report-status-row{
  40. display: flex;
  41. flex-direction: row;
  42. align-items: flex-start;
  43. width: 100%;
  44. }
  45. .status-data-wrapper {
  46. font-size: 12px;
  47. }
  48. .icon{
  49. width: 23px;
  50. height: 23px;
  51. margin-right: 10rpx;
  52. }
  53. .report-box {
  54. display: flex;
  55. align-items: center;
  56. height: 30px;
  57. justify-content: space-between;
  58. padding: 10px;
  59. background-image: url('https://wx.hzliuzhi.com:4433/manager/file/statics/2025/08/21/WechatIMG731_20250821155626A830.jpg');
  60. background-size: cover;
  61. background-position: center;
  62. }
  63. .report-data-wrapper {
  64. // background: linear-gradient(180deg, #D6E4F5 0%, #F3F4F6 100%);
  65. background: linear-gradient(180deg, #D6E4F5 0%, #F5F6F7 100%);
  66. font-size: 14px;
  67. border-radius: 20px;
  68. width: 100%;
  69. margin:auto;
  70. .card-body {
  71. display: flex;
  72. flex-direction: row;
  73. align-items: center;
  74. .content-wrapper {
  75. flex: auto;
  76. .row {
  77. white-space: nowrap;
  78. }
  79. }
  80. .image-wrapper {
  81. flex: none;
  82. width: 200rpx;
  83. height: 200rpx;
  84. margin-left: 10px;
  85. border-radius: 10px;
  86. }
  87. }
  88. .title {
  89. text-align: center;
  90. font-size: 32rpx;
  91. }
  92. .primary {
  93. // color: #34A76B;
  94. color: #1D6FF6;
  95. }
  96. }
  97. .text-item+.text-item::before {
  98. content: ',';
  99. }
  100. .status-title{
  101. width: 100%;
  102. font-size: 16px;
  103. font-weight: bold;
  104. color: black;
  105. height: 50px;
  106. line-height: 50px;
  107. text-align: center;
  108. display: flex;
  109. align-items: center;
  110. justify-content: center;
  111. }
  112. .card-container{
  113. background-color: #F8FAFD;
  114. border-radius: 10px;
  115. width: 94%;
  116. margin: auto auto 10px auto;
  117. }
  118. .report-content{
  119. display: flex;
  120. flex-direction: column;
  121. align-items: flex-start;
  122. justify-content: space-between;
  123. // padding: 10px 16px;
  124. }
  125. .nodata-box{
  126. width: 94%;
  127. margin: auto;
  128. border-top: 1px solid #E7E7E7;
  129. padding-top: 10px;
  130. }