.page {
  min-height: 100vh;
}

.page-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 页面标题 */
.page-headline {
  padding: 20px 24px;
  font-size: 28px;
  font-weight: 600;
  color: rgb(var(--mdui-color-on-surface));
  border-bottom: 1px solid rgb(var(--mdui-color-outline-variant));
}

.global-fab {
  position: fixed;
  right: 24px;
  bottom: 104px;
  z-index: 90;
}
