From fe614d7980573f66d91374dfb46c1c63b9b4e51f Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 14 六月 2024 18:13:08 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/artAndDrama/assets/main.less |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less
index 17fb90d..4aa7c90 100644
--- a/src/books/artAndDrama/assets/main.less
+++ b/src/books/artAndDrama/assets/main.less
@@ -421,7 +421,9 @@
     margin-bottom: 20px;
     box-shadow: 0 3px 6px 1px #00000029;
     background-color: #fff;
+    padding-bottom: 117px;
   }
+
   ul {
     list-style: none;
     margin: 0;
@@ -514,6 +516,8 @@
     position: relative;
     display: flex;
     align-items: center;
+    position: absolute;
+    bottom: 0;
     /* 鍨傜洿灞呬腑 */
   }
   
@@ -591,20 +595,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 {
@@ -613,6 +610,9 @@
       /* video澶у皬 */
       .video-box {
         max-width: 260px;
+      }
+      .page-box{
+        min-height: 500px;
       }
     }
   }
@@ -627,6 +627,7 @@
       .video-box {
         max-width: 370px;
       }
+
     }
   }
 ::-webkit-scrollbar {

--
Gitblit v1.9.1