litian
2024-06-28 232e4dcf0fc80bdcfff1bdf45431e67c25831fb6
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;
}