From 98672d35b55d82335c4bd05f6434f6a6cf83c733 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 08 七月 2024 11:54:03 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/artAndDrama/assets/main.less |   77 +++++++++++++++++++++++++++++++++++---
 1 files changed, 70 insertions(+), 7 deletions(-)

diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less
index 2b241da..76591d0 100644
--- a/src/books/artAndDrama/assets/main.less
+++ b/src/books/artAndDrama/assets/main.less
@@ -48,7 +48,7 @@
 div.bodystyle {
   font-size:18px;
   text-align:justify;
-  margin:5% 12%;
+  margin:0 12%;
   line-height:30px;
 
 }
@@ -409,7 +409,6 @@
   font-size:1.1em;
   padding-left: 1em;
 }
-
  // 鑷畾涔�
  .page-box {
     position: relative;
@@ -425,15 +424,60 @@
   //   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;
+    display: flex;
+    align-items: center;
+    margin-right: 7%;
+  }
+  .folder>img{
+    color: brown;
+    height: 20px;
+    width: auto;
+    margin-top: 1px;
+  }
+  .Options{
+    display: flex;
+    flex-direction: row;
+    cursor: pointer;
+  }
   .text{
   margin: 0 8%;
   font-family: "STkaiti";
-  font-size: 19px;
+
   }
   .text1{
   margin-bottom: 3%;
   font-family: "STkaiti";
   font-size: 22px;
+  }
+  .text2{
+    margin: 0 8%;
+    font-family: "STkaiti";
+    font-size: 19px;
+    text-align: left;
+  }
+  .text3{
+    margin: 6% 8%;
+    font-family: "STkaiti";
+    font-size: 30px;
   }
   //搴曢儴鍙傝�冩枃鐚殑鏍峰紡
   .references{
@@ -532,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;
@@ -573,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