From 3d73fb33c46aada16a6060adcd4ea14bb33b6b2a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 09 四月 2024 10:39:11 +0800
Subject: [PATCH] 详情页tabs样式优化,答题添加页面退出拦截,合并代码

---
 packageBookService/pages/bookServices/detail/components/note/note.wxss |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/components/note/note.wxss b/packageBookService/pages/bookServices/detail/components/note/note.wxss
index 8e0e378..a1db1c5 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 {
@@ -153,4 +156,9 @@
 
 .t-input__placeholder {
   font-size: 28rpx !important
+}
+
+.btn-content {
+  display: flex;
+  align-items: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1