闫增涛
2024-03-26 5ca38e4ef60e35f08e87d6569b72c25433c311ca
packageBookService/pages/bookServices/detail/index.wxss
@@ -1,5 +1,9 @@
/* pages/bookServices/detail/index.wxss */
.page-bookService {
  width: 100vw;
  height: 100vh;
}
.nacigationBar {
  background-color: #fff;
@@ -18,7 +22,7 @@
.book {
  position: relative;
  height: 81vh;
  height: calc(100vh - env(safe-area-inset-bottom) - 141px);
  background-color: #F2F3F8;
}
@@ -219,6 +223,7 @@
.box-bottom {
  position: fixed;
  left: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  width: 100%;
  height: 110rpx;