litian
2024-04-01 6a7e1f5b8a08728860140652d442209f810d58e1
packageBookService/pages/components/webView/index.wxss
@@ -3,4 +3,19 @@
  width: 100vw;
  height: calc(100vh - env(safe-area-inset-bottom));
  overflow: hidden;
}
.pdfBox {
  box-sizing: border-box;
  height: calc(100vh - env(safe-area-inset-bottom));
  overflow-y: auto;
}
.pdfItem {
  text-align: center;
}
.body-loading {
  padding: 200rpx 0;
  text-align: center;
}