From 6501ef9497ac80bdbb8601a856d8130a8d867062 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 11 六月 2025 11:04:32 +0800 Subject: [PATCH] 样式修改 --- src/books/meetingPlanners/assets/mian.less | 106 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 95 insertions(+), 11 deletions(-) diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less index 5da58c0..986b0cb 100644 --- a/src/books/meetingPlanners/assets/mian.less +++ b/src/books/meetingPlanners/assets/mian.less @@ -598,6 +598,9 @@ margin-top: 0% !important; margin-bottom: 0% !important; } + .left-call{ + text-indent: 0em; + } .left1 { font-size: 18px; @@ -1091,6 +1094,78 @@ margin-top: -2.5em; margin-bottom: -0.2em; } + + // 鏂板h5鐨勬牱寮� + .h5-title-o{ + background-color: #1ed1b4; + border-radius: 20px; + font-family: 'FZHTJW'; + color: #fff; + text-align: left; + padding: 3px 20px; + margin-bottom: 5px; + margin-top: 5px; + font-size: 1.0em; + text-indent: 0em; + display: inline-block; + } + .h5-title-b{ + background-color:#63c7e9; + border-radius: 20px; + font-family: 'FZHTJW'; + color: #fff; + text-align: left; + padding: 3px 20px; + margin-bottom: 5px; + margin-top: 5px; + font-size: 1.0em; + text-indent: 0em; + display: inline-block; + } + + .h5-title-g{ + background-color: #00af50; + border-radius: 20px; + font-family: 'FZHTJW'; + color: #fff; + text-align: left; + padding: 3px 20px; + margin-bottom: 5px; + margin-top: 5px; + font-size: 1.0em; + text-indent: 0em; + display: inline-block; + } + + .video-box-cover { + border: 1px dashed #588e32; + padding: 2% 2%; + } + + .video-box { + margin: 20px 0 20px 0; + border: 1px dashed #588e32; + padding: 2% 2%; + } + + .video-box-left { + margin: 20px 8% 20px 0; + border: 1px dashed #588e32; + padding: 2% 2%; + } + + .videoname { + display: flex; + justify-content: center; + } + + .collect-btn { + cursor: pointer; + width: 20px; + height: 20px; + margin-left: 10px; + margin-top: 0.8%; + } } @@ -1124,6 +1199,7 @@ display: flex; align-items: center; justify-content: space-between; + cursor: pointer; span { color: #fff; @@ -1257,7 +1333,7 @@ } .examination { - height: calc(100% - 30px); + height: calc(100% - 10px); overflow-x: hidden; overflow-y: auto; box-sizing: border-box; @@ -1282,29 +1358,37 @@ /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ @media screen and (max-width: 1024px) { - .pdfModal { - width: 100%; - height: 80vh; - } - .custom-dialog { .el-dialog { width: 90vw !important; } + } + + .pdfModal { + width: 100%; + + } + + .examination { + height: calc(100% - 80px); } } @media screen and (max-width: 800px) { - .pdfModal { - width: 100%; - height: 60vh; - } - .custom-dialog { .el-dialog { width: 90vw !important; } } + + .pdfModal { + width: 100%; + + } + + .examination { + height: calc(100% - 80px); + } } @media (max-width: 660px) { -- Gitblit v1.9.1