From 51afa714ceb49b416347856fd60b47e0ef93d50c Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期四, 02 一月 2025 15:17:17 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aviationEtiquette/assets/main.less | 70 +++++++++++++++++++++++++++++++--- 1 files changed, 63 insertions(+), 7 deletions(-) diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less index 24696b5..019312a 100644 --- a/src/books/aviationEtiquette/assets/main.less +++ b/src/books/aviationEtiquette/assets/main.less @@ -31,6 +31,15 @@ border-bottom: 1px solid #6E85AF; height: 2px; } + input[type="radio"] { + accent-color:#6E85AF !important; + } + input[type="checkbox"] { + accent-color:#6E85AF !important; + } + input[type="text"] :focus{ + border: none !important; + } .wh-no { @@ -72,6 +81,10 @@ .mb-30 { margin-bottom: 30px !important; + } + + .ml-35 { + margin-left: 35px; } .ma-l { @@ -361,13 +374,19 @@ } .textarea-box { - border: none; - text-align: center; - width: 84px; - height: 36px; + width:88%; + margin-left:2em; overflow: auto; word-break: break-all; resize: none; + border:1px solid #738DC0; + border-radius: 5px; + background-color:rgba(255, 255, 255, 0); + } + .input-box{ + border:none; + border-bottom:1px solid #333; + background-color:rgba(255, 255, 255, 0); } @@ -698,9 +717,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%; } @@ -1236,17 +1260,17 @@ } h5 { - font-family: 'FZHTJW'; color: #EEAF68; margin-bottom: 0.5em; margin-top: 1em; font-size: 1.05em; text-indent: 2em; + font-weight: 100; } h6 { - + font-weight: 100; font-family: "妤蜂綋"; color: #000000; margin-bottom: 0.2em; @@ -1576,6 +1600,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