From 4d1ab0b96f7f13cdc1365970aad332910b550818 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期一, 17 二月 2025 16:45:37 +0800
Subject: [PATCH] 优化

---
 src/books/preschoolEvaluation/assets/main.less |  133 +++++++++++++++++++++++++++++++++++++-------
 1 files changed, 112 insertions(+), 21 deletions(-)

diff --git a/src/books/preschoolEvaluation/assets/main.less b/src/books/preschoolEvaluation/assets/main.less
index 0012be2..61097c2 100644
--- a/src/books/preschoolEvaluation/assets/main.less
+++ b/src/books/preschoolEvaluation/assets/main.less
@@ -16,6 +16,10 @@
         max-width: 400px;
     }
 
+    .c-p{
+        cursor: pointer;
+    }
+
     .foreword {
         line-height: 10px !important;
         margin-top: 0;
@@ -525,8 +529,8 @@
 
 
     .table-th-bc {
-        color: #00AEEF;
-        background-color: #C6EAFA;
+        color: #000;
+        background-color: #fff;
         line-height: 25px;
     }
 
@@ -557,8 +561,8 @@
     }
 
     .table-title-bc {
-        background-color: #8091BC;
-        color: #fff;
+        background-color: #fff;
+        color: #000;
         line-height: 25px;
     }
 
@@ -668,7 +672,7 @@
         position: relative;
     }
 
-    .video-img{
+    .video-img {
         position: absolute;
         top: -20px;
         left: -20px;
@@ -713,6 +717,7 @@
     .continued {
         text-align: right;
         margin: 0%;
+        margin-right: 5%;
     }
 
 
@@ -1124,6 +1129,7 @@
         margin: 0 14%;
         padding-bottom: 10%;
         line-height: 30px;
+
         hr {
             font-weight: 800;
             margin-left: 0;
@@ -1237,7 +1243,6 @@
         text-align: center;
         font-size: 0.8em;
         margin-left: 0%;
-        margin-right: 2em;
         text-indent: 0em;
     }
 
@@ -1374,7 +1379,7 @@
         padding-right: 5px;
     }
 
-    .front1{
+    .front1 {
         font-family: 'FZLTZHJW';
         font-weight: bold;
         font-size: 1.5em;
@@ -1384,7 +1389,7 @@
         text-indent: 0em;
         text-align: right;
         border-right: #000 solid 1px;
-        padding-right: 5px;  
+        padding-right: 5px;
     }
 
 
@@ -1470,7 +1475,7 @@
         margin-top: 1em;
         font-size: 1.3em;
         text-indent: 2em;
-        margin-left: 1.5em;
+        padding-left: 3em;
     }
 
     .h4-zt {
@@ -1644,7 +1649,7 @@
     .zt-ls1 {
         color: #00ADEF;
         font-weight: bold;
-        font-size: 1.2em;
+        font-size: 1em;
         text-indent: 0em;
     }
 
@@ -1713,10 +1718,11 @@
         display: flex;
     }
 
-    .bk-txt{
+    .bk-txt {
         border-left: #00ADEF solid 1px;
         padding: 10px 10px;
-        p{
+
+        p {
             font-family: "kaiti";
             font-size: 15px;
             text-indent: 0;
@@ -1736,9 +1742,6 @@
         margin-left: -0.5em;
     }
 
-
-
-
     div.bk2 {
         border: 2px dashed #00ADEF;
         padding: 3px 10px 3px 10px;
@@ -1749,9 +1752,95 @@
     div.bk3 {
         background-color: #C7EAFD;
         border: 2px solid #12C1F8;
-        padding: 3px 10px 3px 10px;
+        padding: 45px 19px 3px 19px;
         margin-top: 2em;
         margin-bottom: 1em;
+        position: relative;
+    }
+
+    .bk3-titOne {
+        position: absolute;
+        top: -25.5px;
+        left: 20%;
+    }
+
+    .bk3-titTwo {
+        position: absolute;
+        top: -25.5px;
+        left: 38%;
+    }
+
+    .bk3-titThree {
+        position: absolute;
+        top: -25.5px;
+        right: 38%;
+    }
+
+    .bk3-titFour {
+        position: absolute;
+        top: -25.5px;
+        right: 20%;
+    }
+
+    .bk3-top {
+        width: 25px;
+        height: 25px;
+        border-radius: 50%;
+        background-color: #fff;
+        border-radius: 0 25px 0 0;
+        transform: rotate(90deg);
+        border-top: 2px solid #00BCF1;
+        border-right: 2px solid #00BCF1;
+        position: absolute;
+        top: -2px;
+        left: -2px;
+        /* 鏃嬭浆褰㈡垚鎵囧舰 */
+    }
+
+    .bk3-top-right {
+        width: 25px;
+        height: 25px;
+        border-radius: 50%;
+        background-color: #fff;
+        border-radius: 0 25px 0 0;
+        transform: rotate(180deg);
+        border-top: 2px solid #00BCF1;
+        border-right: 2px solid #00BCF1;
+        position: absolute;
+        top: -2px;
+        right: -2px;
+        /* 鏃嬭浆褰㈡垚鎵囧舰 */
+    }
+
+
+    .bk3-bottom {
+        width: 25px;
+        height: 25px;
+        border-radius: 50%;
+        background-color: #fff;
+        border-radius: 0 25px 0 0;
+        transform: rotate(360deg);
+        border-top: 2px solid #00BCF1;
+        border-right: 2px solid #00BCF1;
+        position: absolute;
+        bottom: -5.5px;
+        left: -2px;
+        /* 鏃嬭浆褰㈡垚鎵囧舰 */
+    }
+
+    .bk3-bottom-right{
+        width: 25px;
+        height: 25px;
+        border-radius: 50%;
+        background-color: #fff;
+        border-radius: 0 25px 0 0;
+        transform: rotate(270deg);
+        border-top: 2px solid #00BCF1;
+        border-right: 2px solid #00BCF1;
+        position: absolute;
+        bottom: -5.5px;
+        right: -2px;
+        /* 鏃嬭浆褰㈡垚鎵囧舰 */
     }
 
 
@@ -2364,14 +2453,14 @@
     position: relative;
 }
 
-.header-left-text{
+.header-left-text {
     font-size: 14px;
     margin-left: 10px;
     padding-left: 10px;
     border-left: #00ADEF solid 2px;
 }
 
-.header-left-img{
+.header-left-img {
     position: absolute;
     top: 60px;
     left: 19%;
@@ -2379,14 +2468,16 @@
 }
 
 
-.headerTextImg{
+.headerTextImg {
     width: 2%;
     margin-right: 5px;
 }
-.headerText{
+
+.headerText {
     font-size: 14px;
 }
-.headerRightNumber{
+
+.headerRightNumber {
     font-size: 14px;
     border-left: #00ADEF solid 1px;
     padding-left: 10px;

--
Gitblit v1.9.1