css
litian
2024-07-05 3ed3a30b4cb5b84f284ea81d39933e46434d8134
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;
}