zhongshujie
3 天以前 168b58741c9a21f01aa7677177262c06d36e3dc7
1
2
3
4
5
6
/* pages/home/digitalRead/index.wxss */
.page-body {
  width: 100vw;
  height: calc(100vh - env(safe-area-inset-bottom));
  overflow: hidden;
}