From af2e38d1d72633d03afdb6e75f8d30b7ef0d0aee Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 29 七月 2024 15:24:30 +0800
Subject: [PATCH] 图书详情页添加对云学习目录整体购买的判断

---
 packageBookService/pages/bookServices/detail/components/note/note.wxss |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/components/note/note.wxss b/packageBookService/pages/bookServices/detail/components/note/note.wxss
index 0c36147..3ca6f3e 100644
--- a/packageBookService/pages/bookServices/detail/components/note/note.wxss
+++ b/packageBookService/pages/bookServices/detail/components/note/note.wxss
@@ -2,6 +2,7 @@
 
 .note {
   height: 100%;
+  padding-bottom: 50rpx;
 }
 
 .popup {
@@ -25,7 +26,11 @@
 .note-btn image {
   width: 28rpx;
   height: 32rpx;
-  margin-top: 24rpx;
+  margin-right: 5rpx;
+}
+
+.note-btn-text {
+  font-size: 28rpx;
 }
 
 
@@ -82,9 +87,7 @@
   font-size: 28rpx;
   color: #949494;
   margin-bottom: 20rpx;
-  max-height: 600rpx;
   text-align: justify;
-  /* padding-bottom: 200rpx; */
 }
 
 .wrapper {
@@ -120,9 +123,6 @@
 .loading-box {
   width: 100%;
   min-height: 550rpx;
-  display: flex;
-  align-items: center;
-  justify-content: center;
 }
 
 .content {
@@ -149,4 +149,13 @@
   margin-top: 100rpx;
   display: flex;
   justify-content: center;
+}
+
+.t-input__placeholder {
+  font-size: 28rpx !important
+}
+
+.btn-content {
+  display: flex;
+  align-items: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1