tongue-analysis.scss 343 B

12345678910111213141516
  1. @import '../../../../themes/page.scss';
  2. @import "../../../../themes/t.cell.scss";
  3. @import "../../../../themes/card.scss";
  4. /* module/health/pages/tongue-analysis/tongue-analysis.wxss */
  5. .picture-wrapper {
  6. display: flex;
  7. flex-direction: row;
  8. justify-content: center;
  9. image {
  10. margin: 12px;
  11. width: 128px;
  12. height: 128px;
  13. }
  14. }