From 521c2455840c6bc4ee1d98b13d1da78236078192 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期四, 10 七月 2025 17:22:08 +0800
Subject: [PATCH] 资源扫码---云学习

---
 packageBookService/pages/bookServices/detail/index.wxss |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index c38b66f..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 {
@@ -141,6 +142,18 @@
   align-items: center;
 }
 
+.editIcon {
+  margin-bottom: 14rpx;
+}
+
+.editContent {
+  font-size: 28rpx;
+}
+
+.editText {
+  margin: 20rpx 0;
+}
+
 .book-use image {
   width: 38rpx;
   height: 38rpx;

--
Gitblit v1.9.1