闫增涛
2024-04-09 253245731d2b0c5ea4994a9c4e17ad6b60136f2c
packageBookService/pages/bookServices/examination/examination.wxss
@@ -1,5 +1,6 @@
/* pages/examination/examination.wxss */
.nacigationBar {
  display: flex;
  align-items: center;
@@ -28,4 +29,14 @@
  height: 78vh;
  padding: 20rpx;
  background-color: #F2F3F8;
}
.daytime {
  background-color: #fff;
  color: #000;
}
.night {
  background-color: #000;
  color: #fff;
}