闫增涛
2024-04-16 cf1fcff430fa1331c1d9b2b844fa9ad710fb7a26
packageBookService/pages/bookServices/detail/index.wxss
@@ -32,7 +32,8 @@
.book {
  position: relative;
  height: calc(100vh - env(safe-area-inset-bottom) - 141px);
  height: calc(100vh - env(safe-area-inset-bottom) - 60px);
  /* height: calc(100vh - env(safe-area-inset-bottom) - 141px); */
  background-color: #F2F3F8;
}
@@ -221,13 +222,11 @@
/* 图书资源 */
.book-resource {
  /* min-height: 640rpx; */
  min-height: calc(100vh - 900rpx);
  margin-top: 20rpx;
  background-color: #fff !important;
  --td-tab-item-height: 140rpx;
}
.custom-tabs {
  --td-tab-item-active-color: #FF6C00;