From a8da6c44895f90bc6d33df129bccd424bf73be3e Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 31 十二月 2024 18:11:02 +0800
Subject: [PATCH]       小窗

---
 src/books/mathBook/assets/main.less |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 50 insertions(+), 6 deletions(-)

diff --git a/src/books/mathBook/assets/main.less b/src/books/mathBook/assets/main.less
index 6be7c28..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 {
@@ -256,7 +257,7 @@
     width: 80%;
   }
   .img-c {
-    width: 70%;
+    width: 30%;
   }
   .img-d {
     width: 60%;
@@ -384,7 +385,6 @@
 
   div.bk {
     border: 2px solid #00a1e9;
-    padding: 0.8em;
     margin-bottom: 2em;
     margin-top: 2em;
     box-shadow: inset -0.5em -0.5em 0 0 #e0f2fc;
@@ -431,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;
@@ -481,7 +481,14 @@
     outline: none;
     background: transparent;
   }
-
+  .input-table {
+    width: 80px;
+    font-size: 14px;
+    border: none;
+    outline: none;
+    border-bottom: 1px solid;
+    background: transparent;
+  }
   .sport-text {
     font-size: 20px;
     line-height: 40px;
@@ -551,6 +558,12 @@
   .t0 {
     text-indent: 0;
   }
+  .t1 {
+    text-indent: 1em;
+  }
+  .t- {
+    text-indent: 0.5em;
+  }
   .t2 {
     text-indent: 2em;
   }
@@ -571,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;
@@ -623,6 +636,9 @@
         align-items: flex-end;
         justify-content: center;
         font-weight: 600;
+      }
+      span {
+        white-space: nowrap;
       }
     }
   }
@@ -689,6 +705,12 @@
   }
   .mt-40 {
     margin-top: 40px;
+  }
+  .mt-60 {
+    margin-top: 60px !important;
+  }
+  .mt-80 {
+    margin-top: 80px !important;
   }
   .mb-80 {
     margin-bottom: 80px !important;
@@ -833,6 +855,28 @@
     color: #00aeef;
     margin-top: 40px;
   }
+  // 闅愯棌椤甸潰
+  .hidePage {
+    min-height: 0 !important;
+    height: 0 !important;
+    box-shadow: none !important;
+  }
+  // 甯︽寜閽畃鏍囩
+  .p-btn {
+    display: flex;
+    justify-content: left;
+    align-items: center;
+    flex-wrap: wrap;
+    i {
+      text-indent: 0;
+    }
+  }
+  .iframe-box {
+    width: 100%;
+    min-height: 800px;
+    border: 1px solid #00a1e9;
+    border-radius: 10px;
+  }
 }
 
 /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */

--
Gitblit v1.9.1