From 4a005e0d39e74f0175d67d0d6f06ae438f3a6c50 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期四, 30 五月 2024 18:32:27 +0800
Subject: [PATCH] 分页修改

---
 src/books/sportsAndHealth/css/default.less |   65 +++++++++++++++++++++++++-------
 1 files changed, 50 insertions(+), 15 deletions(-)

diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less
index 4957561..a6078a1 100644
--- a/src/books/sportsAndHealth/css/default.less
+++ b/src/books/sportsAndHealth/css/default.less
@@ -37,6 +37,33 @@
       position: relative;
     }
 
+    .bodystyle-chapter001 {
+      display: flex;
+      justify-content: space-between;
+      align-items: center;
+      width: 100%;
+      position: relative;
+      .bj-chapter001-bj-icon {
+        padding-top: 15px;
+      }
+
+      .bj-chapter001-con {
+        width: 60%;
+        position: absolute;
+        left: 0;
+        top: 5%;
+        .bj-chapter001-con-icon {
+          width: 100%;
+          img {
+            padding-top: 20px;
+            width: 100%;
+          }
+        }
+      }
+    }
+
+
+
     .tablePublic {
       display: flex;
       flex-direction: column;
@@ -184,11 +211,12 @@
       top: -20px;
       left: 10px;
       background-color: #d6dbee;
-      padding: 5px 20px;
+      padding: 5px;
       box-sizing: border-box;
-      color: #95b2dc;
+      color: #5877ba;
       font-family: "FZLTXIHJW";
-      font-size: 1em;
+      font-size: 16px;
+      font-weight: 700;
       border-radius: 15px;
 
       .icon {
@@ -223,49 +251,56 @@
       display: flex;
       justify-content: space-between;
       align-items: center;
+
       p {
-        width: 500px;
+        margin-right: 10px;
       }
+
       .pdf-con {
         display: flex;
         flex-direction: column;
         justify-content: flex-start;
         align-items: flex-start;
         border: 2px dotted #5d78bb;
-        padding: 10px 0px;
+        padding: 10px 0;
         box-sizing: border-box;
         border-radius: 10px;
         margin-left: 10px;
-  
+        margin-top: -50px;
+
         .pdf-view {
           display: flex;
           flex-direction: column;
           justify-content: center;
           align-items: center;
-          img{
+
+          img {
             width: 80px;
           }
+
           span {
+            min-width: 150px;
             font-size: 14px;
             text-align: center;
           }
+
           span:hover {
             color: #5877ba;
             cursor: pointer;
             text-decoration: underline;
             -webkit-user-select: none;
-              /* Safari 3.1+ */
-              -moz-user-select: none;
-              /* Firefox 2+ */
-              -ms-user-select: none;
-              /* IE 10+ */
-              user-select: none;
-              /* 鏍囧噯璇硶 */
+            /* Safari 3.1+ */
+            -moz-user-select: none;
+            /* Firefox 2+ */
+            -ms-user-select: none;
+            /* IE 10+ */
+            user-select: none;
+            /* 鏍囧噯璇硶 */
           }
         }
       }
     }
-   
+
 
     .xyx-title {
       font-family: "STKaiti";

--
Gitblit v1.9.1