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 |   99 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 93 insertions(+), 6 deletions(-)

diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less
index 198bcec..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;
@@ -66,6 +72,7 @@
       position: relative;
 
       .bj-chapter001-bj-icon {
+        width: 100%;
         padding-top: 15px;
       }
 
@@ -84,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 {
@@ -151,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 {
@@ -161,6 +190,7 @@
           padding: 3px 10px;
           font-size: 14px;
           line-height: 25px;
+          font-family: 'FZLTXIHJW';
 
           input {
             cursor: pointer;
@@ -342,6 +372,7 @@
             min-width: 150px;
             font-size: 14px;
             text-align: center;
+            font-family: 'FZLTXIHJW';
           }
 
           span:hover {
@@ -361,6 +392,44 @@
       }
     }
 
+    .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;
+          /* 鏍囧噯璇硶 */
+        }
+      }
+    }
+
     .public-tips {
       padding: 0;
       margin: 0;
@@ -370,10 +439,11 @@
 
 
     .xyx-title {
-      font-family: "STKaiti";
+      font-family: "FZLTXIHJW";
       text-align: center;
       color: #cd141c;
       padding: 5px 0;
+      font-weight: 700;
     }
 
     .xyx-text {
@@ -381,6 +451,7 @@
         font-size: 16px;
         font-family: 'FZLTXIHJW';
         padding: 0 10px;
+        margin: 0;
       }
 
       .finishiText {
@@ -409,11 +480,19 @@
         color: #0087af;
         font-size: 18px;
         font-weight: bold;
+        margin: 10px 0;
       }
 
       .xyx-fu-ss {
         color: #f49a4c;
-        font-weight: 600;
+        font-weight: 700;
+        margin: 10px 0;
+      }
+
+      .xyx-fu-yy {
+        color: #c7685d;
+        font-weight: 700;
+        margin: 10px 0;
       }
 
       .xyx-fu-title {
@@ -455,11 +534,13 @@
     }
 
     .assess {
-      width: 200px;
+      width: 210px;
       height: 25px;
       border: 0;
       background-color: transparent;
       border-bottom: 1px solid #000;
+      font-size: 18px;
+      font-family: '瀹嬩綋';
     }
 
     .assess:focus {
@@ -1411,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