/**app.wxss**/
page {
  width: 100%;
  height: 100%;
}

.container {
  height: 100%;
  box-sizing:border-box;
  padding-top: 70rpx;
 
} 
::-webkit-scrollbar{
  width: 0;
  height: 0;
  color: transparent;
}