From cf6e9bcbfc64019bb14fb0964576ae3e3bd2fde5 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 26 三月 2025 11:22:20 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aviationBasicSkills/assets/main.less | 75 ++++++++++++++++++++++++++++++++----- 1 files changed, 64 insertions(+), 11 deletions(-) diff --git a/src/books/aviationBasicSkills/assets/main.less b/src/books/aviationBasicSkills/assets/main.less index dde5de9..8700840 100644 --- a/src/books/aviationBasicSkills/assets/main.less +++ b/src/books/aviationBasicSkills/assets/main.less @@ -422,12 +422,12 @@ } - .w40{ + .w40 { width: 40% !important; } - .w25{ - width: 25% ; + .w25 { + width: 25%; } .w20 { @@ -450,7 +450,7 @@ .table-tr-bc { background-color: #EBF1F8; - p{ + p { text-indent: 0em; line-height: 20px; } @@ -470,26 +470,69 @@ width: 90%; background-color: transparent; border: 0; - &:focus { - outline: none; - } - } - + &:focus { + outline: none; + } + } + + .input-bottom-border { width: 15%; background-color: transparent; border: 0; border-bottom: 1px solid #000; + &:focus { - outline: none; + outline: none; } - } + } // 缁〃 .continued { text-align: right; margin: 0%; + } + + + + // 瑙嗛 + .video-box-cover { + border: 1px dashed #895B2E; + padding: 2% 2%; + } + + .video-box { + margin: 20px 0 20px 8%; + border: 1px dashed #895B2E; + padding: 2% 2%; + } + + .video-box-left { + margin: 20px 8% 20px 0; + border: 1px dashed #895B2E; + padding: 2% 2%; + } + + .videoname { + display: flex; + justify-content: center; + } + + .collect-btn { + cursor: pointer; + width: 20px; + height: 20px; + margin-left: 10px; + margin-top: 0.8%; + } + + .collect-btn1 { + cursor: pointer; + width: 10px; + height: 10px; + margin-left: 10px; + margin-top: 0.8%; } @@ -1702,6 +1745,16 @@ @media (max-width: 660px) { .aciationBasicSkills-book { + .page-box { + min-height: 500px; + } + .pad-l-60{ + padding-left: 10px; + } + + .mr-70 { + margin-right: 10px; + } /* 鍒嗛〉padding */ .padding-93 { -- Gitblit v1.9.1