123456789101112
  1. .Page.buildingTakeLook {
  2. width: 100%;
  3. height: 100%;
  4. > scroll-view {
  5. width: 100%;
  6. height: 100%;
  7. .Content {
  8. position: relative;
  9. overflow: hidden;
  10. }
  11. }
  12. }