闫增涛
2024-03-26 d61a31af1b8a220af669c818f11b6a13c1fb8dba
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;
}