From 304689614daa96595aeeeed8e46e5dfa992ef2df Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期一, 17 六月 2024 17:33:33 +0800
Subject: [PATCH] 优化

---
 src/books/artAndDrama/assets/main.less |   35 +++++++++++++++++++----------------
 1 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less
index b30b770..e000d1d 100644
--- a/src/books/artAndDrama/assets/main.less
+++ b/src/books/artAndDrama/assets/main.less
@@ -1,7 +1,7 @@
 .ans-drama {
     width: 100%;
     height: 100%;
-    font-family: "瀹嬩綋", SimSun, sans-serif;
+    font-family: "STKaiti", SimSun, sans-serif;
 span.un1{
     -webkit-text-emphasis-style:dot;
    -moz-text-emphasis-style:dot;
@@ -50,8 +50,9 @@
 div.bodystyle {
   font-size:18px;
   text-align:justify;
-  margin:5%;
+  margin:5% 15%;
   line-height:30px;
+
 }
 
 span.zt-0
@@ -102,7 +103,8 @@
 
 p
 {
-  margin-top:1em;
+  // margin-top:1em;
+  margin: 0;
   text-indent:2em;
   line-height:30px;
   font-size:18px;
@@ -169,7 +171,7 @@
   text-align:center;
   font-size:1.8em;
   color:#515594;
-  margin-bottom:0.5cm;
+  margin-bottom:0%;
   margin-top:0.5cm;
 }
 
@@ -252,6 +254,7 @@
 
 .img-0{	
 width:100%;
+height: auto;
 }
 .imz{
    width:96%;
@@ -512,6 +515,13 @@
       outline: none;
     }
   }
+  // 鏁磋鐨刬nput鏍囩
+  .input-w-66{
+    width: 66%;
+  }
+  .headerimg{
+    margin-left: 5%;
+  }
   .page-footer {
     position: relative;
     display: flex;
@@ -595,20 +605,13 @@
   }
 }
 /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */
-@media (max-width: 430px) {
-    .ans-drama  {
-      .page-box {
-        min-height: 750px;
-      }
-      .pg-mh {
-        min-height: 815px !important; 
-      }
-    }
-  }
 @media (max-width: 660px) {
     .ans-drama {
-      /* 鍒嗛〉padding */
-      .page-padding {
+            .pg-mh {
+        min-height: 815px !important; 
+      }
+       /* 鍒嗛〉padding */
+       .page-padding {
         padding: 104px 20px;
       }
       .padding-96 {

--
Gitblit v1.9.1