From 4e236a15226b5341cebc480c4798069b9f90919a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 06 十一月 2024 17:04:40 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less
index ece392e..343b587 100644
--- a/src/books/artAndDrama/assets/main.less
+++ b/src/books/artAndDrama/assets/main.less
@@ -14,10 +14,19 @@
     text-emphasis-position: under;
   }
 
-  // audio{
-  //   width: 300px;
-  //   height: 54px;
-  // }
+  .w90{
+    width: 90%;
+  }
+
+  .ma-l-40{
+    margin-left: 40px;
+    max-width: 490px;
+  }
+
+  audio{
+    width: 300px;
+    height: 54px;
+  }
 
   .rhombusFather {
     position: relative;
@@ -682,6 +691,8 @@
 
   .headerimg {
     margin-left: 5%;
+    width: 90%;
+    height: auto;
   }
 
   .page-footer {
@@ -818,6 +829,31 @@
     .page-box {
       min-height: 500px;
     }
+
+    audio{
+      width: 250px;
+    }
+
+    .img-gn1 {
+      height: 2em;
+    }
+
+    h3.lefth3 {
+      text-align: left;
+      margin-top: 0.2em;
+      margin-bottom: 1.2em;
+      text-indent: 0em;
+    }
+    .ma-l-40{
+      margin-left: 15px;
+      // max-width: 100px;
+    }
+    .rhombusFather {
+      text-indent: 0em;
+    }
+    .folder {
+      margin-right: 4%;
+    }
   }
 }
 

--
Gitblit v1.9.1