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; }