From c99f9976a5ef9d8974105feb8fc0580a10adf98c Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 23 十二月 2024 14:58:49 +0800 Subject: [PATCH] 111 --- packageBookService/pages/bookServices/examination/examination.wxss | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/examination.wxss b/packageBookService/pages/bookServices/examination/examination.wxss index d5798cf..34312a0 100644 --- a/packageBookService/pages/bookServices/examination/examination.wxss +++ b/packageBookService/pages/bookServices/examination/examination.wxss @@ -1,4 +1,14 @@ /* pages/examination/examination.wxss */ +@import "./examination.skeleton.wxss"; + +page { + padding: 0 !important; +} + +.page { + width: 100%; + height: 100vh; +} .nacigationBar { display: flex; @@ -25,7 +35,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