page {
  min-height: 100vh;
  // transform: translate(0);  //加了这个会导致 fixed布局定位不正确
  background-color: #fff;
  display: block;
}
