From f6775e5080917ed7d4d5a8b901e55e65abda3670 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 28 十月 2024 18:12:55 +0800 Subject: [PATCH] 民航概论分页 --- src/books/civilAviation/assets/main.less | 85 ++++++++++++++++++++++++++++++++---------- 1 files changed, 65 insertions(+), 20 deletions(-) diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less index 24c3c09..40b596e 100644 --- a/src/books/civilAviation/assets/main.less +++ b/src/books/civilAviation/assets/main.less @@ -11,11 +11,11 @@ background-color: #fff; } - .c-g{ + .c-g { color: green; } - .c-r{ + .c-r { color: red; } @@ -32,7 +32,7 @@ } .mt-30 { - margin-top: 30px ; + margin-top: 30px; } .mb-10 { @@ -41,7 +41,7 @@ .pd-5 { padding: 0 5px; - } + } .w100 { width: 100%; @@ -73,7 +73,7 @@ } .img-c { - width: 70%; + width: 70% !important; } .pt-20 { @@ -81,7 +81,7 @@ } .td-0 { - text-indent: 0em; + text-indent: 0em !important; } .fl { @@ -120,7 +120,7 @@ justify-content: center; } - .jc-sa{ + .jc-sa { justify-content: space-around } @@ -130,6 +130,10 @@ .mr-10 { margin-right: 10px; + } + + .ma-l { + margin-left: 10%; } .pad-t-55 { @@ -180,8 +184,8 @@ } .task { - width: 12%; - margin-bottom: 5em; + width: 16%; + margin-bottom: 3.5em; margin-top: 0; border-top: 0.7em solid #5192C6; } @@ -193,6 +197,24 @@ .p-even { padding-left: 10%; } + + .img-float-smaller { + width: 200px; + float: left; + height: auto; + margin: auto; + margin-right: 20px; + } + + .img-float-medium { + width: 250px; + float: left; + height: auto; + margin: auto; + margin-right: 20px; + } + + .img-float { width: 310px; @@ -399,7 +421,7 @@ .event-header-text-bc { background-color: #bbd4ec; - } + } // 杩佺Щ .bk-bwh { @@ -699,17 +721,15 @@ text-indent: 0em; } - - - .left{ + .left { text-indent: 0em; margin: 0 !important; line-height: 20px; } - .left3{ - margin: 20 0 0 0 !important; - line-height: 20px; + .left3 { + margin: 20 0 0 0 !important; + line-height: 20px; } .left2 { @@ -791,9 +811,9 @@ h3 { font-family: 'FZHTJW'; color: #5192C6; - font-weight: 300; - font-size: 1.2em; - margin-top: 1.5em; + font-weight: 500; + font-size: 1.6em; + margin-top: 0.5em; margin-bottom: 5px; text-indent: 0em; } @@ -995,6 +1015,14 @@ position: relative; } + .bk1 { + border: 0.15em dotted #F89C1C; + padding: 0.5em; + margin-bottom: 2em; + margin-top: 0.5em; + border-radius: 1em; + position: relative; + } p.bj1-qjms { background-color: #5392C7; @@ -1087,6 +1115,17 @@ margin-right: 10px; background-color: #5192C6; border-radius: 5px; + } + + .bj4-xyx-pd { + font-size: 16px; + color: #fff; + line-height: 20px; + padding: 22px 10px 22px 10px; + background-color: #5192C6; + margin-right: 10px; + border-radius: 5px; + flex-wrap: nowrap; } .bj4-xyx-icon { @@ -1220,11 +1259,14 @@ .custom-dialog { overflow: hidden !important; + .el-dialog__body { padding: 0; } + .el-dialog__header { background-color: rgba(0, 0, 0, 0.8); + .header_title { display: flex; justify-content: space-between; @@ -1238,6 +1280,7 @@ cursor: pointer; } } + .el-dialog__title, .el-dialog__headerbtn .el-dialog__close { color: #fff; @@ -1322,10 +1365,12 @@ .img-float { width: 130px; } + .img-rights { width: 130px; } - .btn-w{ + + .btn-w { width: 42px; } } -- Gitblit v1.9.1