闫增涛
2025-02-14 093bb57203ae158aa371125d584e2bff372a344e
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;
}