/**app.wxss**/
page {
  width: 100%;
  height: 100%;
  color: #444;
  font-family: PingFang SC, Microsoft Yahei, Source Han Sans CN, SimHei;
}

view {
  font-family: PingFang SC, Microsoft Yahei, Source Han Sans CN, SimHei;
}

text {
  font-family: PingFang SC, Microsoft Yahei, Source Han Sans CN, SimHei;
}

.container {
  height: auto;
  box-sizing: border-box;
  padding-top: 80rpx;
  color: #444;
  font-family: PingFang SC, Microsoft Yahei, Source Han Sans CN, SimHei;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}