闫增涛
2024-03-29 f135434894a67b13fd703263ae79e4335f06aa8d
1
2
3
4
5
6
/* packageBookService/pages/components/webView/index.wxss */
.page-body {
  width: 100vw;
  height: calc(100vh - env(safe-area-inset-bottom));
  overflow: hidden;
}