From bef81dc25ed5cc902327379aca904b15e2028db1 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期二, 04 六月 2024 18:02:52 +0800
Subject: [PATCH] 优化

---
 src/books/sportsAndHealth/css/default.less |   80 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 77 insertions(+), 3 deletions(-)

diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less
index 26eec0c..1ce3327 100644
--- a/src/books/sportsAndHealth/css/default.less
+++ b/src/books/sportsAndHealth/css/default.less
@@ -44,6 +44,12 @@
   font-size: 18px;
 
   .chapter {
+
+    .swiper-button-prev,
+    .swiper-button-next {
+      color: #5877ba;
+    }
+
     .page-box {
       box-sizing: border-box;
       min-height: 1150px !important;
@@ -85,6 +91,27 @@
           }
         }
       }
+    }
+
+    .leftTable {
+      table {
+        tr td {
+          text-align: left !important;
+        }
+      }
+    }
+
+    .gif-Con {
+      display: flex;
+      justify-content: center;
+      align-items: center;
+      border: 0 !important;
+      padding: 1px !important;
+    }
+
+    .imgBox-003 {
+      width: 100%;
+      height: 220px;
     }
 
     .tablePublic {
@@ -152,8 +179,9 @@
           background-color: #d6dbee;
           color: #f49a4c;
           text-align: center;
-          padding: 5px 20px;
+          padding: 5px 10px;
           font-size: 16px;
+          font-family: 'FZLTXIHJW';
         }
 
         tr td {
@@ -162,6 +190,7 @@
           padding: 3px 10px;
           font-size: 14px;
           line-height: 25px;
+          font-family: 'FZLTXIHJW';
 
           input {
             cursor: pointer;
@@ -343,6 +372,7 @@
             min-width: 150px;
             font-size: 14px;
             text-align: center;
+            font-family: 'FZLTXIHJW';
           }
 
           span:hover {
@@ -358,6 +388,44 @@
             user-select: none;
             /* 鏍囧噯璇硶 */
           }
+        }
+      }
+    }
+
+    .pdf-wall {
+      display: flex;
+      justify-content: flex-start;
+      align-items: center;
+      padding-left: 40px;
+
+      .pdf-item {
+        display: flex;
+        flex-direction: column;
+        justify-content: flex-start;
+        align-items: center;
+        img {
+          width: 80px;
+        }
+
+        span {
+          min-width: 150px;
+          font-size: 14px;
+          text-align: center;
+          font-family: 'FZLTXIHJW';
+        }
+
+        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;
+          /* 鏍囧噯璇硶 */
         }
       }
     }
@@ -1424,9 +1492,15 @@
     }
 
     .bj1-mk {
-      background-color: #99b4df;
+      width: 120px;
+      height: 50px;
+      display: block;
+      background-image: url('../image/mk.png');
+      background-position: center;
+      background-repeat: no-repeat;
+      background-size: 100% 100%;
       color: #ffffff;
-      padding: 0.3em 0.7em 0.3em 0.7em;
+      // padding: 0.3em 0.7em 0.3em 0.7em;
       font-weight: bold;
       font-size: 1em;
     }

--
Gitblit v1.9.1