litian
2024-04-15 069a6f8d380926668763e9b556d58533353d3e7d
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;
}