From d464f452c2ad713bb90227e8edce358be0740a4a Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 31 十二月 2024 17:30:19 +0800
Subject: [PATCH] 民航礼仪视频插入

---
 src/books/aviationEtiquette/assets/main.less |   47 +++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 4d7c624..3881e74 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -362,12 +362,14 @@
 
     .textarea-box {
         border: none;
-        text-align: center;
-        width: 84px;
-        height: 36px;
+        // text-align: center;
+        width:88%;
+        margin-left:2em;
         overflow: auto;
         word-break: break-all;
         resize: none;
+        border:1px solid #738DC0;
+        border-radius: 5px;
     }
 
 
@@ -698,9 +700,14 @@
     .event-header-text-bc {
         background-color: #bbd4ec;
     }
+    //瑙嗛  
+    .video-box-cover {
+        border: 1px dashed #895B2E;
+        padding: 2% 2%;
+    }
 
     .video-box {
-        margin: 20px 0 20px 8%;
+        margin: 20px 0 20px 0;
         border: 1px dashed #895B2E;
         padding: 2% 2%;
     }
@@ -1576,6 +1583,38 @@
         margin-left: -1.6em;
     }
 
+
+    .bk-video{
+        border: 0.15em dashed #92A1CB;
+        padding: 1.8em 5px;
+        margin-bottom: 2em;
+        margin-top: 2em;
+        border-radius: 0em;
+        position: relative;
+    }
+
+    p.bj4-qjms {
+        background-color: #fff;
+        color: #92A1CB;
+        font-size: 20px;
+        font-weight: bold;
+        border-radius: 1.5em;
+        margin-left: 0em;
+        text-align: center;
+        text-indent: 0em;
+        position: absolute;
+        top: -32px;
+    }
+
+    .span-text-video {
+        padding: 0em 0.15em 0em 0.3em;
+    }
+
+    .span-svg {
+        padding: 0.3em 0.15em 0em 0.3em;
+    }
+
+
     .ts-1 {
         font-weight: bold;
     }

--
Gitblit v1.9.1