From 38b2ebcdd71d5f59b79c2e9db9f6a857fef34c63 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 04 七月 2024 12:00:33 +0800
Subject: [PATCH] 艺术戏剧(文本框样式修改)

---
 src/books/artAndDrama/assets/main.less |   49 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 44 insertions(+), 5 deletions(-)

diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less
index 8f055c3..aa0623d 100644
--- a/src/books/artAndDrama/assets/main.less
+++ b/src/books/artAndDrama/assets/main.less
@@ -424,7 +424,22 @@
   //   font-weight: bold;
   //   font-size: 18px;
   // }
-  
+  .t-l{
+    text-align: left;
+  }
+  textarea{
+    outline: none;
+    font-family: "STkaiti";
+    font-size: 19px;
+  }
+  .textarea-focused {  
+    border-color: #42b983;  
+    box-shadow: 0 0 5px rgba(66, 185, 131, 0.5);  
+  } 
+  input{
+    font-family: "STkaiti";
+    font-size: 19px;
+  }
   .folder{
     color: brown;
     font-size: 18px;
@@ -458,6 +473,11 @@
     font-family: "STkaiti";
     font-size: 19px;
     text-align: left;
+  }
+  .text3{
+    margin: 6% 8%;
+    font-family: "STkaiti";
+    font-size: 30px;
   }
   //搴曢儴鍙傝�冩枃鐚殑鏍峰紡
   .references{
@@ -556,9 +576,6 @@
   .m16-0 {
     margin: 16px 0;
   }
-  .fm-son {
-    font-family: "瀹嬩綋", SimSun, sans-serif;
-  }
   .auido-text {
     font-size: 22px;
     font-family: "FangSong", "PMingLiU", serif;
@@ -597,7 +614,29 @@
     z-index: 1;
     /* 纭繚椤电爜鏁板瓧鍦ㄥ浘鐗囦笂鏂� */
   }
-  
+  .ends{
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+  }
+  /* 褰撳睆骞曞搴﹁嚦灏戜负600px鏃跺簲鐢ㄦ鏍峰紡 */
+@media screen and (max-width: 430px) {
+  .ends{
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    flex-wrap: wrap;
+  }
+}
+  .option {
+  position: relative;
+  display: flex;
+  flex-direction: row;
+  //flex-wrap: nowrap;
+  width: 170px;
+  height: 250px;
+  height: min-content;
+}
   .page-footer-number-left {
     color: black;
     left: 15%;

--
Gitblit v1.9.1