From 30d147c4c92dbfd5ca1b2f8c24a617dc82d2d25b Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 28 四月 2025 18:34:51 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aviationSafety/assets/main.less | 78 ++++++++++++++++++++++++++++----------- 1 files changed, 56 insertions(+), 22 deletions(-) diff --git a/src/books/aviationSafety/assets/main.less b/src/books/aviationSafety/assets/main.less index 0ee0068..1110ddd 100644 --- a/src/books/aviationSafety/assets/main.less +++ b/src/books/aviationSafety/assets/main.less @@ -44,7 +44,7 @@ margin-left: 2em; } - .mt--25{ + .mt--25 { margin-top: -25px !important; } @@ -57,7 +57,8 @@ } .mt-30 { - margin-top: 30px !important;; + margin-top: 30px !important; + ; } .mt-50 { @@ -258,9 +259,9 @@ background-color: #6D84AE; } - .radioClass{ + .radioClass { margin: 0 0 0 4px !important; - + } @@ -493,7 +494,7 @@ .table-title-bc { background-color: #8091BC; - color:#fff; + color: #fff; line-height: 25px; } @@ -536,7 +537,7 @@ outline: none; } } - + .table-input-border-w10 { width: 10%; background-color: transparent; @@ -562,6 +563,7 @@ background-color: transparent; border: 0; border-bottom: 1px solid #000; + &:focus { outline: none; } @@ -572,12 +574,13 @@ background-color: transparent; border: 0; border-bottom: 1px solid #000; + &:focus { outline: none; } } - + .input-bottom-border2 { width: 21.5%; background-color: transparent; @@ -588,6 +591,7 @@ outline: none; } } + // 瑙嗛 .video-box-cover { border: 1px dashed #895B2E; @@ -609,6 +613,13 @@ .videoname { display: flex; justify-content: center; + } + + .sInput { + width: 60px; + border: 0; + outline: none; + text-align: center; } .collect-btn { @@ -764,7 +775,7 @@ display: flex !important; flex-direction: column-reverse !important; position: relative !important; - + .img { margin: 0 !important; font-size: 14px !important; @@ -773,7 +784,7 @@ transform: translateX(-50%); bottom: -2% !important; } - + img { height: 80%; } @@ -1094,7 +1105,7 @@ } .block2 { - font-family: "FANGSONG"; + // font-family: "FANGSONG" font-size: 17px; } @@ -1118,7 +1129,7 @@ p { - font-family: "BOYA"; + // font-family: "BOYA"; margin-top: 0.2em; margin-bottom: 0.2em !important; text-indent: 2em; @@ -1214,7 +1225,7 @@ .h1-bj { - font-family: 'ZHUNYUAN'; + // font-family: 'ZHUNYUAN'; font-weight: 100; color: #FFFFFF; background-color: #6E85AF; @@ -1223,7 +1234,7 @@ } .h1-bk { - font-family: 'FANGZHENG'; + // font-family: 'FANGZHENG'; box-shadow: inset 0em 0.1em 0em 0em #C3C2C0; border-top-style: solid; border-right-style: solid; @@ -1348,7 +1359,7 @@ } .img-a { - width: 95%; + width: 96%; } .img-b { @@ -1475,6 +1486,8 @@ font-size: 1.2em; } + + .bk { border: 0.15em dotted #FAAD70; padding: 1em; @@ -1484,11 +1497,11 @@ position: relative; p { - font-family: ZHONGDENGXIAN; + // font-family: ZHONGDENGXIAN; } span { - font-family: ZHUNYUAN; + // font-family: ZHUNYUAN; } } @@ -1516,6 +1529,9 @@ font-weight: 100; padding: 0em 0.15em 0em 0.3em; } + + + .bk1 { @@ -1593,11 +1609,11 @@ font-size: 1.2em; } - .zt-1{ - color:#6F84AF; + .zt-1 { + color: #6F84AF; font-weight: bold; - font-size:1.1em; - + font-size: 1.1em; + } div.bj3 { @@ -1607,7 +1623,7 @@ margin-bottom: 0.2em; margin-left: -0.6em; margin-right: -0.6em; - margin-top: -0.7em; + margin-top: -0.6em; } span.bj3-xyx { @@ -1626,6 +1642,9 @@ left: -25px; } + + + .ts-1 { font-weight: bold; @@ -1850,7 +1869,6 @@ } .custom-dialog { - overflow: hidden !important; .el-dialog__body { padding: 0; @@ -1954,6 +1972,10 @@ height: 80vh; } + h1 { + font-size: 1.1em; + } + .custom-dialog { .el-dialog { width: 90vw !important; @@ -1998,6 +2020,18 @@ .btn-w { width: 42px; } + + .pad-l-60 { + padding-left: 10px; + } + + .mr-70 { + margin-right: 15px; + } + + h1 { + font-size: 1.1em; + } } } -- Gitblit v1.9.1