From 66f1d313911dcb5a33ba95202b3dbe58fd6d0509 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 02 一月 2025 17:08:21 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aviationEtiquette/assets/main.less | 89 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 86 insertions(+), 3 deletions(-) diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less index 3881e74..36d89e6 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 { @@ -256,6 +269,21 @@ padding-top:2px !important; padding-bottom:2px !important; } + + .p-Num{ + background-color: #92B0D5; + color: #fff; + font-size: 14px; + padding: 3px 0; + padding-right: 8px; + font-size: 18px; + font-style: italic; + font-family: "kaiti"; + padding-top:2px !important; + padding-bottom:2px !important; + } + + .cloud{ padding: 0px 8px 0 0 !important; } @@ -312,7 +340,7 @@ padding-right: 8px; img { - height: 20.8px; + height: 21px; } } @@ -322,6 +350,7 @@ } .header-right-last { + font-size: 17px; background-color: #B799B6; padding: 2px 0; padding-left: 20px; @@ -329,6 +358,7 @@ } .header-right-end { + font-size: 17px; background-color: #738DC0; padding: 2px 0; padding-left: 50px; @@ -361,8 +391,6 @@ } .textarea-box { - border: none; - // text-align: center; width:88%; margin-left:2em; overflow: auto; @@ -370,6 +398,12 @@ 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); } @@ -1925,7 +1959,56 @@ @media (max-width: 660px) { .aviationEtiquette-book { + .header-right-Number{ + font-size: 9px; + img{ + height: 16px; + } + } + + .header-left-Number{ + font-size: 9px; + } + + .pad-r-80{ + padding-right: 10px; + } + + .pad-l-80{ + padding-left: 10px; + } + + h1{ + font-size: 1em; + } + + h2 { + font-size: 0.9em; + margin-top: 1.8em; + margin-bottom: 1.5em; + margin-left: 2.5em; + } + .rwmb-4{ + margin-top: 1.5em; + height: 1.5em; + } + + .header-right-last{ + font-size: 10px; + } + + .header-right-end{ + font-size: 10px; + } + + .p-Num{ + font-size: 12px; + } + + .mr-70 { + margin-right: 10px; + } /* 鍒嗛〉padding */ .padding-93 { padding: 0 20px; -- Gitblit v1.9.1