From fe52c75b42ef2815dc5c66e964c2b388ed09d097 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 25 四月 2025 11:28:21 +0800
Subject: [PATCH] 环境变量修改

---
 src/books/OralAndBroadcasting/assets/main.less |   70 ++++++++++++++++++++++++++---------
 1 files changed, 52 insertions(+), 18 deletions(-)

diff --git a/src/books/OralAndBroadcasting/assets/main.less b/src/books/OralAndBroadcasting/assets/main.less
index 8945b7b..2e7c392 100644
--- a/src/books/OralAndBroadcasting/assets/main.less
+++ b/src/books/OralAndBroadcasting/assets/main.less
@@ -10,12 +10,40 @@
     box-shadow: 0 3px 6px 1px #00000029;
     background-color: #fff;
   }
-  .videos-box {
+  .first-page {
+    padding-left: 10px;
+    .first-txt {
+      border-left: 1px solid #5391c4;
+      border-bottom: 1px solid #5391c4;
+      margin: -6px 0 0 10%;
+      padding: 10%;
+    }
+  }
+  .vertical-video {
     display: flex;
     align-items: center;
-    justify-content: space-around;
+    justify-content:space-around;
     li {
-      width: 40%;
+      width: 45%;
+    }
+  }
+  .note-hr {
+    width: 30%;
+  }
+  .float-left {
+    float: left;
+    margin-right: 10px;
+  }
+  .float-right {
+    float: right;
+    margin-left: 10px;
+  }
+  .videos-box {
+    li {
+      display: flex;
+      flex-direction: column;
+      justify-content: center;
+      align-items: center;
     }
   }
   .collect-btn {
@@ -60,7 +88,9 @@
   .t-right {
     text-align: right;
   }
-
+  .t-left {
+    text-align: left !important;
+  }
   .mr-0 {
     margin: 0;
   }
@@ -282,7 +312,10 @@
   }
 
   .p-even {
-    padding-left: 10%;
+    padding-left: 10% !important;
+  }
+  .ml-10 {
+    margin-left: 10%;
   }
 
   .img-float-smaller {
@@ -530,7 +563,7 @@
 
   .textarea-box-left {
     background-color: transparent;
-    margin-left: 12%;
+    margin-left: 2em;
     max-width: 85%;
     min-width: 85%;
     outline: none;
@@ -746,7 +779,7 @@
     text-align: center;
     font-size: 16px;
     text-indent: 0em;
-    color: #75a64e;
+    color: #000;
   }
 
   .img1 {
@@ -758,7 +791,7 @@
   }
 
   div.bodystyle {
-    font-family: 'FZLTXIHJW';
+    font-family: "FZLTXIHJW";
     text-align: justify;
     margin: 0 10%;
     padding-bottom: 80px;
@@ -831,13 +864,13 @@
   }
 
   p {
-        font-family: "瀹嬩綋";
-        margin-top: 0.2em;
-        margin-bottom: 0.2em !important;
-        text-indent: 2em;
-        line-height: 30px;
-        text-align: justify;
-    }
+    font-family: "瀹嬩綋";
+    margin-top: 0.2em;
+    margin-bottom: 0.2em !important;
+    text-indent: 2em;
+    line-height: 30px;
+    text-align: justify;
+  }
   .cover {
     width: 100%;
     padding: 0px;
@@ -948,7 +981,7 @@
   }
 
   .h3-zt {
-    color:#f0bd40;
+    color: #f0bd40;
     border-radius: 1.5em;
   }
 
@@ -1196,6 +1229,7 @@
     padding: 20px;
     margin-bottom: 2em;
     margin-top: 2.5em;
+    position: relative;
   }
 
   span.bj3-xts {
@@ -1208,7 +1242,7 @@
   }
 
   div.bj3-xts {
-    margin-top: -3em;
+    margin-top: -2em;
     margin-bottom: 1.5em;
     margin-left: -2.5em;
   }
@@ -1261,7 +1295,7 @@
   }
 
   div.bj2-dyd {
-    margin-top: -3em;
+    margin-top: -2em;
     margin-bottom: 1.5em;
     margin-left: -2.5em;
   }

--
Gitblit v1.9.1