card-analysis-exception.scss 410 B

12345678910111213141516171819202122232425
  1. @import "../../../../themes/t.cell.scss";
  2. @import "../../../../themes/card.scss";
  3. /* module/health/components/card-analysis/card-analysis-exception.wxss */
  4. .picture-wrapper {
  5. display: flex;
  6. flex-direction: row;
  7. justify-content: center;
  8. image {
  9. margin: 0 12px;
  10. height: 128px;
  11. &.min {
  12. width: 128px;
  13. }
  14. }
  15. }
  16. .card-body {
  17. .card-header,
  18. .card-body {
  19. padding: 12rpx 0;
  20. }
  21. }