uni-page > uni-page-head,
uni-page > .uni-page-head,
uni-page > .uni-placeholder {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

uni-page-head,
.uni-page-head {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

uni-page-head *,
.uni-page-head * {
  display: none !important;
}

uni-page > uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper,
uni-page > .uni-page-head ~ uni-page-wrapper {
  height: 100% !important;
  top: 0 !important;
}

.uni-app--showtabbar uni-page > uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper,
.uni-app--showtabbar uni-page > .uni-page-head ~ uni-page-wrapper {
  height: calc(100% - var(--tab-bar-height)) !important;
  height: calc(100% - var(--tab-bar-height) - env(safe-area-inset-bottom)) !important;
  top: 0 !important;
}
