From cd372b367df87784ac5672601a95d6235782c918 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 20 十一月 2024 16:52:30 +0800
Subject: [PATCH] 会议策划与组织

---
 src/books/meetingPlanners/assets/mian.less |   44 +++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 39 insertions(+), 5 deletions(-)

diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less
index 7f85048..6a8956e 100644
--- a/src/books/meetingPlanners/assets/mian.less
+++ b/src/books/meetingPlanners/assets/mian.less
@@ -176,8 +176,12 @@
         justify-content: space-around
     }
 
+    .jc-sb {
+        justify-content: space-between
+    }
+
     .mr-70 {
-        margin-right: 70px;
+        margin-right: 70px !important;
     }
 
     .mr-10 {
@@ -447,7 +451,7 @@
     div.bodystyle {
         font-family: 'FZLTXIHJW';
         text-align: justify;
-        margin: 0 10%;
+        margin: 0 82px;
         padding-bottom: 10%;
         line-height: 30px;
     }
@@ -497,11 +501,11 @@
 
 
     p {
-        margin-top: 0;
+        font-family: "瀹嬩綋";
+        margin: 0;
         text-indent: 2em;
         line-height: 30px;
         text-align: justify;
-        font-family: 'msyh';
     }
 
     .cover {
@@ -517,11 +521,29 @@
     }
 
     .left {
-        font-family: kaiti;
         font-size: 18px;
         text-indent: 1em;
         margin-top: 0% !important;
         margin-bottom: 0% !important;
+    }
+
+    .left1 {
+        font-size: 18px;
+        text-indent: 0em;
+        text-wrap: nowrap;
+    }
+
+    .left2 {
+        font-family: kaiti;
+        font-size: 18px;
+        text-indent: 0em;
+        text-wrap: nowrap;
+    }
+
+    .left3 {
+        font-family: kaiti;
+        font-size: 18px;
+        text-indent: 0em;
     }
 
     .right {
@@ -572,6 +594,14 @@
         padding: 6px;
         background-color: #FFDF22;
         margin-top: 1em;
+        margin-left: 0.3em;
+        margin-right: 0.5em;
+    }
+
+    .h2-zt2 {
+        height: 50px;
+        padding: 6px;
+        background-color: #919195;
         margin-left: 0.3em;
         margin-right: 0.5em;
     }
@@ -679,6 +709,10 @@
         width: 30%;
     }
 
+    .img-25 {
+        width: 25%;
+    }
+
     .img-h {
         width: 20%;
     }

--
Gitblit v1.9.1