From 2d3276fce97e33f5c7f04a74632e18ebb01c3a4d Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 15 四月 2024 17:30:16 +0800
Subject: [PATCH] 音频优化1

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

diff --git a/packageBookService/pages/bookServices/detail/components/note/note.wxss b/packageBookService/pages/bookServices/detail/components/note/note.wxss
index 959c6d2..3ca6f3e 100644
--- a/packageBookService/pages/bookServices/detail/components/note/note.wxss
+++ b/packageBookService/pages/bookServices/detail/components/note/note.wxss
@@ -1,9 +1,15 @@
 /* pages/bookServices/detail/components/note/note.wxss */
 
+.note {
+  height: 100%;
+  padding-bottom: 50rpx;
+}
+
 .popup {
   padding: 40rpx;
   width: 600rpx;
 }
+
 
 .note-btn {
   height: 140rpx;
@@ -20,7 +26,11 @@
 .note-btn image {
   width: 28rpx;
   height: 32rpx;
-  margin-top: 24rpx;
+  margin-right: 5rpx;
+}
+
+.note-btn-text {
+  font-size: 28rpx;
 }
 
 
@@ -77,9 +87,7 @@
   font-size: 28rpx;
   color: #949494;
   margin-bottom: 20rpx;
-  max-height: 600rpx;
   text-align: justify;
-  /* padding-bottom: 200rpx; */
 }
 
 .wrapper {
@@ -115,9 +123,6 @@
 .loading-box {
   width: 100%;
   min-height: 550rpx;
-  display: flex;
-  align-items: center;
-  justify-content: center;
 }
 
 .content {
@@ -141,6 +146,16 @@
 }
 
 .bottom-box {
+  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