闫增涛
2024-03-21 c4e651ac030ef5fe8870f6974fcc4658d42986c6
packageBookService/pages/bookServices/detail/index.wxss
@@ -200,7 +200,8 @@
/* 图书资源 */
.book-resource {
  min-height: 640rpx;
  /* min-height: 640rpx; */
  min-height: calc(100vh - 960rpx);
  margin-top: 20rpx;
  background-color: #fff !important;
}
@@ -215,7 +216,7 @@
.box-bottom {
  position: fixed;
  left: 0;
  bottom: 40rpx;
  bottom: env(safe-area-inset-bottom);
  width: 100%;
  height: 110rpx;
}
@@ -295,4 +296,8 @@
  --td-button-primary-border-color: #ff6c00;
  --td-button-primary-active-bg-color: #ff984d;
  --td-button-primary-active-border-color: #ff984d;
}
.noData {
  height: 100%;
}