闫增涛
2024-04-17 46b1a99c27482b3798aff89e7fda3554f9ae3801
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);
  min-height: calc(100% - 637rpx);
  margin-top: 20rpx;
  background-color: #fff !important;
  --td-tab-item-height: 140rpx;
}
.custom-tabs {
  --td-tab-item-active-color: #FF6C00;
@@ -354,14 +353,13 @@
.movable-area {
  width: 100%;
  min-height: calc(100vh - 900rpx);
  height: 100%;
}
.movable-view {
  width: 184rpx;
  height: 184rpx;
  top: 400rpx;
  top: 860rpx;
  left: 520rpx;
  z-index: 99;
}
@@ -438,7 +436,7 @@
.t-tabs__item-inner .t-icon {
  margin-bottom: 12rpx;
  margin-bottom: 20rpx;
}
.t-tabs__item-inner .t-icon__image {