闫增涛
2024-05-06 e8ec903206cb82e4dbb4687291d5f7788e7ff046
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;
}