From 10db09788d74b441a2efd85f5d4614e944b07bb3 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 26 三月 2024 20:07:11 +0800
Subject: [PATCH] 问题修改

---
 pages/student/index.wxss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/student/index.wxss b/pages/student/index.wxss
index 8477b25..a0be81e 100644
--- a/pages/student/index.wxss
+++ b/pages/student/index.wxss
@@ -106,7 +106,7 @@
 }
 
 .content {
-  height: calc(100vh - env(safe-area-inset-bottom) - 436rpx);
+  height: calc(100vh - env(safe-area-inset-bottom) - 456rpx);
   box-sizing: border-box;
 }
 
@@ -117,7 +117,7 @@
 }
 
 .content-item {
-  background: #f1f1f1;
+  background: #F7F7F7;
   border-radius: 10rpx;
   box-sizing: border-box;
   width: calc(100%/2 - 10rpx);

--
Gitblit v1.9.1