litian
2024-03-21 20a26aa0c12c05c3f96afc163c6532c6b1b5cf8e
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;
}