yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
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;
@@ -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;
}