cs
litian
2024-09-25 6800be033ffcd618d8b0b819fed8235a19d6b136
packageBookService/pages/components/webView/index.wxss
@@ -3,4 +3,23 @@
  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;
}
.pdfItem image {
  height: 1000rpx !important;
}
.body-loading {
  padding: 200rpx 0;
  text-align: center;
}