111
QYF-GitLab1
2024-12-23 c99f9976a5ef9d8974105feb8fc0580a10adf98c
packageBookService/pages/bookServices/examination/examination.wxss
@@ -1,5 +1,14 @@
/* pages/examination/examination.wxss */
@import "./examination.skeleton.wxss";
page {
  padding: 0 !important;
}
.page {
  width: 100%;
  height: 100vh;
}
.nacigationBar {
  display: flex;
@@ -26,7 +35,7 @@
.page-content {
  box-sizing: border-box;
  width: 100%;
  height: 78vh;
  height: calc(100vh - env(safe-area-inset-bottom) - 100px);
  padding: 20rpx;
  background-color: #F2F3F8;
}