From e8862caa38597b4277ff79cb8785aed1905526b5 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期一, 03 六月 2024 15:26:16 +0800
Subject: [PATCH] 优化

---
 src/books/sportsAndHealth/css/default.less |   41 ++++++++++++++++++++++++++++++-----------
 1 files changed, 30 insertions(+), 11 deletions(-)

diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less
index a6078a1..4ce8c69 100644
--- a/src/books/sportsAndHealth/css/default.less
+++ b/src/books/sportsAndHealth/css/default.less
@@ -26,6 +26,7 @@
   margin: 0 auto;
   border-color: #f49a4c;
   height: 100%;
+  font-size: 18px;
 
   .chapter {
     .page-box {
@@ -35,6 +36,11 @@
       box-shadow: 0 3px 6px 1px #00000029;
       background-color: #fff;
       position: relative;
+    }
+
+    .pdf-content {
+      padding: 15%;
+      box-sizing: border-box;
     }
 
     .bodystyle-chapter001 {
@@ -62,21 +68,20 @@
       }
     }
 
-
-
     .tablePublic {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       padding-top: 20px;
+      font-family: 'FZLTXIHJW';
 
       .table-bottom {
         width: 100%;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
-        font-size: 14px;
+        font-size: 16px;
 
         .score {
           padding-top: 10px;
@@ -174,7 +179,7 @@
 
     .bj-byb {
       width: 100%;
-      padding: 10px;
+      padding: 20px 10px;
       box-sizing: border-box;
 
       .byb-title {
@@ -185,6 +190,7 @@
 
       p {
         font-size: 16px;
+        font-family: 'FZLTXIHJW';
       }
 
     }
@@ -245,7 +251,12 @@
         }
       }
     }
-
+    
+    .coverImg {
+      position: absolute;
+      top: 0;
+      left: 0;
+    }
 
     .pdf-text {
       display: flex;
@@ -312,6 +323,8 @@
     .xyx-text {
       p {
         font-size: 16px;
+        font-family: 'FZLTXIHJW';
+        padding: 0 10px;
       }
 
       .finishiText {
@@ -455,7 +468,7 @@
     }
 
     div.bodystyle {
-      font-family: "FZLTXIHJW";
+      font-family: "瀹嬩綋";
       font-size: 18px;
       text-align: justify;
       padding: 10% 10%;
@@ -523,6 +536,7 @@
 
     .note {
       font-size: 0.85em;
+      font-family: "Arail";
     }
 
     .img-right {
@@ -620,10 +634,10 @@
 
     h1.front {
       font-family: "FZLTZHJW";
-      color: #b898c7;
+      color: #ac92c4;
       text-align: center;
       font-size: 1.8em;
-      margin-bottom: 0.5cm;
+      margin-bottom: 2em;
       margin-top: 0.5cm;
     }
 
@@ -716,7 +730,7 @@
     }
 
     .imz {
-      width: 96%;
+      width: 100%;
       text-align: center;
     }
 
@@ -838,14 +852,19 @@
     }
 
     .block1 {
-      font-family: "STKaiti";
+      font-family: "浠垮畫";
       text-align: right;
+      font-weight: 600;
     }
 
     .block2 {
-      font-family: "STKaiti";
+      font-family: "瀹嬩綋";
       text-align: center;
       text-indent: 0em;
+      font-size: 16px;
+      font-weight: 700;
+      margin: -3px 0;
+      color: #333;
     }
 
     .block3 {

--
Gitblit v1.9.1