From 61052ffdfbbb93dae84803c5bd966899c2afb684 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 10 一月 2025 17:49:40 +0800
Subject: [PATCH] 云学习购买

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

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 94f8a6d..9cd60e6 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -141,6 +141,18 @@
   align-items: center;
 }
 
+.editIcon {
+  margin-bottom: 14rpx;
+}
+
+.editContent {
+  font-size: 28rpx;
+}
+
+.editText {
+  margin: 20rpx 0;
+}
+
 .book-use image {
   width: 38rpx;
   height: 38rpx;
@@ -537,8 +549,8 @@
   padding: 10rpx !important;
 }
 
-.t-input__content,
-.t-textarea {
+.info-center .t-input__content,
+.info-center .t-textarea {
   border: 2rpx solid #D9D9D9 !important;
   border-radius: 15rpx;
   padding: 10rpx !important;
@@ -612,6 +624,13 @@
   background: #f1f1f1;
 }
 
+.fileName {
+  width: 400rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
 .t-cell::after {
   border-bottom: none !important;
 }

--
Gitblit v1.9.1