From a0ce9ef2ed2e13882c306c95e29e16af3f4bb373 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 04 六月 2024 15:40:03 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/sportsAndHealth/css/default.less |  231 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 194 insertions(+), 37 deletions(-)

diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less
index 68a0d60..26eec0c 100644
--- a/src/books/sportsAndHealth/css/default.less
+++ b/src/books/sportsAndHealth/css/default.less
@@ -19,6 +19,21 @@
   overflow: auto;
 }
 
+.tablePublic input[type="checkbox"]:checked+.checkmark {
+  background: #000 !important;
+  /* 閫変腑鏃剁殑鑳屾櫙鑹� */
+}
+
+br {
+  -webkit-user-select: none;
+  /* Safari */
+  -moz-user-select: none;
+  /* Firefox */
+  -ms-user-select: none;
+  /* IE10+/Edge */
+  user-select: none;
+}
+
 .public-sportsAndHealth {
   font-family: "瀹嬩綋";
   max-width: 816px;
@@ -26,6 +41,7 @@
   margin: 0 auto;
   border-color: #f49a4c;
   height: 100%;
+  font-size: 18px;
 
   .chapter {
     .page-box {
@@ -37,19 +53,54 @@
       position: relative;
     }
 
+    .pdf-content {
+      padding: 15%;
+      box-sizing: border-box;
+    }
+
+    .bodystyle-chapter001 {
+      display: flex;
+      justify-content: space-between;
+      align-items: center;
+      width: 100%;
+      position: relative;
+
+      .bj-chapter001-bj-icon {
+        width: 100%;
+        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;
       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;
@@ -147,7 +198,7 @@
 
     .bj-byb {
       width: 100%;
-      padding: 10px;
+      padding: 20px 10px;
       box-sizing: border-box;
 
       .byb-title {
@@ -158,6 +209,7 @@
 
       p {
         font-size: 16px;
+        font-family: 'FZLTXIHJW';
       }
 
     }
@@ -184,15 +236,16 @@
       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 {
-        width: 30px;
+        width: 25px;
         height: 25px;
         border-radius: 5px;
         background-color: #007aff;
@@ -218,28 +271,85 @@
       }
     }
 
-    .pdf-con {
-      width: 100%;
+    .qjdrIocn {
+      display: flex !important;
+      justify-content: center;
+      align-items: center;
+      -webkit-user-select: none;
+      /* Safari */
+      -moz-user-select: none;
+      /* Firefox */
+      -ms-user-select: none;
+      /* IE10+/Edge */
+      user-select: none;
+
+      /* Standard syntax */
+      svg {
+        margin-left: 8px;
+        fill: #fff;
+      }
+    }
+
+    .qjdrIocn:hover {
+      border: 1px solid #f49a4c;
+      background-color: #fff;
+      color: #f49a4c;
+
+      svg {
+        margin-left: 8px;
+        fill: #f39938;
+        cursor: pointer;
+      }
+    }
+
+    .coverImg {
+      position: absolute;
+      top: 0;
+      left: 0;
+    }
+
+    .pdf-text {
       display: flex;
-      justify-content: flex-start;
+      justify-content: space-between;
       align-items: center;
 
-      .pdf-view {
+      p {
+        margin-right: 10px;
+      }
+
+      .pdf-con {
         display: flex;
         flex-direction: column;
-        justify-content: center;
-        align-items: center;
-        img{
-          width: 80px;
-        }
-        span {
-          font-size: 14px;
-        }
-        span:hover {
-          color: #5877ba;
-          cursor: pointer;
-          text-decoration: underline;
-          -webkit-user-select: none;
+        justify-content: flex-start;
+        align-items: flex-start;
+        border: 2px dotted #5d78bb;
+        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 {
+            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+ */
@@ -247,20 +357,33 @@
             /* IE 10+ */
             user-select: none;
             /* 鏍囧噯璇硶 */
+          }
         }
       }
     }
 
+    .public-tips {
+      padding: 0;
+      margin: 0;
+      // font-weight: 900;
+      margin-bottom: 10px;
+    }
+
+
     .xyx-title {
-      font-family: "STKaiti";
+      font-family: "FZLTXIHJW";
       text-align: center;
       color: #cd141c;
-      padding: 20px 0;
+      padding: 5px 0;
+      font-weight: 700;
     }
 
     .xyx-text {
       p {
         font-size: 16px;
+        font-family: 'FZLTXIHJW';
+        padding: 0 10px;
+        margin: 0;
       }
 
       .finishiText {
@@ -289,11 +412,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 {
@@ -310,19 +441,38 @@
     }
 
     .xyx-con {
-      padding: 0 15px;
+      padding: 0 0;
     }
 
     .xyx-ul {
       font-size: 16px;
+      font-family: "FZLTXIHJW";
+      color: #555;
+
+      li {
+        position: relative;
+        margin: 10px 0;
+
+        img {
+          width: 20px;
+          position: absolute;
+          top: 5px;
+        }
+
+        span {
+          margin-left: 25px;
+        }
+      }
     }
 
     .assess {
-      width: 200px;
+      width: 210px;
       height: 25px;
       border: 0;
       background-color: transparent;
       border-bottom: 1px solid #000;
+      font-size: 18px;
+      font-family: '瀹嬩綋';
     }
 
     .assess:focus {
@@ -404,7 +554,7 @@
     }
 
     div.bodystyle {
-      font-family: "FZLTXIHJW";
+      font-family: "瀹嬩綋";
       font-size: 18px;
       text-align: justify;
       padding: 10% 10%;
@@ -471,7 +621,8 @@
     }
 
     .note {
-      font-size: 0.85em;
+      font-size: 0.8em;
+      font-family: "FZLTXIHJW";
     }
 
     .img-right {
@@ -569,10 +720,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;
     }
 
@@ -665,7 +816,7 @@
     }
 
     .imz {
-      width: 96%;
+      width: 100%;
       text-align: center;
     }
 
@@ -787,14 +938,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 {
@@ -1031,7 +1187,8 @@
 
     p.block-hs {
       font-family: "STKaiti";
-      font-size: "1.2em";
+      // font-size: "1.2em";
+      font-size: 16px;
       color: #cd141c;
       line-height: 20px;
     }
@@ -1109,7 +1266,7 @@
     div.bk-xyx {
       background-color: #f9f7fc;
       border: 0.15em dotted #95b2dc;
-      padding: 0.5em;
+      padding: 0.5em 1.2em;
       margin-bottom: 2em;
       margin-top: 0.5em;
       border-radius: 1em;

--
Gitblit v1.9.1