/**app.wxss**/
page {
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  height: 100%;
  background: #eaeaea;
  box-sizing: border-box;
} 

::-webkit-scrollbar {
  display:none;
}