From 2e3ae56b853946a40923cac7a89e939d748cf38a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 11 二月 2025 11:05:56 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/botany/assets/main.less |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/src/books/botany/assets/main.less b/src/books/botany/assets/main.less
index f8f2fb9..345c3e8 100644
--- a/src/books/botany/assets/main.less
+++ b/src/books/botany/assets/main.less
@@ -33,7 +33,6 @@
     }
   
     div.bodystyle {
-      font-size: 18px;
       text-align: justify;
       padding: 20px 116px 104px 116px;
       line-height: 30px;
@@ -88,9 +87,7 @@
   
     p {
       font-family: '瀹嬩綋';
-      // text-indent: 2em;
       line-height: 30px;
-      font-size: 18px;
       color: #000;
       text-align: justify;
     }
@@ -563,4 +560,31 @@
     padding-left: 5px;
   }
 }
+
+.textarea-focused {
+  border-color: #42b983 !important;
+  box-shadow: 0 0 5px rgba(66, 185, 131, 0.5) !important;
+}
+
+.select-border {
+  width: 60px;
+  border: 0;
+  border-bottom: 1px solid #767676;
+
+  &:focus {
+    outline: none;
+  }
+}
+
+
+.input-bottom-border {
+  font-size: 17px;
+  border: 0;
+  border-bottom: 1px solid #000000;
+
+  &:focus {
+    outline: none;
+  }
+}
+
   
\ No newline at end of file

--
Gitblit v1.9.1