From a0ce9ef2ed2e13882c306c95e29e16af3f4bb373 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 04 六月 2024 15:40:03 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/books/artAndDance/assets/main.less b/src/books/artAndDance/assets/main.less
index d42ff24..ba003e5 100644
--- a/src/books/artAndDance/assets/main.less
+++ b/src/books/artAndDance/assets/main.less
@@ -64,8 +64,8 @@
 
   .img {
     text-align: center;
-    font-size: 0.8em;
-    color: #5d78bb;
+    font-size:18px;
+    color: #000;
     margin-left: 0%;
     margin-right: 0%;
     text-indent: 0em;
@@ -330,8 +330,9 @@
 
   // 鑷畾涔�
   .page-box {
+    position: relative;
     box-sizing: border-box;
-    min-height: 1150px !important;
+    min-height: 1150px;
     margin-bottom: 20px;
     box-shadow: 0 3px 6px 1px #00000029;
     background-color: #fff;
@@ -368,6 +369,9 @@
   .m0 {
     margin: 0;
   }
+  .mt-40 {
+    margin-top: 40px !important;
+  }
   .mb-20 {
     margin-bottom: 20px;
   }
@@ -392,6 +396,10 @@
   .w40 {
     width: 40px;
   }
+  .pb-box {
+    position: absolute;
+    bottom: 0;
+  }
 }
 
 /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */

--
Gitblit v1.9.1