1
QYF-GitLab1
2024-12-18 6d86ad3ea52ca59d49d3da127ef7bfa9215c7feb
packageBookService/pages/components/webView/index.wxss
@@ -3,4 +3,25 @@
  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;
  box-shadow: 0 3px 6px 1px #00000029;
}
.pdfItem image {
  min-height: 1000rpx;
  width: 100%;
}
.body-loading {
  padding: 200rpx 0;
  text-align: center;
}