YM
2024-03-27 e4f61bb43673d0934b549fc865f228188aa03528
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;
}