闫增涛
2024-04-11 5109e97cb566608e443201204d07cbfc1c734e07
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;
}