闫增涛
2024-07-11 93aadab3e592ccb4d2f7ff00f4bd79d6e7a7daec
packageBookService/pages/bookServices/examination/examination.wxss
@@ -1,4 +1,5 @@
/* pages/examination/examination.wxss */
@import "./examination.skeleton.wxss";
.nacigationBar {
  display: flex;
@@ -25,7 +26,17 @@
.page-content {
  box-sizing: border-box;
  width: 100%;
  height: 78vh;
  height: calc(100vh - env(safe-area-inset-bottom) - 100px);
  padding: 20rpx;
  background-color: #F2F3F8;
}
.daytime {
  background-color: #fff;
  color: #000;
}
.night {
  background-color: #000;
  color: #fff;
}