From 50c777f46144ca163ac6ab00a22b536f4ab33ffd Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期四, 02 一月 2025 18:49:44 +0800
Subject: [PATCH] hebing

---
 src/books/civilServices/assets/main.less |   47 +++++++++++++++++++++++++++++------------------
 1 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/src/books/civilServices/assets/main.less b/src/books/civilServices/assets/main.less
index 377e0a1..b1e2c8a 100644
--- a/src/books/civilServices/assets/main.less
+++ b/src/books/civilServices/assets/main.less
@@ -307,7 +307,7 @@
         margin-top: 0;
         border-top: 0.7em solid #448D9C;
     }
-    
+
     .task4 {
         width: 16%;
         margin-bottom: 5em;
@@ -699,7 +699,7 @@
         color: #9EAA60;
         font-size: 16px;
     }
-    
+
 
 
     // 杩佺Щ
@@ -853,7 +853,7 @@
     div.bodystyle {
         font-family: 'FZLTXIHJW';
         text-align: justify;
-        margin: 0 82px;
+        margin: 0 10%;
         padding-bottom: 80px;
         line-height: 30px;
     }
@@ -1021,14 +1021,16 @@
         margin-left: 0%;
         margin-right: 0%;
     }
-    .input-bottom-border{
+
+    .input-bottom-border {
         background-color: transparent;
-        border-top:none ;
-        border-left:none ;
-        border-right:none ;
+        border-top: none;
+        border-left: none;
+        border-right: none;
+
         &:focus {
             outline: none;
-          }
+        }
     }
 
 
@@ -1280,11 +1282,11 @@
     }
 
     .unit3-c {
-        color:  #448D9C !important;
+        color: #448D9C !important;
     }
 
     .unit4-c {
-        color:  #9EAA60 !important;
+        color: #9EAA60 !important;
     }
 
     .h2-zt2 {
@@ -1313,7 +1315,7 @@
     }
 
     .bk3 {
-        border: 0.15em dashed  #448D9C;
+        border: 0.15em dashed #448D9C;
         padding: 15px 10px;
         margin-bottom: 2em;
         margin-top: 0.5em;
@@ -1322,14 +1324,14 @@
     }
 
     .bk4 {
-        border: 0.15em dashed  #9EAA60;
+        border: 0.15em dashed #9EAA60;
         padding: 15px 10px;
         margin-bottom: 2em;
         margin-top: 0.5em;
         border-radius: 0em;
         position: relative;
     }
-    
+
 
     .bk1 {
         border: 0.15em dashed #CBE6D3;
@@ -1388,14 +1390,15 @@
         width: 8px;
         height: 8px;
         background-color: #448D9C;
-    } 
+    }
 
     .span-box4 {
         display: inline-block;
         width: 8px;
         height: 8px;
         background-color: #9EAA60;
-    } 
+    }
+
     .span-text {
         padding: 0em 0.15em 0em 0.3em;
     }
@@ -1493,7 +1496,7 @@
         margin-top: 1em;
         position: relative;
 
-        b{
+        b {
             font-weight: 600;
             font-family: "kaiTi";
             text-indent: 2em;
@@ -1502,13 +1505,13 @@
             text-align: justify;
         }
 
-        .block{
+        .block {
             font-family: "kaiTi";
             text-indent: 2em;
             line-height: 30px;
             font-size: 17px;
             text-align: justify;
-        } 
+        }
     }
 
     .bj4-1 {
@@ -1788,6 +1791,14 @@
 @media (max-width: 660px) {
     .civilServices-book {
 
+        .pad-l-80 {
+            padding-left: 10px;
+        }
+
+        .mr-70 {
+            margin-right: 15px;
+        }
+
         /* 鍒嗛〉padding */
         .padding-93 {
             padding: 0 20px;

--
Gitblit v1.9.1