From 4d2bc740be7ad015243180fd86c50657bd7b4648 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期四, 24 四月 2025 17:07:11 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/meetingPlanners/assets/mian.less | 75 +++++++++++++++++++++++++++++++++++++ 1 files changed, 75 insertions(+), 0 deletions(-) diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less index 998f365..fd16bd0 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%; + } } -- Gitblit v1.9.1