From 960b32ee8aa6d5a4c5e3bcc35e2c97aa58ed0ed8 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 11 二月 2025 11:25:55 +0800
Subject: [PATCH] 奇偶页边距

---
 src/books/mathBook/assets/main.less |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/books/mathBook/assets/main.less b/src/books/mathBook/assets/main.less
index ef4c023..c988ed1 100644
--- a/src/books/mathBook/assets/main.less
+++ b/src/books/mathBook/assets/main.less
@@ -149,7 +149,8 @@
   }
 
   body {
-    font-family: 'Times New Roman', '锟斤拷锟斤拷';
+    all: inherit;
+    font-family: 'Times New Roman', '锟斤拷锟斤拷' ;
   }
 
   p {
@@ -430,7 +431,7 @@
   .page-box {
     position: relative;
     box-sizing: border-box;
-    min-height: 1150px;
+    min-height: 1120px;
     margin-bottom: 20px;
     box-shadow: 0 3px 6px 1px #00000029;
     background-color: #fff;
@@ -583,7 +584,7 @@
   }
   .page-box {
     box-sizing: border-box;
-    min-height: 1150px;
+    min-height: 1120px;
     margin-bottom: 20px;
     box-shadow: 0 3px 6px 1px #00000029;
     background-color: #fff;
@@ -864,6 +865,7 @@
   .p-btn {
     display: flex;
     justify-content: left;
+    align-items: center;
     flex-wrap: wrap;
     i {
       text-indent: 0;

--
Gitblit v1.9.1