闫增涛
2025-02-17 996f42e3465101fda308f1a18fdb67c836c8e608
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;
}