report-health-status.scss 666 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @import "../../../../themes/t.cell.scss";
  2. @import "../../report-common.scss";
  3. @import "../../../../themes/card.scss";
  4. /* module/health/components/report-health-status/report-health-status.wxss */
  5. .status-data-wrapper {
  6. font-size: 12px;
  7. }
  8. .report-data-wrapper {
  9. font-size: 14px;
  10. .card-body {
  11. display: flex;
  12. flex-direction: row;
  13. align-items: center;
  14. .content-wrapper {
  15. flex: auto;
  16. }
  17. .image-wrapper {
  18. flex: none;
  19. width: 128px;
  20. height: 128px;
  21. margin-left: 8px;
  22. }
  23. }
  24. .title {
  25. text-align: center;
  26. }
  27. .primary {
  28. color: #34A76B;
  29. }
  30. }
  31. .text-item+.text-item::before {
  32. content: ',';
  33. }