闫增涛
2025-01-22 428df13a42db5fc6f8b61b6d646b1d035203a146
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;
}