index.scss 203B

123456789101112
  1. .Page.helpToFindHouse {
  2. background: #fff;
  3. > scroll-view {
  4. width: 100%;
  5. height: 100%;
  6. .PageContent {
  7. position: relative;
  8. overflow: hidden;
  9. min-height: 100vh;
  10. }
  11. }
  12. }