From c6c73b7d709322052b9cd6777b3d6657e0d43d30 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期六, 07 九月 2024 14:37:32 +0800 Subject: [PATCH] bug --- packageBookService/pages/bookServices/examination/examination.wxss | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/examination.wxss b/packageBookService/pages/bookServices/examination/examination.wxss index d5798cf..6af52ac 100644 --- a/packageBookService/pages/bookServices/examination/examination.wxss +++ b/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; } \ No newline at end of file -- Gitblit v1.9.1