From c0ff00c32bca4077b140d0d69b2863851ae31273 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 08 七月 2025 16:29:17 +0800
Subject: [PATCH] 优化

---
 packageBookService/pages/bookServices/detail/index.wxss |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 51e7e61..6f3acfb 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -105,8 +105,9 @@
 }
 
 .li-title {
-  width: 140rpx;
-  font-size: 28rpx;
+  display: inline;
+  white-space: nowrap;
+  font-size: 26rpx;
 }
 
 .li-content {
@@ -139,6 +140,18 @@
   display: flex;
   flex-direction: column;
   align-items: center;
+}
+
+.editIcon {
+  margin-bottom: 14rpx;
+}
+
+.editContent {
+  font-size: 28rpx;
+}
+
+.editText {
+  margin: 20rpx 0;
 }
 
 .book-use image {
@@ -538,7 +551,7 @@
 }
 
 .info-center .t-input__content,
-info-center .t-textarea {
+.info-center .t-textarea {
   border: 2rpx solid #D9D9D9 !important;
   border-radius: 15rpx;
   padding: 10rpx !important;

--
Gitblit v1.9.1