From 0c8ced0e151a668266c52cbd3e012d4227e6ab0d Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期五, 31 五月 2024 17:52:42 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/artAndDance/assets/main.less |   75 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 72 insertions(+), 3 deletions(-)

diff --git a/src/books/artAndDance/assets/main.less b/src/books/artAndDance/assets/main.less
index 7b782c4..d42ff24 100644
--- a/src/books/artAndDance/assets/main.less
+++ b/src/books/artAndDance/assets/main.less
@@ -169,10 +169,11 @@
     font-family: "STKaiti";
     color: #ef495d;
     font-weight: bold;
-    font-size: 1.15em;
+    // font-size: 1.15em;
+    font-size: 26px;
     margin-top: 2em;
     text-align: center;
-    margin-bottom: 2em;
+    margin-bottom: 20px;
     text-indent: 0em;
   }
 
@@ -290,9 +291,11 @@
   }
   .block2 {
     font-family: "STKaiti";
-    font-size: 1.15em;
+    // font-size: 1.15em;
+    font-size: 26px;
     text-align: center;
     text-indent: 0em;
+    margin: 6px 0;
   }
 
   .bj1 {
@@ -350,7 +353,73 @@
   .ju-bt {
     justify-content: space-between;
   }
+  .ju-end {
+    justify-content: flex-end;
+  }
+  .al-cn {
+    align-items: center;
+  }
   .wh-nr {
     white-space: nowrap;
   }
+  .w100 {
+    width: 100%;
+  }
+  .m0 {
+    margin: 0;
+  }
+  .mb-20 {
+    margin-bottom: 20px;
+  }
+  .mb-40 {
+    margin-bottom: 40px;
+  }
+  .ml-40 {
+    margin-left: 40px;
+  }
+  .mr-40 {
+    margin-right: 40px;
+  }
+  .pg-mh {
+    min-height: 1150px;
+  }
+  .dl-ib {
+    display: inline-block;
+  }
+  .w-min {
+    width: min-content;
+  }
+  .w40 {
+    width: 40px;
+  }
 }
+
+/* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */
+@media (max-width: 660px) {
+  .ans-dance {
+    /* 鍒嗛〉padding */
+    .page-padding {
+      padding: 104px 20px;
+    }
+    .padding-96 {
+      padding: 0 20px;
+    }
+    /* video澶у皬 */
+    .video-box {
+      max-width: 260px;
+    }
+  }
+}
+@media (min-width: 660px) {
+  .ans-dance {
+    .page-padding {
+      padding: 104px 96px;
+    }
+    .padding-96 {
+      padding: 0 96px;
+    }
+    .video-box {
+      max-width: 370px;
+    }
+  }
+}
\ No newline at end of file

--
Gitblit v1.9.1