zhongshujie
2024-12-20 a9877004f436bb9f53173c1692de345726e0e521
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;
}