From c8eeeb4c3a8bdba749c61099331f625af4955020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Thu, 28 Apr 2022 10:40:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E8=B5=9B=E4=BB=8B=E7=BB=8D=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=8A=E4=B8=8B=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/military/qz2022/introduce/index.scss | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/military/qz2022/introduce/index.scss b/src/military/qz2022/introduce/index.scss index 06ffd35c..7f669f99 100644 --- a/src/military/qz2022/introduce/index.scss +++ b/src/military/qz2022/introduce/index.scss @@ -19,10 +19,11 @@ background: #fff; } .introduce-video { - margin-right: 2.2%; - min-width: 30%; - max-width: 62.5%; - float: left; + width: 100%; + // margin-right: 2.2%; + // min-width: 30%; + // max-width: 62.5%; + // float: left; // video { // width: 100%; // max-width: 100%; @@ -38,7 +39,6 @@ // // min-height: 75%; // // position: relative; - // .manageEdit{ // text-align: left; // position: absolute; @@ -49,7 +49,6 @@ // // overflow: auto; // // // overflow-y: auto; // // } - // p{ // text-overflow: -o-ellipsis-lastline; @@ -79,11 +78,10 @@ text-indent: 2em; } - @media screen and (min-width: 1800px) { - .introduce-video{ - width: 62.5%; - } + // .introduce-video{ + // width: 62.5%; + // } .introduce-info .markdown-body p{ font-size: 18px !important; line-height: 1.4; @@ -120,9 +118,8 @@ } } - @media screen and (max-width: 1300px) { - .introduce-info .markdown-body p{ + .introduce-info .markdown-body p{ font-size: 13px !important; } }