闫增涛
2024-03-29 1e9c2bd06ab6851ed85b883c62cb7d74e012e2b2
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;
}