From 00993a660c1c79c37b59a811b9c940dbe604a7bb Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 15 三月 2024 18:53:46 +0800
Subject: [PATCH] 教师认证

---
 pages/home/home.wxss |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index 446c24a..42ca54c 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -144,11 +144,11 @@
 }
 
 .body-info .name {
-  font-size: 32rpx;
+  font-size: 30rpx;
   height: 88rpx;
   color: #333333;
   font-weight: bold;
-  line-height: 44rpx;
+  line-height: 40rpx;
   display: -webkit-box;
   margin-bottom: 10rpx;
   -webkit-box-orient: vertical;
@@ -197,7 +197,7 @@
 
 .listBox1,
 .listBox2 {
-  padding: 50rpx 0;
+  padding: 30rpx 0;
 }
 
 .listBox1 .listItemBox {
@@ -255,7 +255,7 @@
 }
 
 .listBox2 .author {
-  height: 30rpx;
+  height: 28rpx;
   color: #333333;
   font-weight: bold;
   line-height: 30rpx;
@@ -270,6 +270,10 @@
 .listBox2 .empyt {
   padding: 20rpx;
   box-sizing: border-box;
+}
+
+.listBox3 {
+  padding: 10rpx 0;
 }
 
 .listBox3 .textbooksItemBox {
@@ -287,7 +291,7 @@
 }
 
 .listBox3 .name {
-  font-size: 32rpx;
+  font-size: 30rpx;
   height: 44rpx;
   color: #333333;
   font-weight: bold;

--
Gitblit v1.9.1