From 0fcbda11823ac21e26f6ec660d497749e6afd17f Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期二, 31 十二月 2024 18:03:41 +0800 Subject: [PATCH] 合并 --- src/books/aviationEtiquette/assets/main.less | 39 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 38 insertions(+), 1 deletions(-) diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less index ed5023b..822dbcf 100644 --- a/src/books/aviationEtiquette/assets/main.less +++ b/src/books/aviationEtiquette/assets/main.less @@ -704,9 +704,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%; } @@ -1582,6 +1587,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