yiming
2024-04-15 f86bd75868eb9b0e81d5cb43d6e76c08a0da3083
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;
}