From c0c9335c4e404beb94890fe2ef402380b8e3b151 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期三, 13 三月 2024 19:57:35 +0800
Subject: [PATCH] fix(sad): 阿斯蒂芬

---
 pages/home/home.wxss |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index 8be0612..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;
@@ -255,7 +255,7 @@
 }
 
 .listBox2 .author {
-  height: 30rpx;
+  height: 28rpx;
   color: #333333;
   font-weight: bold;
   line-height: 30rpx;
@@ -291,7 +291,7 @@
 }
 
 .listBox3 .name {
-  font-size: 32rpx;
+  font-size: 30rpx;
   height: 44rpx;
   color: #333333;
   font-weight: bold;

--
Gitblit v1.9.1